All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mkelfimage: Upgrade to e1e6a91
@ 2012-07-09 20:51 Raymond Danks
  2012-07-09 22:41 ` Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Raymond Danks @ 2012-07-09 20:51 UTC (permalink / raw)
  To: openembedded-core

Packaging issues resolved with latest version from git.

Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
---
 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
index 1224a63..4b45c67 100644
--- a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
+++ b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
 
-SRCREV = "e13632a939e7dde8d7d44fc73e73a41dae8060c3"
+SRCREV = "e1e6a91ce0738400fa1615179de88ebc0df29f66"
 PV = "1.0.0+gitr${SRCPV}"
 PR = "r1"
 
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] mkelfimage: Upgrade to e1e6a91
  2012-07-09 20:51 [PATCH] mkelfimage: Upgrade to e1e6a91 Raymond Danks
@ 2012-07-09 22:41 ` Khem Raj
  2012-07-09 23:03   ` Raymond Danks
  2012-07-10 14:35 ` [PATCH v2] " Raymond Danks
  2012-07-17 15:53 ` [PATCH] " Saul Wold
  2 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2012-07-09 22:41 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Mon, Jul 9, 2012 at 1:51 PM, Raymond Danks <ray.danks@se-eng.com> wrote:
> Packaging issues resolved with latest version from git.

which packaging issues ? can you add more context here please.



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] mkelfimage: Upgrade to e1e6a91
  2012-07-09 22:41 ` Khem Raj
@ 2012-07-09 23:03   ` Raymond Danks
  2012-07-10  1:22     ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: Raymond Danks @ 2012-07-09 23:03 UTC (permalink / raw)
  To: openembedded-core

On 07/09/2012 04:41 PM, Khem Raj wrote:
> On Mon, Jul 9, 2012 at 1:51 PM, Raymond Danks<ray.danks@se-eng.com>  wrote:
>> Packaging issues resolved with latest version from git.
> which packaging issues ? can you add more context here please.
Raj,

This is in response to Saul's make world test on x86 from last night.  
See the thread entitled [PATCH 2/2] mkelfimage: Add stable git build 
(initial recipe).

The patch merged into to coreboot is here:
http://review.coreboot.org/#/c/1195/

This patch is the same revision as the revision specified in the .bb file.

Thanks,
Ray

>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] mkelfimage: Upgrade to e1e6a91
  2012-07-09 23:03   ` Raymond Danks
@ 2012-07-10  1:22     ` Khem Raj
  0 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2012-07-10  1:22 UTC (permalink / raw)
  To: ray.danks, Patches and discussions about the oe-core layer

On Mon, Jul 9, 2012 at 4:03 PM, Raymond Danks <ray.danks@se-eng.com> wrote:
> On 07/09/2012 04:41 PM, Khem Raj wrote:
>>
>> On Mon, Jul 9, 2012 at 1:51 PM, Raymond Danks<ray.danks@se-eng.com>
>> wrote:
>>>
>>> Packaging issues resolved with latest version from git.
>>
>> which packaging issues ? can you add more context here please.
>
> Raj,
>
> This is in response to Saul's make world test on x86 from last night.  See
> the thread entitled [PATCH 2/2] mkelfimage: Add stable git build (initial
> recipe).
>
> The patch merged into to coreboot is here:
> http://review.coreboot.org/#/c/1195/
>
> This patch is the same revision as the revision specified in the .bb file.

you can add that bit of info to commit log

>
> Thanks,
> Ray
>
>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH v2] mkelfimage: Upgrade to e1e6a91
  2012-07-09 20:51 [PATCH] mkelfimage: Upgrade to e1e6a91 Raymond Danks
  2012-07-09 22:41 ` Khem Raj
@ 2012-07-10 14:35 ` Raymond Danks
  2012-07-10 15:01   ` Saul Wold
  2012-07-17 15:53 ` [PATCH] " Saul Wold
  2 siblings, 1 reply; 8+ messages in thread
From: Raymond Danks @ 2012-07-10 14:35 UTC (permalink / raw)
  To: openembedded-core

Address QA issue: Files/directories were installed but not shipped.
New revision contains patch to mkelfimage removing
/usr/share/mkelfImage/elf32-i386 directory from Makefile install target.

http://review.coreboot.org/#/c/1195/

Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
---
v2:
  Reword commit log

 meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
index 1224a63..4b45c67 100644
--- a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
+++ b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
 
-SRCREV = "e13632a939e7dde8d7d44fc73e73a41dae8060c3"
+SRCREV = "e1e6a91ce0738400fa1615179de88ebc0df29f66"
 PV = "1.0.0+gitr${SRCPV}"
 PR = "r1"
 
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH v2] mkelfimage: Upgrade to e1e6a91
  2012-07-10 14:35 ` [PATCH v2] " Raymond Danks
