summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-04-19 15:57:33 -0400
committerRyan Eatmon <reatmon@ti.com>2022-04-20 18:27:27 -0500
commitee4cf4f76c322545719035dde64f6a203c0e5683 (patch)
tree5e4fc212a44d855de7e152ed3ddcf76997d2a913
parent39fa0c1d3d020d5239c067e103e2f429ef0fcfc7 (diff)
downloadmeta-ti-ee4cf4f76c322545719035dde64f6a203c0e5683.tar.gz
linux-ti-staging/mainline: depend on libmpc-native and gmp-native
Similar to OE-Core changes: https://git.openembedded.org/openembedded-core/commit/?id=128abf5eb76dd0d2680c93f043bf7cac0a3552b8 5.10.85 changed how the GCC plugins are built, which means they now depend on both GMP and MPC to be built. Also add MPC dependency to linux-ti-mainline, as it already depends on GMP since: https://git.yoctoproject.org/meta-ti/commit/?id=0376ebcd4333ea2915b3113945ff6a818f7cb442 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-mainline_git.bb2
-rw-r--r--recipes-kernel/linux/linux-ti-staging_5.10.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb
index 7491dae0..4a5034fd 100644
--- a/recipes-kernel/linux/linux-ti-mainline_git.bb
+++ b/recipes-kernel/linux/linux-ti-mainline_git.bb
@@ -10,7 +10,7 @@ require recipes-kernel/linux/setup-defconfig.inc
10require recipes-kernel/linux/kernel-rdepends.inc 10require recipes-kernel/linux/kernel-rdepends.inc
11require recipes-kernel/linux/ti-kernel.inc 11require recipes-kernel/linux/ti-kernel.inc
12 12
13DEPENDS += "gmp-native" 13DEPENDS += "gmp-native libmpc-native"
14 14
15KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} \ 15KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} \
16 ${EXTRA_DTC_ARGS}" 16 ${EXTRA_DTC_ARGS}"
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
index 9eb5a306..a0ba18e9 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -13,6 +13,8 @@ require recipes-kernel/linux/bundle-devicetree.inc
13require recipes-kernel/linux/kernel-rdepends.inc 13require recipes-kernel/linux/kernel-rdepends.inc
14require recipes-kernel/linux/ti-kernel.inc 14require recipes-kernel/linux/ti-kernel.inc
15 15
16DEPENDS += "gmp-native libmpc-native"
17
16# Look in the generic major.minor directory for files 18# Look in the generic major.minor directory for files
17FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:" 19FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:"
18 20