* [PATCH 0/1] a bugfix for lsb image builds
@ 2013-06-05 19:28 nitin.a.kamble
2013-06-05 19:28 ` [PATCH 1/1] tools-testapps: add xserver in dependency nitin.a.kamble
0 siblings, 1 reply; 3+ messages in thread
From: nitin.a.kamble @ 2013-06-05 19:28 UTC (permalink / raw)
To: Openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
This fixes a bug which affects any lsb (or non-X) image which
includes the tools-testapp package group.
Thanks,
Nitin
The following changes since commit a62aed41f2d8f874f7ae24d0e5be5dbc66ea2199:
lrzsz: check locale.h in configure (2013-06-04 15:55:46 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib nitin/misc
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=nitin/misc
Nitin A Kamble (1):
tools-testapps: add xserver in dependency
meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
1.8.1.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] tools-testapps: add xserver in dependency
2013-06-05 19:28 [PATCH 0/1] a bugfix for lsb image builds nitin.a.kamble
@ 2013-06-05 19:28 ` nitin.a.kamble
2013-06-06 3:17 ` Saul Wold
0 siblings, 1 reply; 3+ messages in thread
From: nitin.a.kamble @ 2013-06-05 19:28 UTC (permalink / raw)
To: Openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
This package group adds packages needing Xserver, These packages
demand X drivers such as EMGD driver. And if the image does not
include Xserver then it causes a build error about Xserver like
this:
Error: no package provides xorg-abi-video-8
Fix the issue by adding Xserver as one of the dependency.
Fixes this bug:
[YOCTO #4615]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
index 343ae1c..6619a98 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
@@ -5,7 +5,7 @@
SUMMARY = "Testing tools/applications"
LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
inherit packagegroup
@@ -44,4 +44,5 @@ RDEPENDS_${PN} = "\
xvideo-tests \
ltp \
connman-client \
+ xserver-xorg \
"
--
1.8.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] tools-testapps: add xserver in dependency
2013-06-05 19:28 ` [PATCH 1/1] tools-testapps: add xserver in dependency nitin.a.kamble
@ 2013-06-06 3:17 ` Saul Wold
0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2013-06-06 3:17 UTC (permalink / raw)
To: nitin.a.kamble; +Cc: Openembedded-core
On 06/05/2013 12:28 PM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> This package group adds packages needing Xserver, These packages
> demand X drivers such as EMGD driver. And if the image does not
> include Xserver then it causes a build error about Xserver like
> this:
> Error: no package provides xorg-abi-video-8
>
> Fix the issue by adding Xserver as one of the dependency.
>
> Fixes this bug:
> [YOCTO #4615]
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
> meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
> index 343ae1c..6619a98 100644
> --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
> +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
> @@ -5,7 +5,7 @@
> SUMMARY = "Testing tools/applications"
> LICENSE = "MIT"
>
> -PR = "r2"
> +PR = "r3"
>
> inherit packagegroup
>
> @@ -44,4 +44,5 @@ RDEPENDS_${PN} = "\
> xvideo-tests \
> ltp \
> connman-client \
> + xserver-xorg \
>
Nitin,
This seems like a stop-gap, what changed in the last few weeks that
caused the -lsb bsps to stop working? All the meta-yocto-bsp work
correctly, so it's something to do with emgd. Maybe there is a missing
dependency in the emgd chain.
Sau!
"
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-06 3:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-05 19:28 [PATCH 0/1] a bugfix for lsb image builds nitin.a.kamble
2013-06-05 19:28 ` [PATCH 1/1] tools-testapps: add xserver in dependency nitin.a.kamble
2013-06-06 3:17 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox