erroe in creating OE based image for beagleboard

hi,

I'm trying to create OE based image for beagleboard as outlined in
http://elinux.org/BeagleBoardAndOpenEmbeddedGit, but it error after
72% handling bitbake files, could not include something while parsing
something. any suggestion ?

I have updated openembedded git and bitbake. or I think I have.

thanks,

I'm trying to create OE based image for beagleboard as outlined in
BeagleBoardAndOpenEmbeddedGit - eLinux.org, but it error after
72% handling bitbake files, could not include something while parsing
something. any suggestion ?

Hi,

Seems like you most probably hit the same error as I did yesterday. However
for the next time, please include a better log/error description. From your
current description it's nearly impossible to help you, not being for the
fact that I did the exact same yesterday and had it fail at the same place
(I think and hope :-).

The reason it's failing is due to a minor uncaught bug in the recipe for
omapfbplay. This was introduced with the latest update to the stable branch
in OE (from 2/6-2009) - You can easily fix it by adding the single line
below to the recipe in the do_compile() section just prior to 'oe_runmake
-e'.

cp ${STAGING_KERNEL_DIR}/include/linux/omapfb.h ${S} || true

In case you prefer to apply a patch you can find it at:
http://patchwork.openembedded.org/patch/702/

Koen promised to update OE stable/2009 ASAP.

Best regards - Good luck
  Søren

Op 6 jun 2009, om 23:37 heeft Søren Steen Christensen het volgende geschreven:

I'm trying to create OE based image for beagleboard as outlined in
BeagleBoardAndOpenEmbeddedGit - eLinux.org, but it error after
72% handling bitbake files, could not include something while parsing
something. any suggestion ?

Hi,

Seems like you most probably hit the same error as I did yesterday. However
for the next time, please include a better log/error description. From your
current description it's nearly impossible to help you, not being for the
fact that I did the exact same yesterday and had it fail at the same place
(I think and hope :-).

The reason it's failing is due to a minor uncaught bug in the recipe for
omapfbplay. This was introduced with the latest update to the stable branch
in OE (from 2/6-2009) - You can easily fix it by adding the single line
below to the recipe in the do_compile() section just prior to 'oe_runmake
-e'.

cp ${STAGING_KERNEL_DIR}/include/linux/omapfb.h ${S} || true

In case you prefer to apply a patch you can find it at:
[13/16] git: upgrade 2.34.0 -> 2.34.1 - Patchwork

Koen promised to update OE stable/2009 ASAP.

I got approved this morning and went in: openembedded - Classic OpenEmbedded Development Tree

regards,

Koen