[oe] [meta-initramfs][PATCH] symbolic link to resource.h is also necessary to build with linux kernel 3.2.

Andrea Adami andrea.adami at gmail.com
Tue Jan 15 00:23:54 UTC 2013


On Mon, Jan 14, 2013 at 11:10 PM, Takeshi Hamasaki
<hmatrjp at users.sourceforge.jp> wrote:
> ---
>  meta-initramfs/recipes-devtools/klibc/klibc_1.5.25.bb |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta-initramfs/recipes-devtools/klibc/klibc_1.5.25.bb b/meta-initramfs/recipes-devtools/klibc/klibc_1.5.25.bb
> index ae43753..8e096d9 100644
> --- a/meta-initramfs/recipes-devtools/klibc/klibc_1.5.25.bb
> +++ b/meta-initramfs/recipes-devtools/klibc/klibc_1.5.25.bb
> @@ -1,4 +1,4 @@
> -PR = "${INC_PR}.0"
> +PR = "${INC_PR}.1"
>
>  export INST = "${D}"
>
> @@ -11,6 +11,7 @@ do_compile_prepend() {
>          ln -sf ${STAGING_KERNEL_DIR}/arch/${TARGET_ARCH}/include/generated/asm/errno.h ${STAGING_KERNEL_DIR}/arch/${TARGET_ARCH}/include/asm/errno.h
>          ln -sf ${STAGING_KERNEL_DIR}/arch/${TARGET_ARCH}/include/generated/asm/ioctl.h ${STAGING_KERNEL_DIR}/arch/${TARGET_ARCH}/include/asm/ioctl.h
>          ln -sf ${STAGING_KERNEL_DIR}/arch/${TARGET_ARCH}/include/generated/asm/poll.h ${STAGING_KERNEL_DIR}/arch/${TARGET_ARCH}/include/asm/poll.h
> +        ln -sf ${STAGING_KERNEL_DIR}/arch/${TARGET_ARCH}/include/generated/asm/resource.h ${STAGING_KERNEL_DIR}/arch/${TARGET_ARCH}/include/asm/resource.h
>      fi
>
>  }
> --
> 1.7.10.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Hi,

you are using an outdated recipe, the issue is already fixed.
Please update your meta-initramfs layer and you'll get klibc_2.0.2.

Regards

Andrea




More information about the Openembedded-devel mailing list