Thanks for explaining - I would instead make a 'poky-binary-distro'
distro configuration in meta-poky, and collect all needed settings in
there.

Placing this in config.json significantly changes how all of the
images on autobuilder are assembled and tested, particularly there is
no testing of images without package management anymore.

I would in general want to avoid adding any further 'global tweaks'
that override oe-core or poky defaults.

Alex

On Fri, 22 Dec 2023 at 14:19, <michael.opdenac...@bootlin.com> wrote:
>
> From: Michael Opdenacker <michael.opdenac...@bootlin.com>
>
> For the binary distro effort, we want to implement a test that generates a 
> feed
> of packages, typically from the tip of a release branch (or master), and then
> try to use this feed to update an image generated for the latest tag (release
> or milestone) on this branch.
>
> This patch makes it possible to use the images produced for releases
> at https://downloads.yoctoproject.org/releases/yocto/, as they currently
> don't have package management enabled.
>
> Signed-off-by: Michael Opdenacker <michael.opdenac...@bootlin.com>
> CC: Alexander Kanavin <alex.kana...@gmail.com>
>
> ---
> Note: could not test this change!
>
> Changes in V2:
> - Add context to the commit message
> ---
>  config.json | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/config.json b/config.json
> index d504d07..bd0135e 100644
> --- a/config.json
> +++ b/config.json
> @@ -74,7 +74,8 @@
>              "BB_LOG_HOST_STAT_ON_FAILURE = '1'",
>              "BB_LOG_HOST_STAT_CMDS_FAILURE = 'oe-time-dd-test.sh -l'",
>              "SDK_TOOLCHAIN_LANGS += 'rust'",
> -            "BB_SERVER_TIMEOUT = '60'"
> +            "BB_SERVER_TIMEOUT = '60'",
> +            "EXTRA_IMAGE_FEATURES += 'package-management'",
>          ]
>      },
>      "templates" : {
> --
> 2.34.1
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62026): https://lists.yoctoproject.org/g/yocto/message/62026
Mute This Topic: https://lists.yoctoproject.org/mt/103318078/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to