summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti-staging_4.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti-staging_4.4.bb')
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.4.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb
index 5953992d..a9b99c0d 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb
@@ -42,6 +42,7 @@ RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw"
42# Add run-time dependency for PRU Ethernet firmware to the rootfs 42# Add run-time dependency for PRU Ethernet firmware to the rootfs
43RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw" 43RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw"
44RDEPENDS_kernel-base_append_am437x-evm = " prueth-fw" 44RDEPENDS_kernel-base_append_am437x-evm = " prueth-fw"
45RDEPENDS_kernel-base_append_am335x-evm = " prueth-fw"
45 46
46# Default is to package all dtb files for ti33x devices unless building 47# Default is to package all dtb files for ti33x devices unless building
47# for the specific beaglebone machine. 48# for the specific beaglebone machine.
@@ -70,11 +71,11 @@ S = "${WORKDIR}/git"
70 71
71BRANCH = "ti-lsk-linux-4.4.y" 72BRANCH = "ti-lsk-linux-4.4.y"
72 73
73SRCREV = "89ae5e0da227de05d1c4ce78796a6544895e8b28" 74SRCREV = "ba05e8fda276bd3a1b2ef970a868b229d5184246"
74PV = "4.4.9+git${SRCPV}" 75PV = "4.4.9+git${SRCPV}"
75 76
76# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 77# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
77MACHINE_KERNEL_PR_append = "a" 78MACHINE_KERNEL_PR_append = "b"
78PR = "${MACHINE_KERNEL_PR}" 79PR = "${MACHINE_KERNEL_PR}"
79 80
80KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" 81KERNEL_CONFIG_DIR = "${S}/ti_config_fragments"