[oe-users] How to create bitbake project for trivial package

Marcin Juszkiewicz openembedded at hrw.one.pl
Sat Feb 10 11:21:47 UTC 2007


Dnia sobota, 10 lutego 2007, michael at michaelshiloh.com napisał:

> > SRC_URI = "file://foo.c \
> >           file://Makefile"

> With the changes you suggest I got further, but nothing gets copied
> into the work directories. Can you spot another problem?

> $ cat ../org.openembedded.dev/packages/foo/foo_0.1.bb

> PR = "r0"

PR = "r0" is default - remove from recipe

> SRC_URI = "file://foo.c \
>             file://Makefile"

S = "${WORKDIR}" and probably do_compile will be not needed

> do_compile() {
>      make
>      }

s/make/oe_runmake


-- 
JID: hrw-jabber.org
OpenEmbedded developer/consultant

                 Don't panic. Count to ten ... then panic!






More information about the Openembedded-users mailing list