On Mon, Mar 4, 2024 at 7:14 AM Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:

> 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.
>

Definitely agree.

>
> 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.
>

Good idea!

>
> Whilst late in the release cycle, doing this now for scarthgap gives us a
> good
> platform to build off in the long term too.
>

Seems like a good idea to me!

>
> 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 (#62669): https://lists.yoctoproject.org/g/yocto/message/62669
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]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to