mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,4 +18,4 @@ do_install() {
|
||||
|
||||
inherit allarch
|
||||
|
||||
FILES_${PN} += "/init /dev/console"
|
||||
FILES:${PN} += "/init /dev/console"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
SUMMARY = "Modular initramfs system"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_base-utils}"
|
||||
RRECOMMENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
||||
RDEPENDS:${PN} += "${VIRTUAL-RUNTIME_base-utils}"
|
||||
RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
||||
|
||||
PR = "r4"
|
||||
|
||||
@@ -66,7 +66,7 @@ PACKAGES = "${PN}-base \
|
||||
initramfs-module-lvm \
|
||||
"
|
||||
|
||||
FILES_${PN}-base = "/init /init.d/99-finish /dev"
|
||||
FILES:${PN}-base = "/init /init.d/99-finish /dev"
|
||||
|
||||
# 99-finish in base depends on some other module which mounts
|
||||
# the rootfs, like 90-rootfs. To replace that default, use
|
||||
@@ -74,36 +74,36 @@ FILES_${PN}-base = "/init /init.d/99-finish /dev"
|
||||
# initramfs recipe and install something else, or install
|
||||
# something that runs earlier (for example, a 89-my-rootfs)
|
||||
# and mounts the rootfs. Then 90-rootfs will proceed immediately.
|
||||
RRECOMMENDS_${PN}-base += "initramfs-module-rootfs"
|
||||
RRECOMMENDS:${PN}-base += "initramfs-module-rootfs"
|
||||
|
||||
SUMMARY_initramfs-module-exec = "initramfs support for easy execution of applications"
|
||||
RDEPENDS_initramfs-module-exec = "${PN}-base"
|
||||
FILES_initramfs-module-exec = "/init.d/89-exec"
|
||||
SUMMARY:initramfs-module-exec = "initramfs support for easy execution of applications"
|
||||
RDEPENDS:initramfs-module-exec = "${PN}-base"
|
||||
FILES:initramfs-module-exec = "/init.d/89-exec"
|
||||
|
||||
SUMMARY_initramfs-module-mdev = "initramfs support for mdev"
|
||||
RDEPENDS_initramfs-module-mdev = "${PN}-base busybox-mdev"
|
||||
FILES_initramfs-module-mdev = "/init.d/01-mdev"
|
||||
SUMMARY:initramfs-module-mdev = "initramfs support for mdev"
|
||||
RDEPENDS:initramfs-module-mdev = "${PN}-base busybox-mdev"
|
||||
FILES:initramfs-module-mdev = "/init.d/01-mdev"
|
||||
|
||||
SUMMARY_initramfs-module-udev = "initramfs support for udev"
|
||||
RDEPENDS_initramfs-module-udev = "${PN}-base udev"
|
||||
FILES_initramfs-module-udev = "/init.d/01-udev"
|
||||
SUMMARY:initramfs-module-udev = "initramfs support for udev"
|
||||
RDEPENDS:initramfs-module-udev = "${PN}-base udev"
|
||||
FILES:initramfs-module-udev = "/init.d/01-udev"
|
||||
|
||||
SUMMARY_initramfs-module-e2fs = "initramfs support for ext4/ext3/ext2 filesystems"
|
||||
RDEPENDS_initramfs-module-e2fs = "${PN}-base"
|
||||
FILES_initramfs-module-e2fs = "/init.d/10-e2fs"
|
||||
SUMMARY:initramfs-module-e2fs = "initramfs support for ext4/ext3/ext2 filesystems"
|
||||
RDEPENDS:initramfs-module-e2fs = "${PN}-base"
|
||||
FILES:initramfs-module-e2fs = "/init.d/10-e2fs"
|
||||
|
||||
SUMMARY_initramfs-module-nfsrootfs = "initramfs support for locating and mounting the root partition via nfs"
|
||||
RDEPENDS_initramfs-module-nfsrootfs = "${PN}-base"
|
||||
FILES_initramfs-module-nfsrootfs = "/init.d/85-nfsrootfs"
|
||||
SUMMARY:initramfs-module-nfsrootfs = "initramfs support for locating and mounting the root partition via nfs"
|
||||
RDEPENDS:initramfs-module-nfsrootfs = "${PN}-base"
|
||||
FILES:initramfs-module-nfsrootfs = "/init.d/85-nfsrootfs"
|
||||
|
||||
SUMMARY_initramfs-module-rootfs = "initramfs support for locating and mounting the root partition"
|
||||
RDEPENDS_initramfs-module-rootfs = "${PN}-base"
|
||||
FILES_initramfs-module-rootfs = "/init.d/90-rootfs"
|
||||
SUMMARY:initramfs-module-rootfs = "initramfs support for locating and mounting the root partition"
|
||||
RDEPENDS:initramfs-module-rootfs = "${PN}-base"
|
||||
FILES:initramfs-module-rootfs = "/init.d/90-rootfs"
|
||||
|
||||
SUMMARY_initramfs-module-debug = "initramfs dynamic debug support"
|
||||
RDEPENDS_initramfs-module-debug = "${PN}-base"
|
||||
FILES_initramfs-module-debug = "/init.d/00-debug"
|
||||
SUMMARY:initramfs-module-debug = "initramfs dynamic debug support"
|
||||
RDEPENDS:initramfs-module-debug = "${PN}-base"
|
||||
FILES:initramfs-module-debug = "/init.d/00-debug"
|
||||
|
||||
SUMMARY_initramfs-module-lvm = "initramfs lvm rootfs support"
|
||||
RDEPENDS_initramfs-module-lvm = "${PN}-base"
|
||||
FILES_initramfs-module-lvm = "/init.d/09-lvm"
|
||||
SUMMARY:initramfs-module-lvm = "initramfs lvm rootfs support"
|
||||
RDEPENDS:initramfs-module-lvm = "${PN}-base"
|
||||
FILES:initramfs-module-lvm = "/init.d/09-lvm"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Live image init script"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
DEPENDS = "virtual/kernel"
|
||||
RDEPENDS_${PN} = "busybox-mdev"
|
||||
RDEPENDS:${PN} = "busybox-mdev"
|
||||
SRC_URI = "file://init-live.sh"
|
||||
|
||||
PR = "r12"
|
||||
@@ -15,7 +15,7 @@ do_install() {
|
||||
mknod -m 622 ${D}/dev/console c 5 1
|
||||
}
|
||||
|
||||
FILES_${PN} += " /init /dev "
|
||||
FILES:${PN} += " /init /dev "
|
||||
|
||||
# Due to kernel dependency
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Live image init script"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
DEPENDS = "virtual/kernel"
|
||||
RDEPENDS_${PN} = "udev udev-extraconf"
|
||||
RDEPENDS:${PN} = "udev udev-extraconf"
|
||||
SRC_URI = "file://init-live.sh"
|
||||
|
||||
PR = "r12"
|
||||
@@ -15,7 +15,7 @@ do_install() {
|
||||
mknod -m 622 ${D}/dev/console c 5 1
|
||||
}
|
||||
|
||||
FILES_${PN} += " /init /dev "
|
||||
FILES:${PN} += " /init /dev "
|
||||
|
||||
# Due to kernel dependency
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
@@ -3,7 +3,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
SRC_URI = "file://init-install-efi-testfs.sh"
|
||||
|
||||
RDEPENDS_${PN} = "parted e2fsprogs-mke2fs dosfstools"
|
||||
RDEPENDS:${PN} = "parted e2fsprogs-mke2fs dosfstools"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
@@ -12,5 +12,5 @@ do_install() {
|
||||
}
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
FILES_${PN} = " /install-efi.sh "
|
||||
FILES:${PN} = " /install-efi.sh "
|
||||
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||
|
||||
@@ -5,8 +5,8 @@ SRC_URI = "file://init-install-efi.sh"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
RDEPENDS_${PN} = "parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
|
||||
RRECOMMENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
||||
RDEPENDS:${PN} = "parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
|
||||
RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
@@ -20,6 +20,6 @@ do_install() {
|
||||
#inherit allarch
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
FILES_${PN} = " /install-efi.sh "
|
||||
FILES:${PN} = " /install-efi.sh "
|
||||
|
||||
COMPATIBLE_HOST = "(i.86.*|x86_64.*|aarch64.*)-linux"
|
||||
|
||||
@@ -3,7 +3,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
SRC_URI = "file://init-install-testfs.sh"
|
||||
|
||||
RDEPENDS_${PN} = "grub parted e2fsprogs-mke2fs"
|
||||
RDEPENDS:${PN} = "grub parted e2fsprogs-mke2fs"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
@@ -12,5 +12,5 @@ do_install() {
|
||||
}
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
FILES_${PN} = " /install.sh "
|
||||
FILES:${PN} = " /install.sh "
|
||||
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||
|
||||
@@ -7,8 +7,8 @@ PR = "r9"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
RDEPENDS_${PN} = "grub parted e2fsprogs-mke2fs util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
|
||||
RRECOMMENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
||||
RDEPENDS:${PN} = "grub parted e2fsprogs-mke2fs util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
|
||||
RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
||||
|
||||
do_install() {
|
||||
install -m 0755 ${WORKDIR}/init-install.sh ${D}/install.sh
|
||||
@@ -20,6 +20,6 @@ do_install() {
|
||||
#inherit allarch
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
FILES_${PN} = " /install.sh "
|
||||
FILES:${PN} = " /install.sh "
|
||||
|
||||
COMPATIBLE_HOST = "(i.86.*|x86_64.*|aarch64.*)-linux"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
SUMMARY = "initramfs-framework module for EFI installation option"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
RDEPENDS_${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
|
||||
RRECOMMENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
||||
RDEPENDS:${PN} = "initramfs-framework-base parted e2fsprogs-mke2fs dosfstools util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
|
||||
RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
||||
|
||||
PR = "r4"
|
||||
|
||||
@@ -15,4 +15,4 @@ do_install() {
|
||||
install -m 0755 ${WORKDIR}/init-install-efi.sh ${D}/init.d/install-efi.sh
|
||||
}
|
||||
|
||||
FILES_${PN} = "/init.d/install-efi.sh"
|
||||
FILES:${PN} = "/init.d/install-efi.sh"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
SUMMARY = "initramfs-framework module for installation option"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
RDEPENDS_${PN} = "initramfs-framework-base grub parted e2fsprogs-mke2fs util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
|
||||
RRECOMMENDS_${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
||||
RDEPENDS:${PN} = "initramfs-framework-base grub parted e2fsprogs-mke2fs util-linux-blkid ${VIRTUAL-RUNTIME_base-utils}"
|
||||
RRECOMMENDS:${PN} = "${VIRTUAL-RUNTIME_base-utils-syslog}"
|
||||
|
||||
# The same restriction as grub
|
||||
COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)'
|
||||
COMPATIBLE_HOST_armv7a = 'null'
|
||||
COMPATIBLE_HOST_armv7ve = 'null'
|
||||
COMPATIBLE_HOST:armv7a = 'null'
|
||||
COMPATIBLE_HOST:armv7ve = 'null'
|
||||
|
||||
PR = "r1"
|
||||
|
||||
@@ -20,4 +20,4 @@ do_install() {
|
||||
install -m 0755 ${WORKDIR}/init-install.sh ${D}/init.d/install.sh
|
||||
}
|
||||
|
||||
FILES_${PN} = "/init.d/install.sh"
|
||||
FILES:${PN} = "/init.d/install.sh"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
SUMMARY = "initramfs-framework module for live booting"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
RDEPENDS_${PN} = "initramfs-framework-base udev-extraconf"
|
||||
RDEPENDS:${PN} = "initramfs-framework-base udev-extraconf"
|
||||
|
||||
PR = "r4"
|
||||
|
||||
inherit allarch
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/initramfs-framework:"
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/initramfs-framework:"
|
||||
SRC_URI = "file://setup-live"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
@@ -17,4 +17,4 @@ do_install() {
|
||||
install -m 0755 ${WORKDIR}/setup-live ${D}/init.d/80-setup-live
|
||||
}
|
||||
|
||||
FILES_${PN} = "/init.d/80-setup-live"
|
||||
FILES:${PN} = "/init.d/80-setup-live"
|
||||
|
||||
Reference in New Issue
Block a user