[bitbake-devel] How [autotools] configure copies items to build/

Tomasz Wozniak mostly.embedded at gmail.com
Thu Mar 5 10:34:39 UTC 2015


Hi there,

I am relatively new to yocto/bitbake (less than a week in total spent in
this environment), and need help.
I am trying to get the mono build on yocto - guides are out there,
resulting in helloworld being runnable on target platform. When I however
try to add mono-basic component, the build process stops at compile stage,
due to build/ being empty.
The configure step might be to blame, as it - bitbake-wise - succeeds, but
in fact fails.
The reason is that configure mono-basic does not support some (all?) of the
options supplied, AND the build/config.make does not exist.

The .bb file looks almost the same for this package, and for
mono-hellowirld, that dos build and does have files in build/ after
configure finishes.
What should I do to:
1. Get help
2. Understand what does not happen and should
3. Fix the issue, so that mono-basic builds is a preferably kosher way

Below is the excerpt from the build console. The log.do_configure is in the
attachement.

papatom at dragoneyes:/opt/apator/yocto/fsl-community-bsp/wandboard-dual$
bitbake mono-basic -c configure
(...)
Loading cache: 100%
|############################################################| ETA:
00:00:00
Loaded 2022 entries from dependency cache.
Parsing recipes: 100%
|##########################################################| Time: 00:00:00
Parsing of 1569 .bb files complete (1567 cached, 2 parsed). 2023 targets,
124 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.24.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-14.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "wandboard-dual"
DISTRO            = "poky"
DISTRO_VERSION    = "1.7.1"
TUNE_FEATURES     = "arm armv7a vfp neon callconvention-hard cortexa9"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto        = "(nobranch):b630f2f53645fa8f5890b4732f251c354ad525a7"
meta-mono.git     = "mono-basic:61030792f204baa9acf08cad1cd60d389413ec42"
meta-oe
meta-multimedia   = "(nobranch):6413cdb66acf43059f94d0076ec9b8ad6a475b35"
meta-fsl-arm      = "(nobranch):a976d88ec6daeb14d32fd851655b0c3b72f1074e"
meta-fsl-arm-extra = "(nobranch):b16246a739720be98671e71fbf1793238d6b512a"
meta-fsl-demos    = "(nobranch):8088d34b4f1111c9076e3eeef67e9ae17d0b3455"

NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 1014 tasks of which 1010 didn't need to be
rerun and all succeeded.

papatom at dragoneyes:/opt/apator/yocto/fsl-community-bsp/wandboard-dual/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/mono-basic/2.10-r0$
ls -la build
total 8
drwxrwxr-x 2 papatom papatom 4096 Mar  5 11:23 .
drwxrwxr-x 5 papatom papatom 4096 Mar  5 11:24 ..


TIA
-- 
Tomasz Wozniak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20150305/8aaca0c7/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log.do_configure
Type: application/octet-stream
Size: 6326 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20150305/8aaca0c7/attachment-0002.obj>


More information about the bitbake-devel mailing list