* [PATCH 0/1] a fix to self-hosted-image: use the correct location of the file sudoers
@ 2012-04-05 4:04 Dexuan Cui
2012-04-05 4:04 ` [PATCH 1/1] " Dexuan Cui
0 siblings, 1 reply; 2+ messages in thread
From: Dexuan Cui @ 2012-04-05 4:04 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 5607729d9901c394b7cd4db6e38fe7fb19116f39:
self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:55 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dcui/master
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
Dexuan Cui (1):
self-hosted-image: use the correct location of the file sudoers
meta/recipes-core/images/self-hosted-image.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.6
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] self-hosted-image: use the correct location of the file sudoers
2012-04-05 4:04 [PATCH 0/1] a fix to self-hosted-image: use the correct location of the file sudoers Dexuan Cui
@ 2012-04-05 4:04 ` Dexuan Cui
0 siblings, 0 replies; 2+ messages in thread
From: Dexuan Cui @ 2012-04-05 4:04 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
meta/recipes-core/images/self-hosted-image.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb
index 1db6a7a..d8f4162 100644
--- a/meta/recipes-core/images/self-hosted-image.bb
+++ b/meta/recipes-core/images/self-hosted-image.bb
@@ -49,7 +49,7 @@ fakeroot do_populate_poky_src () {
chown -R builder.builder ${IMAGE_ROOTFS}/home/builder/poky
# Allow builder to use sudo to setup tap/tun
- echo "builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
+ echo "builder ALL=(ALL) NOPASSWD: ALL" >> ${IMAGE_ROOTFS}/etc/sudoers
}
IMAGE_PREPROCESS_COMMAND += "do_populate_poky_src; "
--
1.7.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-05 4:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05 4:04 [PATCH 0/1] a fix to self-hosted-image: use the correct location of the file sudoers Dexuan Cui
2012-04-05 4:04 ` [PATCH 1/1] " Dexuan Cui
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox