diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-04-02 03:17:34 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-01 17:35:36 -0400 |
commit | 7098e8685ff1ce8c748c1754f6bab60987c91893 (patch) | |
tree | 417896d4e2400d4da2d96d46eca1a735d1dbcd7b /recipes-kernel | |
parent | c012770e13bd8aacda60d101b4fc4f33b910a3b4 (diff) | |
download | meta-ti-7098e8685ff1ce8c748c1754f6bab60987c91893.tar.gz |
linux-ti-staging 4.1: add PRU Ethernet FW dependency for AM4
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_4.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_4.1.bb b/recipes-kernel/linux/linux-ti-staging_4.1.bb index edc8e00a..ea1ed62b 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.1.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.1.bb | |||
@@ -41,6 +41,7 @@ RDEPENDS_kernel-base_append_k2l-evm = " netcp-pa-fw" | |||
41 | 41 | ||
42 | # Add run-time dependency for PRU Ethernet firmware to the rootfs | 42 | # Add run-time dependency for PRU Ethernet firmware to the rootfs |
43 | RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw" | 43 | RDEPENDS_kernel-base_append_am57xx-evm = " prueth-fw" |
44 | RDEPENDS_kernel-base_append_am437x-evm = " prueth-fw" | ||
44 | 45 | ||
45 | # Default is to package all dtb files for ti33x devices unless building | 46 | # Default is to package all dtb files for ti33x devices unless building |
46 | # for the specific beaglebone machine. | 47 | # for the specific beaglebone machine. |
@@ -73,7 +74,7 @@ SRCREV = "6b41ca0b945d73ac8c8318083f79411639836643" | |||
73 | PV = "4.1.18+git${SRCPV}" | 74 | PV = "4.1.18+git${SRCPV}" |
74 | 75 | ||
75 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild | 76 | # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild |
76 | MACHINE_KERNEL_PR_append = "k" | 77 | MACHINE_KERNEL_PR_append = "l" |
77 | PR = "${MACHINE_KERNEL_PR}" | 78 | PR = "${MACHINE_KERNEL_PR}" |
78 | 79 | ||
79 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" | 80 | KERNEL_CONFIG_DIR = "${S}/ti_config_fragments" |