All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master] [PATCH] linux-ti-mainline: Add gmp-native as a kernel dependency
@ 2021-03-23 20:57 Nishanth Menon
  2021-03-23 21:50 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Nishanth Menon @ 2021-03-23 20:57 UTC (permalink / raw)
  To: praneeth, denis; +Cc: meta-ti, nm

From: Dan Murphy <dmurphy@ti.com>

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>
---
 recipes-kernel/linux/linux-ti-mainline_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb
index ed7607046186..41e852ba0e88 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"
 require recipes-kernel/linux/setup-defconfig.inc
 require recipes-kernel/linux/kernel-rdepends.inc
 
+DEPENDS += "gmp-native"
+
 KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 
 S = "${WORKDIR}/git"
-- 
2.31.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [dunfell/master] [PATCH] linux-ti-mainline: Add gmp-native as a kernel dependency
  2021-03-23 20:57 [dunfell/master] [PATCH] linux-ti-mainline: Add gmp-native as a kernel dependency Nishanth Menon
@ 2021-03-23 21:50 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2021-03-23 21:50 UTC (permalink / raw)
  To: Nishanth Menon; +Cc: praneeth, meta-ti

On Tue, Mar 23, 2021 at 03:57:45PM -0500, Nishanth Menon wrote:
> From: Dan Murphy <dmurphy@ti.com>
> 
> 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

This is in-line with oe-core as added since 5.8 in:
d3590f16d9c1b56813114113b74f7b6f01e6b0ba kernel-yocto/5.8: add gmp-native dependency


> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>


> ---
>  recipes-kernel/linux/linux-ti-mainline_git.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-kernel/linux/linux-ti-mainline_git.bb b/recipes-kernel/linux/linux-ti-mainline_git.bb
> index ed7607046186..41e852ba0e88 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"
>  require recipes-kernel/linux/setup-defconfig.inc
>  require recipes-kernel/linux/kernel-rdepends.inc
>  
> +DEPENDS += "gmp-native"
> +
>  KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
>  
>  S = "${WORKDIR}/git"
> -- 
> 2.31.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-23 21:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 20:57 [dunfell/master] [PATCH] linux-ti-mainline: Add gmp-native as a kernel dependency Nishanth Menon
2021-03-23 21:50 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.