]> code.ossystems Code Review - openembedded-core.git/commitdiff
build-appliance-image: Set RECIPE_NO_UPDATE_REASON
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 16 Feb 2019 22:05:27 +0000 (22:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Feb 2019 10:18:49 +0000 (10:18 +0000)
This recipe is special and recursively references poky, the AUH should
ignore it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/images/build-appliance-image_15.0.0.bb

index e88eed90ca7e4ec281d458b4089cef67cb9b0368..870050b094793d33ed6b54aab51838167d13af06 100644 (file)
@@ -29,6 +29,7 @@ SRC_URI = "git://git.yoctoproject.org/poky;branch=thud \
            file://README_VirtualBox_Guest_Additions.txt \
            file://README_VirtualBox_Toaster.txt \
           "
+RECIPE_NO_UPDATE_REASON = "Recipe is recursive and handled as part of the release process"
 BA_INCLUDE_SOURCES ??= "0"
 
 IMAGE_CMD_ext4_append () {