From 544adb2dcf6a4928913a30d1127b545e76ae7cbc Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Tue, 26 Jul 2016 20:56:29 +0800 Subject: [PATCH] mmc: block: Support the fixed index for mmcblk with aliases nodes and add initramfs support --- recipes-core/images/smarct335x-initramfs-image.bb | 3 +-- recipes-core/packagegroups/packagegroup-initramfs-boot.bb | 2 +- recipes-kernel/linux/linux-smarct335x-staging_4.1.bb | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes-core/images/smarct335x-initramfs-image.bb b/recipes-core/images/smarct335x-initramfs-image.bb index f6d14b8..e62ffb5 100644 --- a/recipes-core/images/smarct335x-initramfs-image.bb +++ b/recipes-core/images/smarct335x-initramfs-image.bb @@ -10,5 +10,4 @@ inherit core-image IMAGE_ROOTFS_SIZE = "8192" -# remove not needed ipkg informations -ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " +IMAGE_FSTYPES = "ext4" diff --git a/recipes-core/packagegroups/packagegroup-initramfs-boot.bb b/recipes-core/packagegroups/packagegroup-initramfs-boot.bb index 38676bb..76777b9 100644 --- a/recipes-core/packagegroups/packagegroup-initramfs-boot.bb +++ b/recipes-core/packagegroups/packagegroup-initramfs-boot.bb @@ -5,6 +5,7 @@ SUMMARY = "Minimal boot requirements" DESCRIPTION = "The minimal set of packages required to boot the system" LICENSE = "MIT" +DEPENDS = "virtual/kernel" PR = "r17" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -29,7 +30,6 @@ SYSVINIT_SCRIPTS = "${@bb.utils.contains('MACHINE_FEATURES', 'rtc', 'busybox-hwc init-ifupdown \ ${VIRTUAL-RUNTIME_initscripts} \ " - RDEPENDS_${PN} = "\ base-files \ base-passwd \ diff --git a/recipes-kernel/linux/linux-smarct335x-staging_4.1.bb b/recipes-kernel/linux/linux-smarct335x-staging_4.1.bb index 24be0e7..fcda558 100644 --- a/recipes-kernel/linux/linux-smarct335x-staging_4.1.bb +++ b/recipes-kernel/linux/linux-smarct335x-staging_4.1.bb @@ -52,7 +52,7 @@ S = "${WORKDIR}/git" BRANCH = "smarct3x-processor-sdk-linux-02.00.01" # Corresponds to tag smarct3x-processor-sdk-linux-02.00.01 -SRCREV = "d56e51d2112aeb52430255515dcf494daf7ccdbc" +SRCREV = "8aa9e85adac609588eeec356e5a85059b3b819ba" PV = "4.1.13" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -- 1.9.1