[oe] [meta-handheld][PATCH 1/3] zaurus-installer: use linux-yocto-tiny-kexecboot kernel

Paul Eggleton paul.eggleton at linux.intel.com
Mon Apr 23 21:38:36 UTC 2012


On Monday 23 April 2012 23:31:12 Andrea Adami wrote:
> * bump PR
> 
> Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
> ---
>  recipes-bsp/zaurus-utils/zaurus-installer.bb |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-bsp/zaurus-utils/zaurus-installer.bb
> b/recipes-bsp/zaurus-utils/zaurus-installer.bb index 785836f..62f01c8
> 100644
> --- a/recipes-bsp/zaurus-utils/zaurus-installer.bb
> +++ b/recipes-bsp/zaurus-utils/zaurus-installer.bb
> @@ -1,9 +1,9 @@
>  DESCRIPTION = "Installkit for kexecboot-kernel"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM =
> "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -DEPENDS
> = "${@base_conditional('MACHINE', 'collie', 'linux-kexecboot',
> 'zaurus-updater linux-kexecboot', d)}" +DEPENDS =
> "${@base_conditional('MACHINE', 'collie', 'linux-yocto-tiny-kexecboot',
> 'zaurus-updater linux-yocto-tiny-kexecboot', d)}" DEPENDS +=
> "${@base_conditional('MACHINE', 'spitz', 'zaurus-legacy-tar', '', d)}" -PR
> = "r6"
> +PR = "r7"
> 
>  INHIBIT_DEFAULT_DEPS = "1"
> 
> @@ -14,7 +14,7 @@ do_compile() {
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  PACKAGES = ""
> 
> -COMPATIBLE_MACHINE = "(collie|poodle|c7x0|spitz|akita|tosa)"
> +COMPATIBLE_MACHINE = "collie|poodle|c7x0|spitz|akita|tosa"
> 
>  inherit deploy
> 
> @@ -24,7 +24,7 @@ do_deploy() {
>          cd ${DEPLOY_DIR_IMAGE}
>          rm -rf ${DEPLOY_DIR_IMAGE}/installkit-${MACHINE}/
>          mkdir installkit-${MACHINE}/
> -        [ -f "${KERNEL_IMAGETYPE}-kexecboot-${MACHINE}.bin" ] && cp
> ${KERNEL_IMAGETYPE}-kexecboot-${MACHINE}.bin
> installkit-${MACHINE}/${KERNEL_IMAGETYPE} +        [ -f
> "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${MACHINE}.bin" ] && cp
> ${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${MACHINE}.bin
> installkit-${MACHINE}/${KERNEL_IMAGETYPE} if [ ! "${MACHINE}" = "collie" ];
> then
>                  cp updater.sh installkit-${MACHINE}/updater.sh
>          fi

Merged these three to meta-handheld, thanks.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre




More information about the Openembedded-devel mailing list