OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Open Embedded => Topic started by: Dwaalspoor98 on February 13, 2006, 04:36:12 pm
-
I've installed openembedded and followed the guide, I have 2 problems.
I have to bitbake by path like: bitbake -b /stuff/org.openembedded.oz354fam083/packages/less/less_382.bb
Bitbbake nano doesn't work, is this normal?
And I get an "/usr/bin/autoreconf: unrecognized option `--exclude=autopoint'" error when I try to compile something.
I missed probably something but I don't know what..
-
Do NOT use "-b" unless you really know what it is for.
"bitbake less nano" is what you need.
-
Do NOT use "-b" unless you really know what it is for.
The -b switch will cause bitbake to just build the recipe in the single .bb file. This means that if it has any dependencies (including the toolchain, etc.), these will not be built and therefore your build may well fail.
The -b option is mainly for developers who want to try to rebuild a package quickly after modifying it (i.e. after they have already run a full bitbake for it and know the deps are present). It is far faster to re-build the single package this way as it only parses the .bb file that you pass it.
Hope that makes things a bit clearer,
Si
-
Thanks for the replies, so probably it's a path problem.. Tomorrow I go for 3 weeks to Bangkok. When I'm back I'll give it another go.
-
Check the definition of BBFILES (iirc).
Si