[meta-freescale] [meta-fsl-arm-extra][PATCH 1/8] linux-cfa: always use cfa10036 as MACHINE for the kernel link

Daiane Angolini daiane.angolini at freescale.com
Fri Sep 6 04:55:07 PDT 2013


On 09/05/2013 06:21 PM, Alexandre Belloni wrote:
> Barebox is configured to always look for a kernel image named
> zImage-cfa10036.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>
> ---
>   recipes-kernel/linux/linux-cfa_3.10.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-kernel/linux/linux-cfa_3.10.bb b/recipes-kernel/linux/linux-cfa_3.10.bb
> index 2c2a723..bccca1c 100644
> --- a/recipes-kernel/linux/linux-cfa_3.10.bb
> +++ b/recipes-kernel/linux/linux-cfa_3.10.bb
> @@ -26,7 +26,7 @@ pkg_postinst_kernel-devicetree_append () {
>   }
>
>   pkg_postinst_kernel-image_append () {
> -	update-alternatives --install /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-${MACHINE} ${KERNEL_IMAGETYPE}-${MACHINE} ${KERNEL_IMAGETYPE}-${KERNEL_VERSION} ${KERNEL_PRIORITY} || true
> +	update-alternatives --install /${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-cfa10036 ${KERNEL_IMAGETYPE}-cfa10036 ${KERNEL_IMAGETYPE}-${KERNEL_VERSION} ${KERNEL_PRIORITY} || true

why do you need to explicitly use cfa10036 if your bbappend is 
COMPATIBLE_MACHINE on "cfa10036"?

will you use zImage-cfa10036 for other boards with a different name? And 
when you include a that new machine will increase the COMPATIBLE_MACHINE 
string?

>   }
>
>   COMPATIBLE_MACHINE = "cfa10036"
>


-- 
Daiane




More information about the meta-freescale mailing list