[OE-core] [poky] [PATCH 4/5] tasl-core-sdk: Add kernel-dev to task-core-sdk RDEPENDS

Khem Raj raj.khem at gmail.com
Fri Jun 29 21:59:42 UTC 2012


On Friday, June 29, 2012, Darren Hart <dvhart at linux.intel.com> wrote:
> Add kernel-dev to task-core-sdk so it will be included with
> core-image-sato-sdk and similar image recipes. This enables
> building Linux kernel modules on the target.
>
> Signed-off-by: Darren Hart <dvhart at linux.intel.com>
> CC: Jessica Zhang <jessica.zhang at intel.com>
> ---
>  meta/recipes-core/tasks/task-core-sdk.bb |    5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/tasks/task-core-sdk.bbb/meta/recipes-core/tasks/
task-core-sdk.bb
> index ec6cdcc..d65a53a 100644
> --- a/meta/recipes-core/tasks/task-core-sdk.bb
> +++ b/meta/recipes-core/tasks/task-core-sdk.bb
> @@ -7,7 +7,7 @@ LICENSE = "MIT"
>  LIC_FILES_CHKSUM =
"file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
>
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
>  DEPENDS = "task-core-console"
> -PR = "r7"
> +PR = "r8"
>
>  ALLOW_EMPTY = "1"
>  #PACKAGEFUNCS =+ 'generate_sdk_pkgs'
> @@ -46,7 +46,8 @@ RDEPENDS_task-core-sdk = "\
>     distcc \
>     ldd \
>     file \
> -    tcl"
> +    tcl \
> +    kernel-dev"

Doesn't this.make sdk to be machine specific now
>
>  #python generate_sdk_pkgs () {
>  #    poky_pkgs = read_pkgdata('task-core', d)['PACKAGES']
> --
> 1.7.10.2
>
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20120629/1d687207/attachment-0002.html>


More information about the Openembedded-core mailing list