All of lore.kernel.org
 help / color / mirror / Atom feed
* Getting python-dbusmock into the SDK
@ 2018-01-24 13:31 Mardegan, Alberto
  2018-01-24 13:40 ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Mardegan, Alberto @ 2018-01-24 13:31 UTC (permalink / raw)
  To: poky@yoctoproject.org

Hi there :-)
  I want to add python-dbusmock (which has a recipe in oe/meta-python)
to our SDK. So, I added

  TOOLCHAIN_HOST_TASK_append = " nativesdk-python-dbusmock"

to our image recipe and made a bbappend for python-dbusmock containing
this line:

  BBCLASSEXTEND += " nativesdk"

When I ran bitbake with the populate-sdk task I got an error about a
nativesdk-python-pygobject, which was not provided by any package. So I
added the same BBCLASSEXTEND trick to its bbappend, and I did the same
for nativesdk-python-dbus which was also declared as missing.

At this point (after adding the BBCLASSEXTEND to python-dbus) I got this
error:

============
ERROR: Nothing PROVIDES 'nativesdk-dbus-glib' (but
virtual:nativesdk:/home/mardy/pelux/build/../sources/meta-openembedded/meta-python/recipes-devtools/python/python-dbus_1.2.4.bb
DEPENDS on or otherwise requires it). Close matches:
  nativesdk-dbus
  nativesdk-json-glib
  nativesdk-glibc
============

Do I need to continue adding BBCLASSEXTEND+=" nativesdk" to the packages
as I get new failures, or am I doing something wrong?
I became suspicious when I saw "nativesdk-glib" appearing in the logs
above; I guess we can safely assume that glibc is available in the host
system, so the need to add it as a native SDK package got me puzzled.

Should I continue down this road, or is it a dead end?

Ciao,
  Alberto

________________________________

This e-mail and any attachment(s) are intended only for the recipient(s) named above and others who have been specifically authorized to receive them. They may contain confidential information. If you are not the intended recipient, please do not read this email or its attachment(s). Furthermore, you are hereby notified that any dissemination, distribution or copying of this e-mail and any attachment(s) is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender by replying to this e-mail and then delete this e-mail and any attachment(s) or copies thereof from your system. Thank you.

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

end of thread, other threads:[~2018-01-29  7:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-24 13:31 Getting python-dbusmock into the SDK Mardegan, Alberto
2018-01-24 13:40 ` Burton, Ross
2018-01-25 10:36   ` Mardegan, Alberto
2018-01-25 11:34     ` Richard Purdie
2018-01-25 15:05       ` Mardegan, Alberto
2018-01-26 10:59       ` Error building python-gobject for nativeSDK (was: Getting python-dbusmock into the SDK) Mardegan, Alberto
2018-01-26 16:13         ` Error building python-gobject for nativeSDK Alexander Kanavin
2018-01-26 16:38         ` Alexander Kanavin
2018-01-29  6:44           ` Mardegan, Alberto
2018-01-29  7:37             ` Alexander Kanavin

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.