new file mode 100644
@@ -0,0 +1,48 @@
+{
+ "description": "OpenEmbedded - 'nodistro' basic configuration, release 6.0 'blacksail'",
+ "expires": "2027-05-31",
+ "sources": {
+ "bitbake": {
+ "git-remote": {
+ "uri": "https://git.openembedded.org/bitbake",
+ "branch": "2.20",
+ "rev": "2.20"
+ }
+ },
+ "openembedded-core": {
+ "git-remote": {
+ "uri": "https://git.openembedded.org/openembedded-core",
+ "branch": "blacksail",
+ "rev": "blacksail"
+ }
+ },
+ "yocto-docs": {
+ "git-remote": {
+ "uri": "https://git.yoctoproject.org/yocto-docs",
+ "branch": "blacksail",
+ "rev": "blacksail"
+ }
+ }
+ },
+ "bitbake-setup": {
+ "configurations": [
+ {
+ "name": "nodistro",
+ "description": "OpenEmbedded 'nodistro'",
+ "setup-dir-name": "oe-nodistro-blacksail",
+ "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"
+}
new file mode 100644
@@ -0,0 +1,74 @@
+{
+ "description": "Poky - The Yocto Project testing distribution configurations and hardware test platforms, release 6.1 'blacksail'",
+ "expires": "2027-05-31",
+ "sources": {
+ "bitbake": {
+ "git-remote": {
+ "uri": "https://git.openembedded.org/bitbake",
+ "branch": "2.20",
+ "rev": "2.20"
+ }
+ },
+ "openembedded-core": {
+ "git-remote": {
+ "uri": "https://git.openembedded.org/openembedded-core",
+ "branch": "blacksail",
+ "rev": "blacksail"
+ }
+ },
+ "meta-yocto": {
+ "git-remote": {
+ "uri": "https://git.yoctoproject.org/meta-yocto",
+ "branch": "blacksail",
+ "rev": "blacksail"
+ }
+ },
+ "yocto-docs": {
+ "git-remote": {
+ "uri": "https://git.yoctoproject.org/yocto-docs",
+ "branch": "blacksail",
+ "rev": "blacksail"
+ }
+ }
+ },
+ "bitbake-setup": {
+ "configurations": [
+ {
+ "bb-layers": ["openembedded-core/meta","meta-yocto/meta-yocto-bsp","meta-yocto/meta-poky"],
+ "setup-dir-name": "$distro-blacksail",
+ "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"
+}
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- .../oe-nodistro-blacksail.conf.json | 48 ++++++++++++ .../configurations/poky-blacksail.conf.json | 74 +++++++++++++++++++ 2 files changed, 122 insertions(+) create mode 100644 default-registry/configurations/oe-nodistro-blacksail.conf.json create mode 100644 default-registry/configurations/poky-blacksail.conf.json