summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-12 08:03:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-20 18:21:06 +0000
commite83129f4a3a08e0eb8744bd0d7eece484487288a (patch)
treebd960d39199f53ef075ca43b0cf0093bcf6f289a /meta-poky/conf
parent160dce550c8a9496858d61c756bc889da8ccd6f2 (diff)
downloadpoky-e83129f4a3a08e0eb8744bd0d7eece484487288a.tar.gz
poky-altcfg: Default to ipk packaging
poky itself defaults to rpm packaging. In support of the binary distro testing, and for wider testing in general, default poky-altcfg to ipk. 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. Doing this now for scarthgap gives us a good platform to build off in the long term too. This matches https://git.yoctoproject.org/yocto-autobuilder-helper/commit/?id=a9b4f83c05136dd83e07c0f68ae2ad13507ed36a (From meta-yocto rev: 6d89a66ad8a28d07425cf8886567038950ef65e7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf')
-rw-r--r--meta-poky/conf/distro/poky-altcfg.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-poky/conf/distro/poky-altcfg.conf b/meta-poky/conf/distro/poky-altcfg.conf
index b6dbcad4ef..3d64bdd1fe 100644
--- a/meta-poky/conf/distro/poky-altcfg.conf
+++ b/meta-poky/conf/distro/poky-altcfg.conf
@@ -2,6 +2,8 @@
2# An example of subclassing a distro, primarily used for testing alternate configuration 2# An example of subclassing a distro, primarily used for testing alternate configuration
3# combinations on the Yocto Project autobuilder 3# combinations on the Yocto Project autobuilder
4# 4#
5
6PACKAGE_CLASSES ?= "package_ipk"
5require conf/distro/poky.conf 7require conf/distro/poky.conf
6 8
7DISTRO = "poky-altcfg" 9DISTRO = "poky-altcfg"