OpenEmbedded is a software framework to create Linux distributions aimed for, but not restricted to, embedded devices.
0
votes
1answer
101 views
Building python packages
I am bitbaking a couple of python libraries and got this warning while adding second one of them:
WARNING: The recipe is trying to install files into a shared area when those files already exist. ...
0
votes
1answer
20 views
Apply OpenEmbedded patch for Buildroot
How I can modify patch created for OpenEmbedded to BuildRoot? What is the difference between them?
0
votes
1answer
79 views
How would I pass a variable from a bitbake recipe to a makefile?
I'm trying to pass a variable from my bitbake (.bb) recipe to a Makefile that I have it calling.
In my recipe I have:
export FOO="bar"
When it runs the do_compile() method I have it calling a ...
3
votes
1answer
295 views
__libc_csu_fini and __libc_csu_init undefined while following instructions for build-webos
I'm trying to build OpenWebOS and just following the plan laid out in the build-webos GitHub README. I'm using a fresh 32-bit Ubuntu 12.10 installation. Things have been a bit bumpy.
However, with ...
4
votes
1answer
60 views
How to examine actual bitbake comands executed
Does bitbake store the shell-commands invoked (along the the path of invocation)?
I can find the shell-command output in the log-files, but would like to view the actual command line.
0
votes
0answers
98 views
Openembedded compile_kernelmodules fails - module depends on another module
I'm trying to write Module B to use symbols from Module A. I followed the instructions here to export the symbols from Module A, write a header file for Module A, and include it in Module B.
When I ...
0
votes
2answers
249 views
Tracking variable assignments in bitbake
I'm using bitbake / openembedded, but my recipe fails because some path-variable ends up being not set correctly I think. Specifically i'm adding files to SRC_URI, but the error indicates the attempt ...
0
votes
1answer
162 views
Open embedded core: Adding packages to a build
So using open embedded core and the Igepv2 meta layer I just finished building virtual/kernel, now if I want to add to this:
how would I go and add software packages to this, is it ok to change the ...
3
votes
0answers
832 views
Can't boot basic OpenEmbedded-Core on Freescale i.MX28
I've been trying to build and boot OpenEmbedded-Core on the evaluation kit for Freescale's ARM i.MX28, using the Freescale ARM layer for OpenEmbedded-Core. Unfortunately, I can't find a basic "Getting ...
2
votes
0answers
108 views
Only one --hash-style in embedded Linux. Why?
all.
Background:
I was trying to get a software package built and deployed into rootfs with openembedded-based arago (www.arago-project.org). Unfortunately the software package includes prebuilt ...
3
votes
1answer
136 views
Open Embedded startup difficulties
So, I am currently trying to get a hold on Open Embedded to build for an i.MX53 platform, but i have some difficulties in understanding the main outline of the OE concept, as well as how the folder ...
0
votes
1answer
220 views
Creating two package image from single bitbake recipe script, (way to define two MACHINE variable in local.conf file)
How to create two package image from single bitbake recipie script.
These package are created from same source and it should only differs in some of the patch.
>
or
How to build openembedded ...
0
votes
1answer
374 views
OpenEmbedded Toolchain with Newer GCC
I want to build a cross-compile toolchain using OpenEmbedded that has either gcc version 4.6 or linaro gcc instead of the gcc version 4.5 that comes by default. Is this possible? I think I should only ...
0
votes
1answer
283 views
Make error when trying to build QT app for an "Open Embedded2 device
I am getting this error when trying to build my app:
make: Wl,-rpath-link,: Command not found
My Makefile looks like this, which is a generated file useing qmake program in the OE toolchain.
...
0
votes
1answer
499 views
Cross compiling Linux wifi driver
I'm trying to cross compile a Realtek wifi driver for an Airlink AWLL6075 wireless n usb adapter. The chip set is apparently RTL8191SU and I've obtained the drive for Linux from the Realtek download ...
0
votes
0answers
118 views
Apache 2.2.22 recipe for Openembedded?
Do we have a recipe set for Apache 2.2.22 on Openembedded ?
thanks
0
votes
0answers
124 views
Apache 2.2.17 crashes on simple HTML multipart upload (post)
Version Apache : 2.2.17 on a linux OpenEmbedded Server .
As soon as file upload via html happens , the webpage hangs
the error_log log shows the following error
[notice] child pid 1141 exit ...
0
votes
1answer
66 views
create_wrapper command not found
I am trying to compile "perl" and "perl-native" using OpenEmbedded recipes. In my Linux machine, I have perl 5.8.8 installed. When I run "bitbake perl-native" it results in an error saying ...
0
votes
1answer
311 views
How to build package with uclibc with bitbake - Bitbake raises MultipleMatches exception while trying to build uclibc
I am trying to build uclibc for arm7a architecture, via bitbake, but I get the following output
user@ubuntu:~/stuff$ bitbake -b uclibc
ERROR: Unable to match uclibc (19 matches found):
ERROR: ...
2
votes
1answer
526 views
arm-angstrom-linux-gnueabi-gcc linker fails to link against uclibc
I am trying to build an application for angstrom linux (that uses uclibc instead of libstdc++, in my case). I am using bitbake and openembedded. With a simple toolchain I am able to build successfully ...
0
votes
1answer
185 views
bitbake fails on “bitbake nano”
I am trying to setup bitbake and openembedded in order to cross-compile code for angstrom 2009.x on devkit8000 (a beagleboard's clone). I have followed this page but when I try
$ bitbake nano
I get
...
0
votes
2answers
186 views
ltrying to list openembedded branches through git
I am working on openembedded using bitbake. When trying to build an image using the bitbake command according to the openembedded and bitbake usermanuals (bitbake -b recipe name) or (bitbake recipe ...
8
votes
3answers
1k views
Can someone point me toward a bitbake or openembedded tutorial?
I've been working with the Angstrom Linux distribution for the BeagleBoard. Can anyone point me to a tutorial or reference for how bitbake and OpenEmbedded actually work? For example, when I invoke ...