summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-04-05 12:36:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-06 01:12:47 +0100
commit07c0a12d726308a4dfa948f697f76666b481200e (patch)
tree44dfda567486ef4c19b7eaa4a4f9f1fedfeadee0 /meta/recipes-core/images
parent0f497f3dcd4a38ebafcb0076e3c7d9b85199eb39 (diff)
downloadpoky-07c0a12d726308a4dfa948f697f76666b481200e.tar.gz
self-hosted-image: use Clearlooks theme
Use a nicer theme (Clearlooks) to improve Hob's appearance in the self hosted image and fix the progress bar not changing colour when the build fails. Fixes [YOCTO #2208] (From OE-Core rev: 19a13ecceac1f48fcfe1552e88df18edd96e1bea) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/images')
-rw-r--r--meta/recipes-core/images/self-hosted-image.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb
index 8adb683744..46e7209336 100644
--- a/meta/recipes-core/images/self-hosted-image.bb
+++ b/meta/recipes-core/images/self-hosted-image.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 5LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
6 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 6 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
7 7
8PR = "r10" 8PR = "r11"
9 9
10IMAGE_FEATURES += "x11-mini package-management" 10IMAGE_FEATURES += "x11-mini package-management"
11 11
@@ -56,6 +56,10 @@ fakeroot do_populate_poky_src () {
56 56
57 # Allow builder to use sudo to setup tap/tun 57 # Allow builder to use sudo to setup tap/tun
58 echo "builder ALL=(ALL) NOPASSWD: ALL" >> ${IMAGE_ROOTFS}/etc/sudoers 58 echo "builder ALL=(ALL) NOPASSWD: ALL" >> ${IMAGE_ROOTFS}/etc/sudoers
59
60 # Use Clearlooks GTK+ theme
61 mkdir -p ${IMAGE_ROOTFS}/etc/gtk-2.0
62 echo 'gtk-theme-name = "Clearlooks"' > ${IMAGE_ROOTFS}/etc/gtk-2.0/gtkrc
59} 63}
60 64
61IMAGE_PREPROCESS_COMMAND += "do_populate_poky_src; " 65IMAGE_PREPROCESS_COMMAND += "do_populate_poky_src; "