Thanks for the information and for the patch.I am really pleased when anyone sends a patch, sorry though that I missed your.Hoping not to make this mistake again. Unfortunately I will leave your patch as it is since the meta-cgl itself is on a change process and we are trying as much as possible to use the latest and most stable packages available.Would you please make sure that the next time you will send a patch for the meta-cgl layer that I am in CC or the "[meta-cgl]" information is somewhere in the emails subject. By doing that we can make sure that situations like the earlier one would not repeat. Thanks once again for you interest. Sorry for the mistake. I will try to make sure that the next patch sent to the meta-cgl layer will receive my full attention. Alex V. On Wednesday, June 24, 2015 11:06 AM, Gaurang Shastri wrote: JFYI, makedumpfile recipe patch was already sent on emea list on 3/31/2015. Can you please check? //Gaurang Shastri -----Original Message----- From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Alexandru.Vaduva Sent: Tuesday, June 23, 2015 7:30 PM To: yocto@yoctoproject.org; Adrian.Dudau@enea.com; Alexandru.Vaduva@enea.com; Alexandra.Safta@enea.com Cc: Siva Borra; linux@list.enea.se; issues@enea.com Subject: [yocto] [LXCR-4977 PATCH 1/1] Add makedumpfile recipe to cgl. From: Siva Borra Add the makedumpfile package recipe to the cgl layer. [LXCR-4977] Signed-off-by: Siva Borra --- .../makedumpfile/files/alias-powerpc-powerpc32.patch | 13 +++++++++++++ .../recipes-cgl/makedumpfile/makedumpfile_1.5.8.bb  | 20 ++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 meta-cgl-common/recipes-cgl/makedumpfile/files/alias-powerpc-powerpc32.patch create mode 100644 meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.8.bb diff --git a/meta-cgl-common/recipes-cgl/makedumpfile/files/alias-powerpc-powerpc32.patch b/meta-cgl-common/recipes-cgl/makedumpfile/files/alias-powerpc-powerpc32.patch new file mode 100644 index 0000000..70ad663 --- /dev/null +++ b/meta-cgl-common/recipes-cgl/makedumpfile/files/alias-powerpc-power +++ pc32.patch @@ -0,0 +1,13 @@ +diff -rupN makedumpfile-1.5.8/Makefile makedumpfile-1.5.8/Makefile +--- makedumpfile-1.5.8/Makefile    2015-03-24 02:58:33.000000000 +0100 ++++ makedumpfile-1.5.8/Makefile    2015-06-23 11:08:30.595655336 +0200 +@@ -25,7 +25,8 @@ endif + ARCH := $(shell echo ${TARGET}  | sed -e s/i.86/x86/ -e s/sun4u/sparc64/ \ +                   -e s/arm.*/arm/ -e s/sa110/arm/ \ +                   -e s/s390x/s390/ -e s/parisc64/parisc/ \ +-                  -e s/ppc64/powerpc64/ -e s/ppc/powerpc32/) ++                  -e s/ppc64/powerpc64/ -e s/ppc/powerpc32/ \ ++                  -e s/powerpc/powerpc32/) + + CROSS := + ifneq ($(TARGET), $(HOST_ARCH)) diff --git a/meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.8.bb b/meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.8.bb new file mode 100644 index 0000000..6c32306 --- /dev/null +++ b/meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.8.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Make dump file utility" +LICENSE = "GPLv2" + +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +SRC_URI = "http://sourceforge.net/projects/makedumpfile/files/makedumpfile/1.5.8/makedumpfile-${PV}.tar.gz;name=makedumpfile \ +      file://alias-powerpc-powerpc32.patch \ +      " + +SRC_URI[makedumpfile.md5sum] = "642d975349dff744c6027d4486499258" +SRC_URI[makedumpfile.sha256sum] = "dd9c6c40c1ae6774b61bbe7b53f5ebbee9734f576d8ecb75ffb929288f5ea64d" + +DEPENDS = "zlib elfutils bzip2" + +EXTRA_OEMAKE = "TARGET=${TARGET_ARCH}" + +do_install() { +    install -d ${D}${bindir}/ +    install -c -m 755 ${S}/makedumpfile ${D}${bindir}/ } -- 1.9.1 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto