diff --git a/meta-initramfs/bitbake-registry/meta-initramfs-nodistro-master.conf.json b/meta-initramfs/bitbake-registry/meta-initramfs-nodistro-master.conf.json new file mode 100644 index 0000000000..bfd867c365 --- /dev/null +++ b/meta-initramfs/bitbake-registry/meta-initramfs-nodistro-master.conf.json @@ -0,0 +1,56 @@ +{ + "description": "OpenEmbedded - 'nodistro' with meta-initramfs layer", + "sources": { + "bitbake": { + "git-remote": { + "uri": "https://git.openembedded.org/bitbake", + "branch": "master", + "rev": "master" + } + }, + "openembedded-core": { + "git-remote": { + "uri": "https://git.openembedded.org/openembedded-core", + "branch": "master", + "rev": "master" + } + }, + "meta-openembedded": { + "git-remote": { + "uri": "https://git.openembedded.org/meta-openembedded", + "branch": "master", + "rev": "master" + } + }, + "yocto-docs": { + "git-remote": { + "uri": "https://git.yoctoproject.org/yocto-docs", + "branch": "master", + "rev": "master" + } + } + }, + "bitbake-setup": { + "configurations": [ + { + "name": "nodistro", + "description": "OpenEmbedded 'nodistro', with the meta-initramfs layer added", + "setup-dir-name": "meta-initramfs-nodistro-master", + "bb-layers": ["openembedded-core/meta", + "meta-openembedded/meta-initramfs" + ], + "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/meta-initramfs/bitbake-registry/meta-initramfs-poky-master.conf.json b/meta-initramfs/bitbake-registry/meta-initramfs-poky-master.conf.json new file mode 100644 index 0000000000..1dbdc3fc34 --- /dev/null +++ b/meta-initramfs/bitbake-registry/meta-initramfs-poky-master.conf.json @@ -0,0 +1,82 @@ +{ + "description": "Poky - The Yocto Project testing distribution with meta-initramfs layer", + "sources": { + "bitbake": { + "git-remote": { + "uri": "https://git.openembedded.org/bitbake", + "branch": "master", + "rev": "master" + } + }, + "openembedded-core": { + "git-remote": { + "uri": "https://git.openembedded.org/openembedded-core", + "branch": "master", + "rev": "master" + } + }, + "meta-yocto": { + "git-remote": { + "uri": "https://git.yoctoproject.org/meta-yocto", + "branch": "master", + "rev": "master" + } + }, + "meta-openembedded": { + "git-remote": { + "uri": "https://git.openembedded.org/meta-openembedded", + "branch": "master", + "rev": "master" + } + }, + "yocto-docs": { + "git-remote": { + "uri": "https://git.yoctoproject.org/yocto-docs", + "branch": "master", + "rev": "master" + } + } + }, + "bitbake-setup": { + "configurations": [ + { + "setup-dir-name": "meta-initramfs-$distro-master", + "bb-layers": ["openembedded-core/meta", + "meta-yocto/meta-yocto-bsp", + "meta-yocto/meta-poky", + "meta-openembedded/meta-initramfs" + ], + "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" } + ] + }, + "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, with the meta-initramfs layer added" + }, + { + "name": "poky-with-sstate", + "description": "Poky - The Yocto Project testing distribution, with the meta-initramfs layer added, and 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" +}