summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-10-04 01:50:12 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-10-04 14:41:37 -0400
commitb739286d690bdaada952a2376bd7aa1ba221badd (patch)
tree31204a72796f73fa8cfa2c896ede9ed2d6f4bc92 /recipes-kernel
parent2b089a561df5c5a5a78aede666ee4c6000d22ac3 (diff)
downloadmeta-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.bb7
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
8require recipes-kernel/linux/linux-dtb.inc 8require recipes-kernel/linux/linux-dtb.inc
9require recipes-kernel/linux/setup-defconfig.inc 9require recipes-kernel/linux/setup-defconfig.inc
10 10
11# Pull in the devicetree files into the rootfs
12RDEPENDS_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.
13RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript" 16RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript"
@@ -28,11 +31,11 @@ S = "${WORKDIR}/git"
28 31
29BRANCH = "ti-linux-3.12.y" 32BRANCH = "ti-linux-3.12.y"
30 33
31SRCREV = "f7579525de9f1d6086c407a6980f4f1c1c574256" 34SRCREV = "e34b95baedccea12af9c0e81be77ed0a18ddae82"
32PV = "3.11+3.12-rc3" 35PV = "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
35MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}" 38MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}"
36PR = "${MACHINE_KERNEL_PR}" 39PR = "${MACHINE_KERNEL_PR}"
37 40
38SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ 41SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \