All of lore.kernel.org
 help / color / mirror / Atom feed
* BUG updates
@ 2010-01-13 16:46 Marcin Juszkiewicz
  2010-01-13 16:46 ` [STABLE][PATCH 1/2] bug: use full X.org Marcin Juszkiewicz
  2010-01-13 16:46 ` [STABLE][PATCH 2/2] linux-bug: bumped SRCREV Marcin Juszkiewicz
  0 siblings, 2 replies; 7+ messages in thread
From: Marcin Juszkiewicz @ 2010-01-13 16:46 UTC (permalink / raw)
  To: openembedded-devel

Hi

Those two patches update BUG to use full X.org instead of Kdrive and also
update kernel to latest version.






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

* [STABLE][PATCH 1/2] bug: use full X.org
  2010-01-13 16:46 BUG updates Marcin Juszkiewicz
@ 2010-01-13 16:46 ` Marcin Juszkiewicz
  2010-01-13 17:08   ` Denys Dmytriyenko
  2010-01-13 19:52   ` Koen Kooi
  2010-01-13 16:46 ` [STABLE][PATCH 2/2] linux-bug: bumped SRCREV Marcin Juszkiewicz
  1 sibling, 2 replies; 7+ messages in thread
From: Marcin Juszkiewicz @ 2010-01-13 16:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marcin Juszkiewicz

From: Marcin Juszkiewicz <marcin@buglabs.net>


Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
---
 conf/machine/bug.conf |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf
index 3e0389a..d79cf15 100644
--- a/conf/machine/bug.conf
+++ b/conf/machine/bug.conf
@@ -14,3 +14,11 @@ CPU_FEATURES += "vfp"
 require conf/machine/include/tune-arm1136jf-s.inc
 
 KERNEL_IMAGETYPE = "uImage"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-tslib \
+           xf86-input-mouse \
+           xf86-video-fbdev \
+           xf86-input-keyboard"
-- 
1.6.6






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

* [STABLE][PATCH 2/2] linux-bug: bumped SRCREV
  2010-01-13 16:46 BUG updates Marcin Juszkiewicz
  2010-01-13 16:46 ` [STABLE][PATCH 1/2] bug: use full X.org Marcin Juszkiewicz
@ 2010-01-13 16:46 ` Marcin Juszkiewicz
  2010-01-13 17:08   ` Denys Dmytriyenko
  2010-01-13 19:52   ` Koen Kooi
  1 sibling, 2 replies; 7+ messages in thread
From: Marcin Juszkiewicz @ 2010-01-13 16:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marcin Juszkiewicz

From: Marcin Juszkiewicz <marcin@buglabs.net>


Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
---
 recipes/linux/linux-bug_2.6.27.2.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux-bug_2.6.27.2.bb b/recipes/linux/linux-bug_2.6.27.2.bb
index 85ed0a9..74d74be 100644
--- a/recipes/linux/linux-bug_2.6.27.2.bb
+++ b/recipes/linux/linux-bug_2.6.27.2.bb
@@ -2,12 +2,12 @@ DESCRIPTION = "Linux kernel for bug"
 
 PV_append = "+svnr${SRCREV}"
 KV = "2.6.27.2"
-PR = "r31"
+PR = "r32"
 
 COMPATIBLE_MACHINE = "bug"
 
 SVN_PRJ = "bug-linux-${KV}"
-SRCREV = "10550"
+SRCREV = "10746"
 
 SRC_URI = "svn://svn.buglabs.net/bug/branches/R1.4/qa;module=${SVN_PRJ};proto=svn \
            file://defconfig \
-- 
1.6.6






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

* Re: [STABLE][PATCH 1/2] bug: use full X.org
  2010-01-13 16:46 ` [STABLE][PATCH 1/2] bug: use full X.org Marcin Juszkiewicz
@ 2010-01-13 17:08   ` Denys Dmytriyenko
  2010-01-13 19:52   ` Koen Kooi
  1 sibling, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2010-01-13 17:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marcin Juszkiewicz

On Wed, Jan 13, 2010 at 05:46:32PM +0100, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <marcin@buglabs.net>
> 
> 
> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>

Acked-by: Denys Dmytriyenko <denis@denix.org>

> ---
>  conf/machine/bug.conf |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf
> index 3e0389a..d79cf15 100644
> --- a/conf/machine/bug.conf
> +++ b/conf/machine/bug.conf
> @@ -14,3 +14,11 @@ CPU_FEATURES += "vfp"
>  require conf/machine/include/tune-arm1136jf-s.inc
>  
>  KERNEL_IMAGETYPE = "uImage"
> +
> +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
> +XSERVER = "xserver-xorg \
> +           xf86-input-evdev \
> +           xf86-input-tslib \
> +           xf86-input-mouse \
> +           xf86-video-fbdev \
> +           xf86-input-keyboard"
> -- 
> 1.6.6
> 
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: [STABLE][PATCH 2/2] linux-bug: bumped SRCREV
  2010-01-13 16:46 ` [STABLE][PATCH 2/2] linux-bug: bumped SRCREV Marcin Juszkiewicz
@ 2010-01-13 17:08   ` Denys Dmytriyenko
  2010-01-13 19:52   ` Koen Kooi
  1 sibling, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2010-01-13 17:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marcin Juszkiewicz

