mirror of
git://git.yoctoproject.org/poky-config.git
synced 2025-07-19 21:09:05 +02:00
do-ba: Add recent releases
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
525e99fba1
commit
6f4957ddd6
2
do-ba
2
do-ba
|
@ -35,7 +35,7 @@ elif [ $BRANCH = "warrior" ]; then
|
||||||
RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb"
|
RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb"
|
||||||
elif [ $BRANCH = "zeus" ]; then
|
elif [ $BRANCH = "zeus" ]; then
|
||||||
RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb"
|
RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb"
|
||||||
elif [ $BRANCH = "dunfell" ]; then
|
elif [ $BRANCH = "dunfell" -o $BRANCH = "gatesgarth" -o $BRANCH = "hardknott" -o $BRANCH = "honister" -o $BRANCH = "kirkstone" -o $BRANCH = "langdale" ]; then
|
||||||
RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb"
|
RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb"
|
||||||
elif [ $BRANCH = "master" ]; then
|
elif [ $BRANCH = "master" ]; then
|
||||||
RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb"
|
RECIPE="meta/recipes-core/images/build-appliance-image_15.0.0.bb"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user