All of lore.kernel.org
 help / color / mirror / Atom feed
* [angstrom] xfce-base-image: Add image for xfce48 desktop image
@ 2011-08-01 21:10 Andreas Mueller
  2011-08-02  2:31 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:10 UTC (permalink / raw)
  To: openembedded-core

* This patch requires patch series [1] to be committed in meta-oe

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034221.html

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 recipes-angstrom/images/xfce-base-image.bb |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
 create mode 100644 recipes-angstrom/images/xfce-base-image.bb

diff --git a/recipes-angstrom/images/xfce-base-image.bb b/recipes-angstrom/images/xfce-base-image.bb
new file mode 100644
index 0000000..80f5062
--- /dev/null
+++ b/recipes-angstrom/images/xfce-base-image.bb
@@ -0,0 +1,26 @@
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
+PR = "r0"
+
+require console-base-image.bb
+
+export IMAGE_BASENAME = "xfce-base-image"
+
+XSERVER ?= " \
+    xserver-xorg \
+    xf86-input-evdev \
+    xf86-input-mouse \
+    xf86-video-fbdev \
+    xf86-input-keyboard \
+"
+
+IMAGE_INSTALL += " \
+    ${XSERVER} \
+    task-base-extended \
+    task-xfce-base \
+    xserver-common \
+#    xserver-nodm-init \
+    ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-common \
+"
+
+inherit image
-- 
1.7.4.4




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

* Re: [angstrom] xfce-base-image: Add image for xfce48 desktop image
  2011-08-01 21:10 [angstrom] xfce-base-image: Add image for xfce48 desktop image Andreas Mueller
@ 2011-08-02  2:31 ` Khem Raj
  2011-08-02  5:06   ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2011-08-02  2:31 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Monday, August 01, 2011 11:10:54 PM Andreas Mueller wrote:
> * This patch requires patch series [1] to be committed in meta-oe
> 
> [1]
> http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034221.
> html
> 
> Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
> ---
>  recipes-angstrom/images/xfce-base-image.bb |   26
> ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0
> deletions(-)
>  create mode 100644 recipes-angstrom/images/xfce-base-image.bb
> 

this recipe belongs to meta-angstrom or may be meta-xfce

> diff --git a/recipes-angstrom/images/xfce-base-image.bb
> b/recipes-angstrom/images/xfce-base-image.bb new file mode 100644
> index 0000000..80f5062
> --- /dev/null
> +++ b/recipes-angstrom/images/xfce-base-image.bb
> @@ -0,0 +1,26 @@
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM =
> "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" +PR =
> "r0"
> +
> +require console-base-image.bb
> +
> +export IMAGE_BASENAME = "xfce-base-image"
> +
> +XSERVER ?= " \
> +    xserver-xorg \
> +    xf86-input-evdev \
> +    xf86-input-mouse \
> +    xf86-video-fbdev \
> +    xf86-input-keyboard \
> +"
> +
> +IMAGE_INSTALL += " \
> +    ${XSERVER} \
> +    task-base-extended \
> +    task-xfce-base \
> +    xserver-common \
> +#    xserver-nodm-init \
> +    ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-common \
> +"
> +
> +inherit image
-- 
Khem Raj



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

* Re: [angstrom] xfce-base-image: Add image for xfce48 desktop image
  2011-08-02  2:31 ` Khem Raj
@ 2011-08-02  5:06   ` Koen Kooi
  0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-08-02  5:06 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 2 aug. 2011, om 04:31 heeft Khem Raj het volgende geschreven:

> On Monday, August 01, 2011 11:10:54 PM Andreas Mueller wrote:
>> * This patch requires patch series [1] to be committed in meta-oe
>> 
>> [1]
>> http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034221.
>> html
>> 
>> Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
>> ---
>> recipes-angstrom/images/xfce-base-image.bb |   26
>> ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0
>> deletions(-)
>> create mode 100644 recipes-angstrom/images/xfce-base-image.bb
>> 
> 
> this recipe belongs to meta-angstrom or may be meta-xfce

While I agree with the general idea...

> 
>> diff --git a/recipes-angstrom/images/xfce-base-image.bb
>> b/recipes-angstrom/images/xfce-base-image.bb new file mode 100644
>> index 0000000..80f5062
>> --- /dev/null
>> +++ b/recipes-angstrom/images/xfce-base-image.bb
>> @@ -0,0 +1,26 @@
>> +LICENSE = "MIT"
>> +LIC_FILES_CHKSUM =
>> "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" +PR =
>> "r0"
>> +
>> +require console-base-image.bb

… this file is only present in meta-angstrom.


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

end of thread, other threads:[~2011-08-02  5:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-01 21:10 [angstrom] xfce-base-image: Add image for xfce48 desktop image Andreas Mueller
2011-08-02  2:31 ` Khem Raj
2011-08-02  5:06   ` Koen Kooi

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.