summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti-mainline_git.bb
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2021-03-24 02:57:45 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2021-03-25 16:22:30 -0500
commit0376ebcd4333ea2915b3113945ff6a818f7cb442 (patch)
treec786b9ebad383725a322a8c347f4d38884e7ae3a /recipes-kernel/linux/linux-ti-mainline_git.bb
parent5776fe04ad0f5aa235f7d6697c64905afcf73d2c (diff)
downloadmeta-ti-0376ebcd4333ea2915b3113945ff6a818f7cb442.tar.gz
linux-ti-mainline: Add gmp-native as a kernel dependency
Add GNU Multiple Precision Arithmetic Library as a dependency for mainline linux builds. These are necesary for kernel to handle gcc plugins for builtins.h Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'recipes-kernel/linux/linux-ti-mainline_git.bb')
-rw-r--r--recipes-kernel/linux/linux-ti-mainline_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb
index ed760704..41e852ba 100644
--- a/recipes-kernel/linux/linux-ti-mainline_git.bb
+++ b/recipes-kernel/linux/linux-ti-mainline_git.bb
@@ -9,6 +9,8 @@ DEFCONFIG_BUILDER = "${WORKDIR}/ti-upstream-tools/config/defconfig_builder.sh"
9require recipes-kernel/linux/setup-defconfig.inc 9require recipes-kernel/linux/setup-defconfig.inc
10require recipes-kernel/linux/kernel-rdepends.inc 10require recipes-kernel/linux/kernel-rdepends.inc
11 11
12DEPENDS += "gmp-native"
13
12KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 14KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
13 15
14S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"