Commit 544adb2dcf6a4928913a30d1127b545e76ae7cbc

Authored by Eric Lee
1 parent 0f24053b7f
Exists in master

mmc: block: Support the fixed index for mmcblk with aliases nodes and add initramfs support

Showing 3 changed files with 3 additions and 4 deletions Side-by-side Diff

recipes-core/images/smarct335x-initramfs-image.bb
... ... @@ -10,6 +10,5 @@
10 10  
11 11 IMAGE_ROOTFS_SIZE = "8192"
12 12  
13   -# remove not needed ipkg informations
14   -ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
  13 +IMAGE_FSTYPES = "ext4"
recipes-core/packagegroups/packagegroup-initramfs-boot.bb
... ... @@ -5,6 +5,7 @@
5 5 SUMMARY = "Minimal boot requirements"
6 6 DESCRIPTION = "The minimal set of packages required to boot the system"
7 7 LICENSE = "MIT"
  8 +DEPENDS = "virtual/kernel"
8 9 PR = "r17"
9 10  
10 11 PACKAGE_ARCH = "${MACHINE_ARCH}"
... ... @@ -29,7 +30,6 @@
29 30 init-ifupdown \
30 31 ${VIRTUAL-RUNTIME_initscripts} \
31 32 "
32   -
33 33 RDEPENDS_${PN} = "\
34 34 base-files \
35 35 base-passwd \
recipes-kernel/linux/linux-smarct335x-staging_4.1.bb
... ... @@ -52,7 +52,7 @@
52 52 BRANCH = "smarct3x-processor-sdk-linux-02.00.01"
53 53  
54 54 # Corresponds to tag smarct3x-processor-sdk-linux-02.00.01
55   -SRCREV = "d56e51d2112aeb52430255515dcf494daf7ccdbc"
  55 +SRCREV = "8aa9e85adac609588eeec356e5a85059b3b819ba"
56 56 PV = "4.1.13"
57 57  
58 58 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild