[OE-core] [PATCH 2/2] mkelfimage: Add stable git build (initial recipe)

Saul Wold sgw at linux.intel.com
Sun Jul 8 21:34:02 UTC 2012


On 06/22/2012 01:22 PM, Raymond Danks wrote:
> Signed-off-by: Raymond Danks <ray.danks at se-eng.com>
> ---
> This was originally submitted to the openembedded project:
> http://patches.openembedded.org/patch/7687/
>
> Resubmitting to oe-core for review prior to commit in openembedded-core.
>
>   meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |   18 ++++++++++++++++++
>   1 files changed, 18 insertions(+), 0 deletions(-)
>   create mode 100644 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
>
> diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
> new file mode 100644
> index 0000000..b341213
> --- /dev/null
> +++ b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "A utility to create ELF boot images from Linux kernel images"
> +HOMEPAGE = "http://www.coreboot.org/Mkelfimage"
> +SECTION = "devel"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
> +
> +SRCREV = "e13632a939e7dde8d7d44fc73e73a41dae8060c3"
> +PV = "1.0.0+gitr${SRCPV}"
> +PR = "r1"
> +
> +SRC_URI = "git://review.coreboot.org/p/coreboot;protocol=http;branch=master"
> +
> +S = "${WORKDIR}/git/util/mkelfImage"
> +
> +inherit autotools
> +
> +NATIVE_INSTALL_WORKS = "1"
> +BBCLASSEXTEND = "native"
>

I found this packaging issue:
> ERROR: QA Issue: mkelfimage: Files/directories were installed but not shipped
>   /usr/share/mkelfImage
>   /usr/share/mkelfImage/elf32-i386

When I did a world build for x86

Can you please address it.

Thanks

Sau!





More information about the Openembedded-core mailing list