diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-10-04 01:50:12 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-10-04 14:41:37 -0400 |
commit | b739286d690bdaada952a2376bd7aa1ba221badd (patch) | |
tree | 31204a72796f73fa8cfa2c896ede9ed2d6f4bc92 /recipes-kernel | |
parent | 2b089a561df5c5a5a78aede666ee4c6000d22ac3 (diff) | |
download | meta-ti-b739286d690bdaada952a2376bd7aa1ba221badd.tar.gz |
linux-ti-kernel: update with more merges, get devtree files in to rootfs
Set up the run-time dependency on the package with devicetree files to be
installed in /boot directory of the rootfs. The new U-boot prefers to load
them from /boot directory of the rootfs instead of the separate boot partition.
Also, there are some specific requirements for naming DTB files in /boot
directory (like no extra prefixes), but that should be addressed separately.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_git.bb b/recipes-kernel/linux/linux-ti-staging_git.bb index 8267afaf..80ebde84 100644 --- a/recipes-kernel/linux/linux-ti-staging_git.bb +++ b/recipes-kernel/linux/linux-ti-staging_git.bb | |||
@@ -8,6 +8,9 @@ inherit kernel | |||
8 | require recipes-kernel/linux/linux-dtb.inc | 8 | require recipes-kernel/linux/linux-dtb.inc |
9 | require recipes-kernel/linux/setup-defconfig.inc | 9 | require recipes-kernel/linux/setup-defconfig.inc |
10 | 10 | ||
11 | # Pull in the devicetree files into the rootfs | ||
12 | RDEPENDS_kernel-base += "kernel-devicetree" | ||
13 | |||
11 | # Add a run-time dependency for the PM firmware to be installed | 14 | # Add a run-time dependency for the PM firmware to be installed |
12 | # on the target file system. | 15 | # on the target file system. |
13 | RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript" | 16 | RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript" |
@@ -28,11 +31,11 @@ S = "${WORKDIR}/git" | |||
28 | 31 | ||
29 | BRANCH = "ti-linux-3.12.y" | 32 | BRANCH = "ti-linux-3.12.y" |
30 | 33 | ||
31 | SRCREV = "f7579525de9f1d6086c407a6980f4f1c1c574256" | 34 | SRCREV = "e34b95baedccea12af9c0e81be77ed0a18ddae82" |
32 | PV = "3.11+3.12-rc3" | 35 | PV = "3.11+3.12-rc3" |
33 | 36 | ||
34 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 37 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
35 | MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" | 38 | MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" |
36 | PR = "${MACHINE_KERNEL_PR}" | 39 | PR = "${MACHINE_KERNEL_PR}" |
37 | 40 | ||
38 | SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ | 41 | SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ |