On Fri, Mar 26, 2010 at 07:23:09PM +0300, Lev M wrote: > This may be a dumb question, but: > > I am using the pre-built toolchane for app development on Ubuntu 9.04 > I wanted to make a bb recipe for my first app so I installed bb from > Ubuntu repositories, ran the setup-env script > then tried to run bitbake with my test recipe.
You have to source it "source setup-env" or shorter ". setup-env". Child shell won't export those variables to your "working" shell if you just "run" setup-env. > I got this error: > ERROR: Please set the 'PERSISTENT_DIR' or 'CACHE' variable. > I got same error trying it on the "hello world" recipe from > http://shr.bearstech.com/tutorial/ Regards, -- uin:136542059 jid:[email protected] Jansa Martin sip:[email protected] JaMa _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
