Questions tagged [openembedded]

OpenEmbedded is a software framework to create Linux distributions aimed for, but not restricted to, embedded devices.

514 questions
0
votes
1 answer

mplayer2 license whitelist on yocto

I am using dragonboard 410C + yocto, and I’m trying to build Mplayer2 . mplayer2 refuses to compile due to it’s commercial license: … was skipped: because it has a restricted license not whitelisted in LICENSE_FLAGS_WHITELIST I have already…
Moshe Hoori
  • 11
  • 1
  • 3
0
votes
1 answer

Integrate autotools project with broken out-of-tree build in OE/Yocto

I am packaging an autotools based upstream project for use with OE/Yocto. Yocto will try to build the project out-of-tree (separate from the source). This fails miserable. I have validated that this is not related to the OE/Yocto setup by trying an…
Frank Meerkötter
  • 2,778
  • 2
  • 20
  • 26
0
votes
0 answers

Is this bluetooth configuration sufficient?

I have a Yocto/Open Embedded Linux build for a Gumstix Overo Y COM which I am trying to integrate bluetooth into (using Bluez4). When I boot my image, the onboard bluetooth module (wilink 8) is unresponsive. Is the configuration I outline below…
RadioRaheem
  • 198
  • 1
  • 14
0
votes
1 answer

Make meta-electron compatible with jethro Yocto version

I'm trying to cross-compile Electron on the DIGI's ConnectCore6. To do so, I'm using Yocto and the 5 layers provided by DIGI (all based on the jethro version of Yocto). Or, to implement Electron on the SBC, I have to use the meta-electron layer,…
AntoineD
  • 69
  • 1
  • 8
0
votes
1 answer

How should I configure BitBake to cross compile my python module?

I have inherited an Open Embedded / Yocto based project for which I need to amend the OS image. I would like to add a new python module - pycrypto. The project builds just fine before I make changes. I have added the following BitBake recipe for…
RadioRaheem
  • 198
  • 1
  • 14
0
votes
2 answers

More than 2 partitions using OpenEmbedded's wic kickstart

I have a device that requires having 3 partitions on its SD card. The first and third are the typical boot and rootfs partitions while the second just needs to be blank space. I'm using the Fido branch of OpenEmbedded oe-core and meta-oe as well…
Thomas
  • 439
  • 4
  • 21
0
votes
2 answers

Apache2 with PHP support in Yocto

I am using Yocto to create a build including apache2 but I have a hard time adding php support. I had it running previously (read: last year) but since then there have been changes to the meta-webserver layer in meta-openembedded. From the README…
Martin Bergek
  • 321
  • 3
  • 10
0
votes
3 answers

i.MX6 SABRE Yocto Pocky with Midori error: No package 'webkit-1.0' found

I'm trying to compile the Yocto Pocky linux with Midori 0.5.2 browser (web kiosk image) and I get the next error (after solving a lot of previously errors): ... | Checking for x11 : 1.6.3 | Checking for header…
Jose D. Jurado
  • 244
  • 1
  • 12
0
votes
1 answer

apache2 build fails in yocto - "/usr/local/include" is unsafe for cross-compilation [-Wpoison-system-directories]

I was trying to build apache2 on yocto. But I was getting below errors. ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. Some…
AKV
  • 425
  • 7
  • 20
0
votes
0 answers

show devices connected with raspberry pi in poky distribution (Yocto Project)

How can show all devices connected to raspberry pi work on poky distribution compiled with bitbake for example i have microphone connected to my RPI by jack slot in raspbian i can write something like that cat /proc/asound/cards but in poky…
Mohamed Okasha
  • 129
  • 1
  • 2
  • 12
0
votes
1 answer

How to specify ppc architecture while building a package with poky?

I am building a sample package using bitbake. Before that, I have created a core image for architecture ppc by specifying MACHINE ?= "qemuppc" in conf/local.conf. The result…
Nitinkumar Ambekar
  • 969
  • 20
  • 39
0
votes
2 answers

embedded poky dist. do not return any thing when execute python or gcc from bash (Yocto Project)

I am working on Yocto Project and Raspberry Pi Everything was working fine until I did some modifications in my own layer, when i copied image to sd Card and run rpi It works well but does not respond when I execute some packages such python and…
Mohamed Okasha
  • 129
  • 1
  • 2
  • 12
0
votes
1 answer

Yocto Jethro: How to choose a Yocto Default Compiler? glibc failed at do_compile when use gcc 4.9

Because of old Das u-boot from HEAD branch that do not have gcc 5 yet, I am planning on using gcc 4.8 or 4.9 as a default compiler instead of 5.2. GCC required virtual/libc glibc-2.22. glibc-2.22 complied successfully with 5.2. Unfortunately, it…
Charles C.
  • 3,725
  • 4
  • 28
  • 50
0
votes
1 answer

Is it possible to build a binary package with poky?

As given in mega-manual, 4.2.2.2. Creating the Project You can create two types of projects: Autotools-based, or Makefile-based. This section describes how to create Autotools-based projects from within the Eclipse IDE. For information on…
Nitinkumar Ambekar
  • 969
  • 20
  • 39
0
votes
1 answer

Yocto Install and Use Toaster

I'm successfully using Yocto to build an embedded system targeting a TI EVM platform. I can bitbake my image using command line or the Hob GUI interface. Now I am trying to install and use Toaster. I've following the Yocto Wiki to a tee without…
PhilBot
  • 748
  • 18
  • 85
  • 173