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

How to insert module into ARM which use kernel from open embedded

I'm trying to insert a module.ko on ARM which use a kernel customized by open embedded. I would like to know how can I achieve that. Is the insmod and modprobe commands works or should I create a recipes ? Actually, I have ve tried the first one…
scof007
  • 415
  • 2
  • 9
  • 15
0
votes
1 answer

Error compiling Kernel-aodv for ARM

I'm about to implement AODV on ARM board SabreLite and I'm facing some problems. So, I use the latest version of AODV located here (sourceforge.net/projects/aodvuu/). I've follow the instruction given in README file but at the end, i get the…
scof007
  • 415
  • 2
  • 9
  • 15
0
votes
1 answer

BitBake SRC_URI with + in the filename

I have a recipe that requires downloading a file with a + in the file name. It fetches and unpacks the file to a path matching the file name, as one would expect, but then attempts to work out of a directory without the +... extension. For…
Thomas
  • 439
  • 4
  • 21
0
votes
1 answer

openEmbedded sdk installation

I am trying to install openEmbedded sdk for arm with libxml2 and freetype packages. I hope that somebody here can give me good advice. Question is about deploying sdk and giving include paths to the makefile. To deploy sdk, I use…
vincenet
  • 41
  • 6
0
votes
2 answers

Bitbake fails on compiling gcc-cross

i am trying to compile gcc-cross with bitbake(openembedded classic, bitbake), but it fails on desktop-file-utils and accordingly on desktop-file-utils-native-0.16. Have installed libglib, and pkg-config shows me glib-2.0 as available.(Ubuntu 12.04,…
jus
  • 13
  • 4
0
votes
1 answer

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 bblayers/local.conf files then start a new recipe…
user1223028
  • 523
  • 1
  • 4
  • 8
0
votes
1 answer

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 simultaneously for two machine, any way to define…
user1540524
  • 11
  • 2
  • 5
0
votes
0 answers

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 signal Segmentation Fault (11) the pid 1141 in the…
HelloWorld_Always
  • 1,555
  • 3
  • 22
  • 32
0
votes
1 answer

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 "create_wrapper command not found". I came across this…
Sid Ramadoss
  • 521
  • 2
  • 6
  • 13
0
votes
1 answer

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: …
gc5
  • 9,468
  • 24
  • 90
  • 151
-1
votes
0 answers

yocto kernel recipe failing on simple SRCREV

I have a custom meta layer that is supposed to build github kernel. SRC_URI = "git://git@github.com/preetamsashankreddy/linux-cip;protocol=ssh;" PV = "${LINUX_VERSION}+git${SRCPV}" SRCREV_machine="${AUTOINC}" I only…
preetam
  • 1,451
  • 1
  • 17
  • 43
-1
votes
2 answers

How to override inherit python functions in yocto with a shell function?

I have a problem, with a NPM package, I use the inherit npm but I don't need to pack it for the image, I need only to build (npm run build) it once and put the build output to the image. But if I remove inherit npm I get errors, same when I would…
Jomaar
  • 84
  • 9
-1
votes
1 answer

rpm tool can't be used in yocto enviroment

In local.conf, I can see: PACKAGE_CLASSES ?= "package_rpm" However, after boot the yocto OS, the rpm command not found.
GreenTea
  • 769
  • 1
  • 10
  • 36
-1
votes
1 answer

how to do yocto testing like weekly test full pass test and release test?

I am trying to do yocto testing: how to do yocto daily test report? how to do weekly test? yocto full pass test? sanity test for yocto? please guide me to do this?
yoctotutor.com
  • 5,145
  • 4
  • 26
  • 36
-1
votes
1 answer

Log files with same content after build

I performed Poky build fetching the latest master branch from git git clone -b rocko git://git.yoctoproject.org/poky.git Set up the Environment using the following command source poky/oe-init-build-env Then executed bitbake command bitbake…
md.jamal
  • 4,067
  • 8
  • 45
  • 108
1 2 3
34
35