summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-06-26 21:49:52 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-27 21:08:16 +0000
commitd270e28d857d56936ba642402ba3d5354dbe847d (patch)
tree4aead4e6497d38b5add8fb11d57705557e046ed8
parent3db629082bca3c6dd6f052e30a2428dd51d28f3a (diff)
downloadmeta-ti-d270e28d857d56936ba642402ba3d5354dbe847d.tar.gz
linux-ti-staging: switch RDEPENDS to prueth-fw-am65x
* Switch am65xx RDEPENDS from prueth-fw-bin to prueth-fw-am65x. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_4.19.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_4.19.bb b/recipes-kernel/linux/linux-ti-staging_4.19.bb
index c7cf13b4..2a831955 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.19.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.19.bb
@@ -48,7 +48,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-evm = " prueth-fw"
48RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am437x-evm = " prueth-fw" 48RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am437x-evm = " prueth-fw"
49RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am335x-evm = " prueth-fw" 49RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am335x-evm = " prueth-fw"
50RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2g = " prueth-fw" 50RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2g = " prueth-fw"
51RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am65xx-evm = " prueth-fw-bin" 51RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am65xx-evm = " prueth-fw-am65x"
52 52
53KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 53KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
54 54