From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 75-148-42-21-colorado.hfc.comcastbusiness.net ([75.148.42.21] helo=judge.camp.se-eng.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SkdKQ-0000SD-Jz for openembedded-core@lists.openembedded.org; Fri, 29 Jun 2012 17:41:52 +0200 Received: from localhost (localhost [127.0.0.1]) by judge.camp.se-eng.com (Postfix) with ESMTP id C525813913D for ; Fri, 29 Jun 2012 09:30:52 -0600 (MDT) X-Virus-Scanned: amavisd-new at camp.se-eng.com Received: from judge.camp.se-eng.com ([127.0.0.1]) by localhost (judge.camp.se-eng.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ylom6bTLrEji for ; Fri, 29 Jun 2012 09:30:51 -0600 (MDT) Received: from [172.20.202.96] (beast.camp.se-eng.com [172.20.202.96]) by judge.camp.se-eng.com (Postfix) with ESMTPSA id E123613913C for ; Fri, 29 Jun 2012 09:30:50 -0600 (MDT) Message-ID: <4FEDCA83.80700@se-eng.com> Date: Fri, 29 Jun 2012 09:32:19 -0600 From: Raymond Danks User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <1340396533-5386-1-git-send-email-ray.danks@se-eng.com> <1340396533-5386-2-git-send-email-ray.danks@se-eng.com> <1340972370.23146.150.camel@ted> In-Reply-To: <1340972370.23146.150.camel@ted> Subject: Re: [PATCH 2/2] mkelfimage: Add stable git build (initial recipe) X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: ray.danks@se-eng.com, Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2012 15:41:53 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 06/29/2012 06:19 AM, Richard Purdie wrote: > On Fri, 2012-06-22 at 14:22 -0600, Raymond Danks wrote: >> Signed-off-by: Raymond Danks >> --- >> 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" > The above line is no longer needed, does nothing and should be removed. > Thanks Richard. I'm sending updated patches momentarily. >> +BBCLASSEXTEND = "native" > Cheers, > > Richard > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core