do-ba: Add recent releases

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2022-10-04 17:45:39 +01:00
parent 525e99fba1
commit 6f4957ddd6

2
do-ba
View File

@ -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"