@ 2012-07-10 15:01   ` Saul Wold
  2012-07-10 15:04     ` Raymond Danks
  0 siblings, 1 reply; 8+ messages in thread
From: Saul Wold @ 2012-07-10 15:01 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 07/10/2012 07:35 AM, Raymond Danks wrote:
> Address QA issue: Files/directories were installed but not shipped.
> New revision contains patch to mkelfimage removing
> /usr/share/mkelfImage/elf32-i386 directory from Makefile install target.
>
> http://review.coreboot.org/#/c/1195/
>
> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
> ---
> v2:
>    Reword commit log
>
I hate to do this, but I am looking at the summary and it really does 
not tell me anything, a better summary would be something like:

mkelfimage: corrected packaging issue in upstream

...

Thanks
	Sau!

>   meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
> index 1224a63..4b45c67 100644
> --- a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
> +++ b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
> @@ -4,7 +4,7 @@ SECTION = "devel"
>   LICENSE = "GPLv2"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
>
> -SRCREV = "e13632a939e7dde8d7d44fc73e73a41dae8060c3"
> +SRCREV = "e1e6a91ce0738400fa1615179de88ebc0df29f66"
>   PV = "1.0.0+gitr${SRCPV}"
>   PR = "r1"
>
>




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH v2] mkelfimage: Upgrade to e1e6a91
  2012-07-10 15:01   ` Saul Wold
@ 2012-07-10 15:04     ` Raymond Danks
  0 siblings, 0 replies; 8+ messages in thread
From: Raymond Danks @ 2012-07-10 15:04 UTC (permalink / raw)
  To: Saul Wold; +Cc: Patches and discussions about the oe-core layer

On 07/10/2012 09:01 AM, Saul Wold wrote:
> On 07/10/2012 07:35 AM, Raymond Danks wrote:
>> Address QA issue: Files/directories were installed but not shipped.
>> New revision contains patch to mkelfimage removing
>> /usr/share/mkelfImage/elf32-i386 directory from Makefile install target.
>>
>> http://review.coreboot.org/#/c/1195/
>>
>> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
>> ---
>> v2:
>>    Reword commit log
>>
> I hate to do this, but I am looking at the summary and it really does 
> not tell me anything, a better summary would be something like:
>
> mkelfimage: corrected packaging issue in upstream
Saul,

That's basically what the comment said before it was nacked.  I'm not 
attached to the summary or the commit log.  Feel free to do with it what 
you want.

The change to the .bb file fixes the issue.

Thanks,
Ray
>
> ...
>
> Thanks
>     Sau!
>
>>   meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb 
>> b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
>> index 1224a63..4b45c67 100644
>> --- a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
>> +++ b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
>> @@ -4,7 +4,7 @@ SECTION = "devel"
>>   LICENSE = "GPLv2"
>>   LIC_FILES_CHKSUM = 
>> "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
>>
>> -SRCREV = "e13632a939e7dde8d7d44fc73e73a41dae8060c3"
>> +SRCREV = "e1e6a91ce0738400fa1615179de88ebc0df29f66"
>>   PV = "1.0.0+gitr${SRCPV}"
>>   PR = "r1"
>>
>>
>




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] mkelfimage: Upgrade to e1e6a91
  2012-07-09 20:51 [PATCH] mkelfimage: Upgrade to e1e6a91 Raymond Danks
  2012-07-09 22:41 ` Khem Raj
  2012-07-10 14:35 ` [PATCH v2] " Raymond Danks
@ 2012-07-17 15:53 ` Saul Wold
  2 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2012-07-17 15:53 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 07/09/2012 01:51 PM, Raymond Danks wrote:
> Packaging issues resolved with latest version from git.
>
> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
> ---
>   meta/recipes-devtools/mkelfimage/mkelfimage_git.bb |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
> index 1224a63..4b45c67 100644
> --- a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
> +++ b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
> @@ -4,7 +4,7 @@ SECTION = "devel"
>   LICENSE = "GPLv2"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
>
> -SRCREV = "e13632a939e7dde8d7d44fc73e73a41dae8060c3"
> +SRCREV = "e1e6a91ce0738400fa1615179de88ebc0df29f66"
>   PV = "1.0.0+gitr${SRCPV}"
>   PR = "r1"
>
>
Merged into OE-Core

Thanks
	Sau!




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-07-17 16:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-09 20:51 [PATCH] mkelfimage: Upgrade to e1e6a91 Raymond Danks
2012-07-09 22:41 ` Khem Raj
2012-07-09 23:03   ` Raymond Danks
2012-07-10  1:22     ` Khem Raj
2012-07-10 14:35 ` [PATCH v2] " Raymond Danks
2012-07-10 15:01   ` Saul Wold
2012-07-10 15:04     ` Raymond Danks
2012-07-17 15:53 ` [PATCH] " Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.