From 2abeafa7a43736d6fd8b8ecb22c6f3c840093870 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Thu, 5 Apr 2012 12:00:05 +0800 Subject: self-hosted-image: use the correct location of the file sudoers Signed-off-by: Dexuan Cui --- meta/recipes-core/images/self-hosted-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/images/self-hosted-image.bb') diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index cf3ef5fd24..d8fd4a963c 100644 --- a/meta/recipes-core/images/self-hosted-image.bb +++ b/meta/recipes-core/images/self-hosted-image.bb @@ -50,7 +50,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; " -- cgit 1.2.3-korg