* [PATCH] build-appliance-image: update to newer poky revision
@ 2013-04-11 13:04 Cristian Iorga
2013-04-11 16:35 ` Saul Wold
0 siblings, 1 reply; 3+ messages in thread
From: Cristian Iorga @ 2013-04-11 13:04 UTC (permalink / raw)
To: openembedded-core
Src rev for BA is now ae353c229cfe7e82588dc53fbed10c6ba8370d26.
Includes improvements to:
- Hob;
- git proxy mechanism;
- LSB compliance for Yocto Linux;
- postinstall fixes.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
meta/recipes-core/images/build-appliance-image.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb
index 43f0574..ae89684 100644
--- a/meta/recipes-core/images/build-appliance-image.bb
+++ b/meta/recipes-core/images/build-appliance-image.bb
@@ -19,7 +19,7 @@ IMAGE_FSTYPES = "vmdk"
inherit core-image
-SRCREV ?= "d823759b4594143d522eae0b2a2498436a6dcb1e"
+SRCREV ?= "ae353c229cfe7e82588dc53fbed10c6ba8370d26"
SRC_URI = "git://git.yoctoproject.org/poky;protocol=git \
file://Yocto_Build_Appliance.vmx \
file://Yocto_Build_Appliance.vmxf \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] build-appliance-image: update to newer poky revision
2013-04-11 13:04 [PATCH] build-appliance-image: update to newer poky revision Cristian Iorga
@ 2013-04-11 16:35 ` Saul Wold
2013-04-12 11:57 ` Iorga, Cristian
0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2013-04-11 16:35 UTC (permalink / raw)
To: Cristian Iorga; +Cc: openembedded-core
On 04/11/2013 06:04 AM, Cristian Iorga wrote:
> Src rev for BA is now ae353c229cfe7e82588dc53fbed10c6ba8370d26.
>
Let's wait and update this on Sunday, please work with RP and myself to
get the correct SRCREV into the core.
Sau!
> Includes improvements to:
> - Hob;
> - git proxy mechanism;
> - LSB compliance for Yocto Linux;
> - postinstall fixes.
>
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
> meta/recipes-core/images/build-appliance-image.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb
> index 43f0574..ae89684 100644
> --- a/meta/recipes-core/images/build-appliance-image.bb
> +++ b/meta/recipes-core/images/build-appliance-image.bb
> @@ -19,7 +19,7 @@ IMAGE_FSTYPES = "vmdk"
>
> inherit core-image
>
> -SRCREV ?= "d823759b4594143d522eae0b2a2498436a6dcb1e"
> +SRCREV ?= "ae353c229cfe7e82588dc53fbed10c6ba8370d26"
> SRC_URI = "git://git.yoctoproject.org/poky;protocol=git \
> file://Yocto_Build_Appliance.vmx \
> file://Yocto_Build_Appliance.vmxf \
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] build-appliance-image: update to newer poky revision
2013-04-11 16:35 ` Saul Wold
@ 2013-04-12 11:57 ` Iorga, Cristian
0 siblings, 0 replies; 3+ messages in thread
From: Iorga, Cristian @ 2013-04-12 11:57 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core@lists.openembedded.org
OK, you are right.
However, this is not the final version, this is needed in order to update the git proxy in Hob.
-----Original Message-----
From: Saul Wold [mailto:sgw@linux.intel.com]
Sent: Thursday, April 11, 2013 7:35 PM
To: Iorga, Cristian
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] build-appliance-image: update to newer poky revision
On 04/11/2013 06:04 AM, Cristian Iorga wrote:
> Src rev for BA is now ae353c229cfe7e82588dc53fbed10c6ba8370d26.
>
Let's wait and update this on Sunday, please work with RP and myself to get the correct SRCREV into the core.
Sau!
> Includes improvements to:
> - Hob;
> - git proxy mechanism;
> - LSB compliance for Yocto Linux;
> - postinstall fixes.
>
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
> meta/recipes-core/images/build-appliance-image.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/images/build-appliance-image.bb
> b/meta/recipes-core/images/build-appliance-image.bb
> index 43f0574..ae89684 100644
> --- a/meta/recipes-core/images/build-appliance-image.bb
> +++ b/meta/recipes-core/images/build-appliance-image.bb
> @@ -19,7 +19,7 @@ IMAGE_FSTYPES = "vmdk"
>
> inherit core-image
>
> -SRCREV ?= "d823759b4594143d522eae0b2a2498436a6dcb1e"
> +SRCREV ?= "ae353c229cfe7e82588dc53fbed10c6ba8370d26"
> SRC_URI = "git://git.yoctoproject.org/poky;protocol=git \
> file://Yocto_Build_Appliance.vmx \
> file://Yocto_Build_Appliance.vmxf \
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-12 12:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 13:04 [PATCH] build-appliance-image: update to newer poky revision Cristian Iorga
2013-04-11 16:35 ` Saul Wold
2013-04-12 11:57 ` Iorga, Cristian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox