* [PATCH 0/1][PULL] baryon: variable fix
@ 2012-03-31 5:46 Dongxiao Xu
2012-03-31 5:46 ` [PATCH 1/1] baryon: Fix variable naming Dongxiao Xu
0 siblings, 1 reply; 3+ messages in thread
From: Dongxiao Xu @ 2012-03-31 5:46 UTC (permalink / raw)
To: poky
Hi Richard,
This pull request is a bugfix for baryon layer, please help to review and pull.
Thanks,
Dongxiao
The following changes since commit d662381a38fa5fd31a87a6c26d2efa5065e76a27:
webmin: add missing patch header info (2011-11-09 14:09:23 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dxu4/baryon
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/baryon
Dongxiao Xu (1):
baryon: Fix variable naming
recipes-extended/images/baryon-image.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] baryon: Fix variable naming
2012-03-31 5:46 [PATCH 0/1][PULL] baryon: variable fix Dongxiao Xu
@ 2012-03-31 5:46 ` Dongxiao Xu
2012-03-31 13:34 ` Paul Eggleton
0 siblings, 1 reply; 3+ messages in thread
From: Dongxiao Xu @ 2012-03-31 5:46 UTC (permalink / raw)
To: poky
The POKY_EXTRA_INSTALL is changed to CORE_IMAGE_EXTRA_INSTALL in core
layer. Therefore change it in meta-baryon accordingly.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
recipes-extended/images/baryon-image.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes-extended/images/baryon-image.bb b/recipes-extended/images/baryon-image.bb
index 4ac9dcf..663c80d 100644
--- a/recipes-extended/images/baryon-image.bb
+++ b/recipes-extended/images/baryon-image.bb
@@ -1,6 +1,6 @@
IMAGE_FEATURES = "nfs-server package-management ssh-server-dropbear debug-tweaks"
-POKY_EXTRA_INSTALL = "samba procps mdadm e2fsprogs-mke2fs util-linux \
+CORE_IMAGE_EXTRA_INSTALL = "samba procps mdadm e2fsprogs-mke2fs util-linux \
webmin \
webmin-module-status \
webmin-module-proc \
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/1] baryon: Fix variable naming
2012-03-31 5:46 ` [PATCH 1/1] baryon: Fix variable naming Dongxiao Xu
@ 2012-03-31 13:34 ` Paul Eggleton
0 siblings, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2012-03-31 13:34 UTC (permalink / raw)
To: Dongxiao Xu; +Cc: poky
On Saturday 31 March 2012 13:46:17 Dongxiao Xu wrote:
> The POKY_EXTRA_INSTALL is changed to CORE_IMAGE_EXTRA_INSTALL in core
> layer. Therefore change it in meta-baryon accordingly.
>
> Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
> ---
> recipes-extended/images/baryon-image.bb | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes-extended/images/baryon-image.bb
> b/recipes-extended/images/baryon-image.bb index 4ac9dcf..663c80d 100644
> --- a/recipes-extended/images/baryon-image.bb
> +++ b/recipes-extended/images/baryon-image.bb
> @@ -1,6 +1,6 @@
> IMAGE_FEATURES = "nfs-server package-management ssh-server-dropbear
> debug-tweaks"
>
> -POKY_EXTRA_INSTALL = "samba procps mdadm e2fsprogs-mke2fs util-linux \
> +CORE_IMAGE_EXTRA_INSTALL = "samba procps mdadm e2fsprogs-mke2fs util-linux
> \ webmin \
> webmin-module-status \
> webmin-module-proc \
Merged to meta-baryon, thanks.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-31 13:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-31 5:46 [PATCH 0/1][PULL] baryon: variable fix Dongxiao Xu
2012-03-31 5:46 ` [PATCH 1/1] baryon: Fix variable naming Dongxiao Xu
2012-03-31 13:34 ` Paul Eggleton
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.