mirror of
git://git.yoctoproject.org/poky-config.git
synced 2025-12-14 14:25:28 +01:00
Move handling previous releases to separate script
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3cb51ecf5b
commit
669871ba02
7
buildit
7
buildit
|
|
@ -1,10 +1,3 @@
|
||||||
cd ~/Repos/poky
|
cd ~/Repos/poky
|
||||||
git checkout master
|
git checkout master
|
||||||
../pokyconfig/combo-layer -c ../pokyconfig/combo-layer.conf -n update
|
../pokyconfig/combo-layer -c ../pokyconfig/combo-layer.conf -n update
|
||||||
git checkout denzil
|
|
||||||
../pokyconfig/combo-layer -c ../pokyconfig/combo-layer-denzil.conf -n update
|
|
||||||
git checkout danny
|
|
||||||
../pokyconfig/combo-layer -c ../pokyconfig/combo-layer-danny.conf -n update
|
|
||||||
git checkout dylan
|
|
||||||
../pokyconfig/combo-layer -c ../pokyconfig/combo-layer-dylan.conf -n update
|
|
||||||
git checkout master
|
|
||||||
9
buildit-prev
Executable file
9
buildit-prev
Executable file
|
|
@ -0,0 +1,9 @@
|
||||||
|
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
|
||||||
Loading…
Reference in New Issue
Block a user