On Wed, Jan 13, 2010 at 05:46:33PM +0100, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <marcin@buglabs.net>
> 
> 
> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>

Acked-by: Denys Dmytriyenko <denis@denix.org>

> ---
>  recipes/linux/linux-bug_2.6.27.2.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes/linux/linux-bug_2.6.27.2.bb b/recipes/linux/linux-bug_2.6.27.2.bb
> index 85ed0a9..74d74be 100644
> --- a/recipes/linux/linux-bug_2.6.27.2.bb
> +++ b/recipes/linux/linux-bug_2.6.27.2.bb
> @@ -2,12 +2,12 @@ DESCRIPTION = "Linux kernel for bug"
>  
>  PV_append = "+svnr${SRCREV}"
>  KV = "2.6.27.2"
> -PR = "r31"
> +PR = "r32"
>  
>  COMPATIBLE_MACHINE = "bug"
>  
>  SVN_PRJ = "bug-linux-${KV}"
> -SRCREV = "10550"
> +SRCREV = "10746"
>  
>  SRC_URI = "svn://svn.buglabs.net/bug/branches/R1.4/qa;module=${SVN_PRJ};proto=svn \
>             file://defconfig \
> -- 
> 1.6.6
> 
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: [STABLE][PATCH 1/2] bug: use full X.org
  2010-01-13 16:46 ` [STABLE][PATCH 1/2] bug: use full X.org Marcin Juszkiewicz
  2010-01-13 17:08   ` Denys Dmytriyenko
@ 2010-01-13 19:52   ` Koen Kooi
  1 sibling, 0 replies; 7+ messages in thread
From: Koen Kooi @ 2010-01-13 19:52 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Acked-by: Koen Kooi <koen@openembedded.org>


On 13-01-10 17:46, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <marcin@buglabs.net>
> 
> 
> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
> ---
>  conf/machine/bug.conf |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf
> index 3e0389a..d79cf15 100644
> --- a/conf/machine/bug.conf
> +++ b/conf/machine/bug.conf
> @@ -14,3 +14,11 @@ CPU_FEATURES += "vfp"
>  require conf/machine/include/tune-arm1136jf-s.inc
>  
>  KERNEL_IMAGETYPE = "uImage"
> +
> +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
> +XSERVER = "xserver-xorg \
> +           xf86-input-evdev \
> +           xf86-input-tslib \
> +           xf86-input-mouse \
> +           xf86-video-fbdev \
> +           xf86-input-keyboard"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFLTiRrMkyGM64RGpERAl8sAJ4wGzNROfUA4iOUIj0WkbaIdh2uOgCdEQl3
6obKyJJLCTx+PUf5gWJIAUc=
=hSWq
-----END PGP SIGNATURE-----




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

* Re: [STABLE][PATCH 2/2] linux-bug: bumped SRCREV
  2010-01-13 16:46 ` [STABLE][PATCH 2/2] linux-bug: bumped SRCREV Marcin Juszkiewicz
  2010-01-13 17:08   ` Denys Dmytriyenko
@ 2010-01-13 19:52   ` Koen Kooi
  1 sibling, 0 replies; 7+ messages in thread
From: Koen Kooi @ 2010-01-13 19:52 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Acked-by: Koen Kooi <koen@openembedded.org>


On 13-01-10 17:46, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <marcin@buglabs.net>
> 
> 
> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
> ---
>  recipes/linux/linux-bug_2.6.27.2.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes/linux/linux-bug_2.6.27.2.bb b/recipes/linux/linux-bug_2.6.27.2.bb
> index 85ed0a9..74d74be 100644
> --- a/recipes/linux/linux-bug_2.6.27.2.bb
> +++ b/recipes/linux/linux-bug_2.6.27.2.bb
> @@ -2,12 +2,12 @@ DESCRIPTION = "Linux kernel for bug"
>  
>  PV_append = "+svnr${SRCREV}"
>  KV = "2.6.27.2"
> -PR = "r31"
> +PR = "r32"
>  
>  COMPATIBLE_MACHINE = "bug"
>  
>  SVN_PRJ = "bug-linux-${KV}"
> -SRCREV = "10550"
> +SRCREV = "10746"
>  
>  SRC_URI = "svn://svn.buglabs.net/bug/branches/R1.4/qa;module=${SVN_PRJ};proto=svn \
>             file://defconfig \

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFLTiR1MkyGM64RGpERAvuSAKCraFEzXzfUiyyAVhMgHhgURIDTKACfQtwh
/iZKNC2BXbyREe9pVBctZ7E=
=i0Hu
-----END PGP SIGNATURE-----




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

end of thread, other threads:[~2010-01-13 19:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-13 16:46 BUG updates Marcin Juszkiewicz
2010-01-13 16:46 ` [STABLE][PATCH 1/2] bug: use full X.org Marcin Juszkiewicz
2010-01-13 17:08   ` Denys Dmytriyenko
2010-01-13 19:52   ` Koen Kooi
2010-01-13 16:46 ` [STABLE][PATCH 2/2] linux-bug: bumped SRCREV Marcin Juszkiewicz
2010-01-13 17:08   ` Denys Dmytriyenko
2010-01-13 19:52   ` 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.