diff options
Diffstat (limited to 'meta/recipes-core/initrdscripts')
5 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb index 6f9b4c21f1..0ede20b15d 100644 --- a/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | DESCRIPTION = "A live image init script" | 1 | SUMMARY = "Extremely basic live image init script" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 4 | SRC_URI = "file://init-boot.sh" | 4 | SRC_URI = "file://init-boot.sh" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb index a2c0813f30..861bec363f 100644 --- a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | DESCRIPTION = "initramfs modular system" | 1 | SUMMARY = "Modular initramfs system" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 4 | RDEPENDS_${PN} += "busybox" | 4 | RDEPENDS_${PN} += "busybox" |
| @@ -42,18 +42,18 @@ PACKAGES = "${PN}-base \ | |||
| 42 | 42 | ||
| 43 | FILES_${PN}-base = "/init /init.d/99-finish" | 43 | FILES_${PN}-base = "/init /init.d/99-finish" |
| 44 | 44 | ||
| 45 | DESCRIPTION_initramfs-module-mdev = "initramfs support for mdev" | 45 | SUMMARY_initramfs-module-mdev = "initramfs support for mdev" |
| 46 | RDEPENDS_initramfs-module-mdev = "${PN}-base" | 46 | RDEPENDS_initramfs-module-mdev = "${PN}-base" |
| 47 | FILES_initramfs-module-mdev = "/init.d/01-mdev" | 47 | FILES_initramfs-module-mdev = "/init.d/01-mdev" |
| 48 | 48 | ||
| 49 | DESCRIPTION_initramfs-module-udev = "initramfs support for udev" | 49 | SUMMARY_initramfs-module-udev = "initramfs support for udev" |
| 50 | RDEPENDS_initramfs-module-udev = "${PN}-base udev udev-utils" | 50 | RDEPENDS_initramfs-module-udev = "${PN}-base udev udev-utils" |
| 51 | FILES_initramfs-module-udev = "/init.d/01-udev" | 51 | FILES_initramfs-module-udev = "/init.d/01-udev" |
| 52 | 52 | ||
| 53 | DESCRIPTION_initramfs-module-e2fs = "initramfs support for ext4/ext3/ext2 filesystems" | 53 | SUMMARY_initramfs-module-e2fs = "initramfs support for ext4/ext3/ext2 filesystems" |
| 54 | RDEPENDS_initramfs-module-e2fs = "${PN}-base" | 54 | RDEPENDS_initramfs-module-e2fs = "${PN}-base" |
| 55 | FILES_initramfs-module-e2fs = "/init.d/10-e2fs" | 55 | FILES_initramfs-module-e2fs = "/init.d/10-e2fs" |
| 56 | 56 | ||
| 57 | DESCRIPTION_initramfs-module-debug = "initramfs dynamic debug support" | 57 | SUMMARY_initramfs-module-debug = "initramfs dynamic debug support" |
| 58 | RDEPENDS_initramfs-module-debug = "${PN}-base" | 58 | RDEPENDS_initramfs-module-debug = "${PN}-base" |
| 59 | FILES_initramfs-module-debug = "/init.d/00-debug" | 59 | FILES_initramfs-module-debug = "/init.d/00-debug" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb index 8626bb5b33..2d378e2101 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | DESCRIPTION = "A live image init script" | 1 | SUMMARY = "Live image init script" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 4 | DEPENDS = "virtual/kernel" | 4 | DEPENDS = "virtual/kernel" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb index 264931f9a3..7195dc2718 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | DESCRIPTION = "A live image init script for grub-efi" | 1 | SUMMARY = "Live image install script for grub-efi" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 4 | SRC_URI = "file://init-install-efi.sh" | 4 | SRC_URI = "file://init-install-efi.sh" |
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb index 3a8836d5b9..7bf31c9cf8 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | DESCRIPTION = "A live image init script for grub" | 1 | SUMMARY = "Live image install script for grub" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 4 | SRC_URI = "file://init-install.sh" | 4 | SRC_URI = "file://init-install.sh" |
