* [PATCH 0/1] meta-skeleton: specify the correct path to core-image-sato.bb
@ 2013-03-20 5:49 Qi.Chen
2013-03-20 5:49 ` [PATCH 1/1] " Qi.Chen
2013-03-20 7:20 ` [PATCH 0/1] " ChenQi
0 siblings, 2 replies; 3+ messages in thread
From: Qi.Chen @ 2013-03-20 5:49 UTC (permalink / raw)
To: openembedded-core; +Cc: qingtao.cao
From: Chen Qi <Qi.Chen@windriver.com>
The following changes since commit 808967b84cef66e0b59b9a720fa0808f6a546d3a:
qemuimage-testlib: Fix IP address handling (2013-03-19 23:35:01 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/meta-skeleton
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/meta-skeleton
Chen Qi (1):
meta-skeleton: specify the correct path to core-image-sato.bb
.../images/core-image-multilib-example.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] meta-skeleton: specify the correct path to core-image-sato.bb
2013-03-20 5:49 [PATCH 0/1] meta-skeleton: specify the correct path to core-image-sato.bb Qi.Chen
@ 2013-03-20 5:49 ` Qi.Chen
2013-03-20 7:20 ` [PATCH 0/1] " ChenQi
1 sibling, 0 replies; 3+ messages in thread
From: Qi.Chen @ 2013-03-20 5:49 UTC (permalink / raw)
To: openembedded-core; +Cc: qingtao.cao
From: Chen Qi <Qi.Chen@windriver.com>
core-image-sato.bb is under recipes-sato instead of recipes-core.
Use the correct path so that it doesn't cause a parse error.
[YOCTO #4055]
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
.../images/core-image-multilib-example.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb b/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
index 7703731..f13186f 100644
--- a/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
+++ b/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb
@@ -7,7 +7,7 @@
#
# First include a base image to base things off
-require recipes-core/images/core-image-sato.bb
+require recipes-sato/images/core-image-sato.bb
# Now add the multilib packages we want to install
IMAGE_INSTALL += "lib32-bash"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] meta-skeleton: specify the correct path to core-image-sato.bb
2013-03-20 5:49 [PATCH 0/1] meta-skeleton: specify the correct path to core-image-sato.bb Qi.Chen
2013-03-20 5:49 ` [PATCH 1/1] " Qi.Chen
@ 2013-03-20 7:20 ` ChenQi
1 sibling, 0 replies; 3+ messages in thread
From: ChenQi @ 2013-03-20 7:20 UTC (permalink / raw)
To: openembedded-core
On 03/20/2013 01:49 PM, Qi.Chen@windriver.com wrote:
> From: Chen Qi <Qi.Chen@windriver.com>
>
> The following changes since commit 808967b84cef66e0b59b9a720fa0808f6a546d3a:
>
> qemuimage-testlib: Fix IP address handling (2013-03-19 23:35:01 +0000)
>
> are available in the git repository at:
>
> git://git.pokylinux.org/poky-contrib ChenQi/meta-skeleton
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/meta-skeleton
>
> Chen Qi (1):
> meta-skeleton: specify the correct path to core-image-sato.bb
>
> .../images/core-image-multilib-example.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Please ignore this patch, as Mark Hatle has already sent one.
//Chen Qi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-20 7:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20 5:49 [PATCH 0/1] meta-skeleton: specify the correct path to core-image-sato.bb Qi.Chen
2013-03-20 5:49 ` [PATCH 1/1] " Qi.Chen
2013-03-20 7:20 ` [PATCH 0/1] " ChenQi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox