Since we plan to have better "binary distro" testing on the autobuilder and we plan to primarily use ipk for this, having ipk based images available as part of our builds is desireable.
Since we want systemd based images with ipk, it makes sense to leave standard poky using rpm images but switch poky-altcfg to use ipk. Whilst late in the release cycle, doing this now for scarthgap gives us a good platform to build off in the long term too. Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> --- config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.json b/config.json index fd8335f..4d0f258 100644 --- a/config.json +++ b/config.json @@ -127,6 +127,7 @@ "BUILDINFO" : true, "BUILDHISTORY" : true, "extravars" : [ + "PACKAGE_CLASSES = 'package_ipk package_rpm package_deb'", "IMAGE_INSTALL:append = ' ssh-pregen-hostkeys'" ], "extratools" : "${EXTRATOOLS_URL}", @@ -140,6 +141,7 @@ "BUILDINFO" : true, "BUILDHISTORY" : true, "extravars" : [ + "PACKAGE_CLASSES = 'package_ipk package_rpm package_deb'", "IMAGE_INSTALL:append = ' ssh-pregen-hostkeys'" ], "extratools" : "${EXTRATOOLS_URL}", @@ -198,6 +200,9 @@ "altcfg-hw" : { "DISTRO" : "poky-altcfg", "BUILDINFO" : true, + "extravars" : [ + "PACKAGE_CLASSES = 'package_ipk package_rpm package_deb'" + ], "step1" : { "BBTARGETS" : "core-image-full-cmdline core-image-sato core-image-sato-sdk" } -- 2.40.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62665): https://lists.yoctoproject.org/g/yocto/message/62665 Mute This Topic: https://lists.yoctoproject.org/mt/104723845/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-