Re: [bitbake-devel] [PATCH v2] default-registry: Add wrynose

Alexander Kanavin <[email protected]>
Newsgroups org.openembedded.lists.bitbake-devel
Message-ID <CANNYZj8g8rbRnxJJ2SA7thJ5SuZS6vChwS=kXNW0EuwLHay0aQ@mail.gmail.com>
Thanks, this looks good!

Alex

On Wed, 22 Apr 2026 at 11:56, Richard Purdie via
lists.openembedded.org
<[email protected]> wrote:
>
> Add the new release
>
> Signed-off-by: Richard Purdie <[email protected]>
> ---
>  .../oe-nodistro-wrynose.conf.json             | 48 ++++++++++++
>  .../configurations/poky-wrynose.conf.json     | 74 +++++++++++++++++++
>  2 files changed, 122 insertions(+)
>  create mode 100644 default-registry/configurations/oe-nodistro-wrynose.conf.json
>  create mode 100644 default-registry/configurations/poky-wrynose.conf.json
>
> diff --git a/default-registry/configurations/oe-nodistro-wrynose.conf.json b/default-registry/configurations/oe-nodistro-wrynose.conf.json
> new file mode 100644
> index 00000000000..278ce4dd029
> --- /dev/null
> +++ b/default-registry/configurations/oe-nodistro-wrynose.conf.json
> @@ -0,0 +1,48 @@
> +{
> +    "description": "OpenEmbedded - 'nodistro' basic configuration, release 6.0 'wrynose'",
> +    "expires": "2030-05-31",
> +    "sources": {
> +        "bitbake": {
> +            "git-remote": {
> +                "uri": "https://git.openembedded.org/bitbake",
> +                "branch": "2.18",
> +                "rev": "2.18"
> +            }
> +        },
> +        "openembedded-core": {
> +            "git-remote": {
> +                "uri": "https://git.openembedded.org/openembedded-core",
> +                "branch": "wrynose",
> +                "rev": "wrynose"
> +            }
> +        },
> +        "yocto-docs": {
> +            "git-remote": {
> +                "uri": "https://git.yoctoproject.org/yocto-docs",
> +                "branch": "wrynose",
> +                "rev": "wrynose"
> +            }
> +        }
> +    },
> +    "bitbake-setup": {
> +        "configurations": [
> +        {
> +            "name": "nodistro",
> +            "description": "OpenEmbedded 'nodistro'",
> +            "setup-dir-name": "oe-nodistro-wrynose",
> +            "bb-layers": ["openembedded-core/meta"],
> +            "oe-fragments-one-of": {
> +                "machine": {
> +                    "description": "Target machines",
> +                    "options" : [
> +                        { "name": "machine/qemux86-64", "description": "x86-64 system on QEMU" },
> +                        { "name": "machine/qemuarm64", "description": "ARMv8 system on QEMU" },
> +                        { "name": "machine/qemuriscv64", "description": "RISC-V system on QEMU" }
> +                    ]
> +                }
> +            }
> +        }
> +        ]
> +    },
> +    "version": "1.0"
> +}
> diff --git a/default-registry/configurations/poky-wrynose.conf.json b/default-registry/configurations/poky-wrynose.conf.json
> new file mode 100644
> index 00000000000..d2792843773
> --- /dev/null
> +++ b/default-registry/configurations/poky-wrynose.conf.json
> @@ -0,0 +1,74 @@
> +{
> +    "description": "Poky - The Yocto Project testing distribution configurations and hardware test platforms, release 6.0 'wrynose'",
> +    "expires": "2030-05-31",
> +    "sources": {
> +        "bitbake": {
> +            "git-remote": {
> +                "uri": "https://git.openembedded.org/bitbake",
> +                "branch": "2.18",
> +                "rev": "2.18"
> +            }
> +        },
> +        "openembedded-core": {
> +            "git-remote": {
> +                "uri": "https://git.openembedded.org/openembedded-core",
> +                "branch": "wrynose",
> +                "rev": "wrynose"
> +            }
> +        },
> +        "meta-yocto": {
> +            "git-remote": {
> +                "uri": "https://git.yoctoproject.org/meta-yocto",
> +                "branch": "wrynose",
> +                "rev": "wrynose"
> +            }
> +        },
> +        "yocto-docs": {
> +            "git-remote": {
> +                "uri": "https://git.yoctoproject.org/yocto-docs",
> +                "branch": "wrynose",
> +                "rev": "wrynose"
> +            }
> +        }
> +    },
> +    "bitbake-setup": {
> +        "configurations": [
> +        {
> +            "bb-layers": ["openembedded-core/meta","meta-yocto/meta-yocto-bsp","meta-yocto/meta-poky"],
> +            "setup-dir-name": "$distro-wrynose",
> +            "oe-fragments-one-of": {
> +                "machine": {
> +                    "description": "Target machines",
> +                    "options" : [
> +                        { "name": "machine/qemux86-64", "description": "x86-64 system on QEMU" },
> +                        { "name": "machine/qemuarm64", "description": "ARMv8 system on QEMU" },
> +                        { "name": "machine/qemuriscv64", "description": "RISC-V system on QEMU" },
> +                        { "name": "machine/genericarm64", "description": "Arm64 SystemReady IR/ES platforms" },
> +                        { "name": "machine/genericx86-64", "description": "x86_64 (64-bit) PCs and servers" }
> +                    ]
> +                },
> +                "distro": {
> +                    "description": "Target distributions",
> +                    "options" : [
> +                        { "name": "distro/poky", "description": "Yocto Project Reference Distro" },
> +                        { "name": "distro/poky-altcfg", "description": "Poky alternative with systemd as init manager" },
> +                        { "name": "distro/poky-tiny", "description": "Poky alternative optimized for size" }
> +                    ]
> +                }
> +            },
> +            "configurations": [
> +            {
> +                "name": "poky",
> +                "description": "Poky - The Yocto Project testing distribution"
> +            },
> +            {
> +                "name": "poky-with-sstate",
> +                "description": "Poky - The Yocto Project testing distribution with internet sstate acceleration. Use with caution as it requires a completely robust local network with sufficient bandwidth.",
> +                "oe-fragments": ["core/yocto/sstate-mirror-cdn"]
> +            }
> +            ]
> +        }
> +        ]
> +    },
> +    "version": "1.0"
> +}
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#19374): https://lists.openembedded.org/g/bitbake-devel/message/19374
> Mute This Topic: https://lists.openembedded.org/mt/118952259/1686489
> Group Owner: [email protected]
> Unsubscribe: https://lists.openembedded.org/g/bitbake-devel/unsub [[email protected]]
> -=-=-=-=-=-=-=-=-=-=-=-
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.