Difference between revisions of "Talk:BeagleBoardOpenEmbeddedDevelopment"

From eLinux.org
Jump to: navigation, search
(Change packages->recipes done)
 
Line 13: Line 13:
 
mine looks like:
 
mine looks like:
 
export BBPATH=/home/frans/oe/openembedded/conf:/home/frans/oe/openembedded
 
export BBPATH=/home/frans/oe/openembedded/conf:/home/frans/oe/openembedded
 
--[[User:mpoullet|mpoullet]] As OpenEmbedded is probably going to move from "packages" to "recipes", see [http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-February/008376.html 1], I think we should follow this move and change "local/packages" in "local/recipes", what do the other user of this workflow think?
 

Latest revision as of 14:23, 16 April 2009

I couldn't get this to work, however changing this line in profile.sh:

 export BBPATH="${OE_HOME}/beagleboard/:${OE_HOME}/beagleboard/${MY_OE_CONF}:${OE_HOME}/openembedded"

to:

 export BBPATH="${OE_HOME}/beagleboard/${MY_OE_CONF}:${OE_HOME}/local:${OE_TOP}"

Fixed the problem. As I'm new to bitbake/OE I thought I should comment rather than make a change. Am I missing something?

--Rvoisey 15:59, 24 January 2009 (UTC)

mine looks like: export BBPATH=/home/frans/oe/openembedded/conf:/home/frans/oe/openembedded