Currently the containerimage.ContainerImageTests.test_expected_files test doesn't expect a file at /etc/build so BUILDINFO must be false for the test to pass.
Signed-off-by: Michael Halstead <[email protected]> --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 6288e4b..8a694d7 100644 --- a/config.json +++ b/config.json @@ -158,6 +158,7 @@ "BBTARGETS" : "core-image-minimal:do_populate_sdk_ext core-image-sato:do_populate_sdk" }, "step6" : { + "BUILDINFO" : false, "MACHINE" : "qemux86-64", "SDKMACHINE" : "x86_64", "PACKAGE_CLASSES" : "package_rpm", -- 2.17.2 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
