All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Build problems with fsl-image-gui/packagegroup-core-x11-base
@ 2014-02-27 16:31 stephane Cerveau
  0 siblings, 0 replies; 10+ messages in thread
From: stephane Cerveau @ 2014-02-27 16:31 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org, Otavio Salvador

Dear Otavio,

I saw this discussion about package_deb and x11.

https://www.mail-archive.com/meta-freescale@yoctoproject.org/msg04297.html

I'm facing the same issue and i would like to know if this has been 
patched in poky or anywhere else.

I tried the solution provided by ahmed and it seems to work fine

I'm using dora branch and i would like to use deb packages instead of rpm.

Please advise because i saw that the people advise to use only rpm.
Best regards.

Stéphane


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: Build problems with fsl-image-gui/packagegroup-core-x11-base
@ 2013-08-25  4:59 Ahmed Ammar
  2013-08-25 17:20 ` Otavio Salvador
  0 siblings, 1 reply; 10+ messages in thread
From: Ahmed Ammar @ 2013-08-25  4:59 UTC (permalink / raw)
  To: meta-freescale; +Cc: oliver.haag, otavio

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

I have just started testing yocto and hit this same bug with package_deb. I tried both dylan and master and the problem persists. master has even more problems due to: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/classes/package_deb.bbclass?id=dc5f6c3898555b59f16bf809ae4c5418656e6ac9

The solution I found to the problem is attached in the patch. Is this the right way to do it? Or should I be setting VIRTUAL-RUNTIME_xserver_common = xserver-common somewhere?

Ahmed.






[-- Attachment #2: packagegroup-core-x11.patch --]
[-- Type: application/octet-stream, Size: 609 bytes --]

diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
index e89df3a..991d54a 100644
--- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
+++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
@@ -10,7 +10,7 @@ inherit packagegroup
 PACKAGES = "${PN} ${PN}-utils"
 
 # xserver-common, x11-common
-VIRTUAL-RUNTIME_xserver_common ?= "x11-common"
+VIRTUAL-RUNTIME_xserver_common ?= "xserver-common"
 
 # elsa, xserver-nodm-init
 VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"

^ permalink raw reply related	[flat|nested] 10+ messages in thread
* Build problems with fsl-image-gui/packagegroup-core-x11-base
@ 2013-04-28 19:50 Oliver Haag
  2013-04-28 21:19 ` Otavio Salvador
  0 siblings, 1 reply; 10+ messages in thread
From: Oliver Haag @ 2013-04-28 19:50 UTC (permalink / raw)
  To: meta-freescale

Hi,

I'm currently trying to build the fsl-image-gui package using those 
instructions: https://community.freescale.com/docs/DOC-93844

I've tried danny and master, for both I get the same error regarding package 
dependencies:
| Some packages could not be installed. This may mean that you have
| requested an impossible situation or if you are using the unstable
| distribution that some required packages have not yet been created
| or been moved out of Incoming.
| The following information may help to resolve the situation:
| 
| The following packages have unmet dependencies:
|  packagegroup-core-x11-base : Depends: packagegroup-core-x11-utils but it is 
not going to be installed
| E: Unable to correct problems, you have held broken packages.
| ERROR: Function failed: do_rootfs (see 
/home/oliver/Entwicklung/SabreLite/yoctoproject/fsl-community-bsp-platform-
master/build/tmp/work/imx6qsabrelite-poky-linux-gnueabi/fsl-image-gui/1.0-
r0/temp/log.do_rootfs.5506 for further information)

Building fsl-image-test worked without problems and is running fine, so I guess 
the build environment is working properly.

Is this problem known? How can it be resolved?

If you need any additional information let me know :)


Greetings,

Oliver Haag


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

end of thread, other threads:[~2014-02-27 16:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 16:31 Build problems with fsl-image-gui/packagegroup-core-x11-base stephane Cerveau
  -- strict thread matches above, loose matches on Subject: below --
2013-08-25  4:59 Ahmed Ammar
2013-08-25 17:20 ` Otavio Salvador
2013-08-25 22:11   ` Ahmed Ammar
2013-08-29 19:59     ` Otavio Salvador
2013-04-28 19:50 Oliver Haag
2013-04-28 21:19 ` Otavio Salvador
2013-04-29 22:34   ` Oliver Haag
2013-04-30  1:00     ` Otavio Salvador
2013-05-19  8:49     ` Tele

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.