Hello,
After several years away from OpenEmbedded and MVL6 I am back trying to work
with Yocto and BitBake!
My build system is a Core-i7 3770 running CentOS 6.7 (x86_64) with all the
latest updates applied. I have cloned Fido from the git repository and set
the target as "genericx86" and started
From: Wenzong Fan
After gcc upgraded to gcc5, and if the codes are compiled without
optimization (-O0), and the below error will happen:
auvirt.c:484: undefined reference to `copy_str'
auvirt.c:667: undefined reference to `is_resource'
collect2: error: ld returned 1 exit status
gcc5 defau
> From: Robert Calhoun [mailto:rcalh...@shotspotter.com]
>
> Your kernel recipe needs to have an entry for the machine,
> e.g. a kernel recipe called linux-mainline.bb contains
> COMPATIBLE_MACHINE_mymachine = "mymachine"
>
> Also, your machine config file mymachine.conf needs to have a
> pref
I go for the manual:
http://www.yoctoproject.org/docs/1.8/dev-manual/dev-manual.html#adt-eclipse
I could compile this Yocto Project ADT Autotools Project "hello world"
It generates a lot of files and I am lost how to add more source files and
headers.
I added a second c-file with a function "sub
On 15-09-13 04:15 PM, Paul D. DeRocco wrote:
I'm getting the following warning:
[kernel]: An auto generated BSP description was used, this normally
indicates a misconfiguration.
Check that your machine (chroma-bsp) has an associated kernel description.
Googling turns up the information that thi
paxctl is a tool that allows PaX flags to be modified on a per-binary
basis. PaX is part of common security-enhancing kernel patches and
secure distributions, such as GrSecurity or Adamantix and Hardened Gen-
too, respectively. Your system needs to be running a properly patched
and configu
> From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com]
>
> The tool may have created these files, but the question is ..
> What release are you using ? If you check something in the kernel meta
> directory, I can tell you if the warning is wrong, or something is
> really being missed.
I'
On 15-09-14 01:38 PM, Paul D. DeRocco wrote:
From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com]
The tool may have created these files, but the question is ..
What release are you using ? If you check something in the kernel meta
directory, I can tell you if the warning is wrong, or somet
[YOCTO #8164]
README said "run poky/scripts/runqemu-setup-tapdev. Updated to
reflect correct script sname of poky/scripts/runqemu-gen-tapdevs.
Signed-off-by: Graydon, Tracy
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index 06b9cbc..7edb66c 1006