mirror of
git://git.yoctoproject.org/poky-config.git
synced 2025-12-14 14:25:28 +01:00
9 lines
232 B
Plaintext
Executable File
9 lines
232 B
Plaintext
Executable File
cd ~/Repos/poky
|
|
# krogoth jethro fido dizzy daisy dora denzil danny dylan
|
|
for release in "$@"
|
|
do
|
|
git checkout $release
|
|
../pokyconfig/combo-layer -c ../pokyconfig/combo-layer-$release.conf -n update
|
|
done
|
|
|
|
git checkout master |