diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-04-19 15:57:33 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-04-20 18:27:27 -0500 |
commit | ee4cf4f76c322545719035dde64f6a203c0e5683 (patch) | |
tree | 5e4fc212a44d855de7e152ed3ddcf76997d2a913 /recipes-kernel | |
parent | 39fa0c1d3d020d5239c067e103e2f429ef0fcfc7 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-ti-mainline_git.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 |
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 | |||
10 | require recipes-kernel/linux/kernel-rdepends.inc | 10 | require recipes-kernel/linux/kernel-rdepends.inc |
11 | require recipes-kernel/linux/ti-kernel.inc | 11 | require recipes-kernel/linux/ti-kernel.inc |
12 | 12 | ||
13 | DEPENDS += "gmp-native" | 13 | DEPENDS += "gmp-native libmpc-native" |
14 | 14 | ||
15 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} \ | 15 | KERNEL_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 | |||
13 | require recipes-kernel/linux/kernel-rdepends.inc | 13 | require recipes-kernel/linux/kernel-rdepends.inc |
14 | require recipes-kernel/linux/ti-kernel.inc | 14 | require recipes-kernel/linux/ti-kernel.inc |
15 | 15 | ||
16 | DEPENDS += "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 |
17 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:" | 19 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:" |
18 | 20 | ||