[yocto] [LXCR-4977 PATCH 1/1] Add makedumpfile recipe to cgl.

Alexandru Vaduva vaduvajanalexandru at yahoo.com
Wed Jun 24 05:07:19 PDT 2015


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 <gshastri at juniper.net> 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 at yoctoproject.org [mailto:yocto-bounces at yoctoproject.org] On Behalf Of Alexandru.Vaduva
Sent: Tuesday, June 23, 2015 7:30 PM
To: yocto at yoctoproject.org; Adrian.Dudau at enea.com; Alexandru.Vaduva at enea.com; Alexandra.Safta at enea.com
Cc: Siva Borra; linux at list.enea.se; issues at enea.com
Subject: [yocto] [LXCR-4977 PATCH 1/1] Add makedumpfile recipe to cgl.

From: Siva Borra <siva.borra at enea.com>

Add the makedumpfile package recipe to
the cgl layer.

[LXCR-4977]


Signed-off-by: Siva Borra <siva.borra at enea.com>
---
 .../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 at yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
-- 
_______________________________________________
yocto mailing list
yocto at yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150624/444a9759/attachment.html>


More information about the yocto mailing list