All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] core-image-weston: add sudo to image explicitly
@ 2016-08-22 20:25 Ross Burton
  2016-08-23 16:09 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2016-08-22 20:25 UTC (permalink / raw)
  To: openembedded-core

This is a very rough image for testing purposes, and the OE automated tests
expect that non-minimal images have sudo in (for the RPM tests), so install sudo
explicitly.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-graphics/images/core-image-weston.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb
index e36655f..ad48767 100644
--- a/meta/recipes-graphics/images/core-image-weston.bb
+++ b/meta/recipes-graphics/images/core-image-weston.bb
@@ -8,5 +8,5 @@ inherit core-image distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "wayland"
 
-CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"
+CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples sudo"
 CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] core-image-weston: add sudo to image explicitly
  2016-08-22 20:25 [PATCH] core-image-weston: add sudo to image explicitly Ross Burton
@ 2016-08-23 16:09 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2016-08-23 16:09 UTC (permalink / raw)
  To: OE-core

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

On 22 August 2016 at 21:25, Ross Burton <ross.burton@intel.com> wrote:

> This is a very rough image for testing purposes, and the OE automated tests
> expect that non-minimal images have sudo in (for the RPM tests), so
> install sudo
> explicitly.
>

Retracting this, there's a better fix.

Ross

[-- Attachment #2: Type: text/html, Size: 717 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-23 16:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-22 20:25 [PATCH] core-image-weston: add sudo to image explicitly Ross Burton
2016-08-23 16:09 ` Burton, Ross

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.