All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] Including kernel-devsrc to the SDK while using INCOMPATIBLE_LICENSE
@ 2022-03-29  6:52 Måns
  2022-04-06  6:29 ` Måns
  0 siblings, 1 reply; 2+ messages in thread
From: Måns @ 2022-03-29  6:52 UTC (permalink / raw)
  To: OE-core

Hi,

I am trying to add the kernel-devsrc to the SDK by using

TOOLCHAIN_TARGET_TASK_append = "kernel-devsrc"

My problem is that we are trying to prevent GPLv3 packages by setting

INCOMPATIBLE_LICENSE = "GPL-3.0"

This resulting in an issue because the kernel-devsrc depend on GPLv3 packages

RDEPENDS_${PN} = "bc python flex bison ${TCLIBC}-utils"

We are currently using Thud. We are not shipping the SDK so the
INCOMPATIBLE_LICENSE is only needed for the image build. Any
suggestions on the best approach on how to solve this would be really
appreciated.

Thanks


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

* Re: [OE-core] Including kernel-devsrc to the SDK while using INCOMPATIBLE_LICENSE
  2022-03-29  6:52 [OE-core] Including kernel-devsrc to the SDK while using INCOMPATIBLE_LICENSE Måns
@ 2022-04-06  6:29 ` Måns
  0 siblings, 0 replies; 2+ messages in thread
From: Måns @ 2022-04-06  6:29 UTC (permalink / raw)
  To: OE-core

So for anyone that stumbles across this issue it looks like I was
using the kernel-devsrc in the wrong way.
It seems like it is more for kernel module development done on the
target. I was more interesting in having access to
some kernel driver headers so instead I ended up following

https://docs.yoctoproject.org/singleindex.html#using-headers-to-interface-with-devices

Thanks

Den tis 29 mars 2022 kl 08:52 skrev Måns <mans.zigher@gmail.com>:
>
> Hi,
>
> I am trying to add the kernel-devsrc to the SDK by using
>
> TOOLCHAIN_TARGET_TASK_append = "kernel-devsrc"
>
> My problem is that we are trying to prevent GPLv3 packages by setting
>
> INCOMPATIBLE_LICENSE = "GPL-3.0"
>
> This resulting in an issue because the kernel-devsrc depend on GPLv3 packages
>
> RDEPENDS_${PN} = "bc python flex bison ${TCLIBC}-utils"
>
> We are currently using Thud. We are not shipping the SDK so the
> INCOMPATIBLE_LICENSE is only needed for the image build. Any
> suggestions on the best approach on how to solve this would be really
> appreciated.
>
> Thanks


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

end of thread, other threads:[~2022-04-06 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29  6:52 [OE-core] Including kernel-devsrc to the SDK while using INCOMPATIBLE_LICENSE Måns
2022-04-06  6:29 ` Måns

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.