[meta-freescale] [meta-fsl-ppc][PATCH v2] linux-qoriq-sdk : add config fragments

Otavio Salvador otavio at ossystems.com.br
Tue Oct 15 22:34:31 PDT 2013


On Wed, Oct 16, 2013 at 1:44 AM,  <b40290 at freescale.com> wrote:
> From: Chunrong Guo <B40290 at freescale.com>
>
> Signed-off-by: Chunrong Guo <B40290 at freescale.com>
> ---
>  recipes-kernel/linux/linux-qoriq-sdk.bb |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-qoriq-sdk.bb b/recipes-kernel/linux/linux-qoriq-sdk.bb
> index 7dd7059..c629bf6 100644
> --- a/recipes-kernel/linux/linux-qoriq-sdk.bb
> +++ b/recipes-kernel/linux/linux-qoriq-sdk.bb
> @@ -11,6 +11,7 @@ SRC_URI += "file://libtraceevent-Remove-hard-coded-include-to-usr-local-include-
>
>  PR = "${INC_PR}.1"
>
> +DEPENDS += "kern-tools-native"
>  DEPENDS_append = " libgcc"

Squash those.

>  KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS}"
>  KERNEL_LD_append = " ${TOOLCHAIN_OPTIONS}"
> @@ -18,6 +19,11 @@ KERNEL_LD_append = " ${TOOLCHAIN_OPTIONS}"
>  do_configure_prepend() {
>         # copy desired defconfig so we pick it up for the real kernel_do_configure
>         cp ${KERNEL_DEFCONFIG} ${B}/.config
> +
> +       # add config fragments
> +       if [ -a "${DELTA_KERNEL_DEFCONFIG}" ]; then
> +               merge_config.sh -m .config ${DELTA_KERNEL_DEFCONFIG}
> +       fi
>
>         # append sdk version in kernel version if SDK_VERSION is defined
>         if [ -n "${SDK_VERSION}" ]; then
> --
> 1.7.5.4
>
>
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



More information about the meta-freescale mailing list