Hey all,
I would like to use the stable branch of Openembedded and use bitbake to build applications for the taskit panelcard.
Is it possible to post the Openembedded configuration file using the cross compile tool chain you provide on your site.
Thanks in advance,
Bruno

Re: Openembedded configuration
Our patches against the stable branch are to be found on our download section. You also find the commit number of the OE-project, which we forked from.
Re: Openembedded configuration
The patches provided specify in the README file: "These patches are based on monotone revision 1494d3b97314813a18c958bcba05d7055d949241 of the OpenEmbedded stable branch"
But in an other topic is mentioned that you work with the git repository.
I am not quite sure how to checkout the correct revision of the correct branch of OpenEmbedded using git. Could you please give me an indication of how this is done.
Also the patches date from may 2008, while the openembedded repository has evolved since then. Are there updated patches against a new revision?
Thank you in advance.
Re: Openembedded configuration
These patches will not be updated against the current repository but we thought about adding base machine support to our overlay which is available via git. We have not done so at the moment because AFAIR there seemed to be problems with some packages, but we have to test that again.
If you just want to use taskit machines provided by these patches with a current OpenEmbedded checkout you only need the patches 0005 and 0008, although you should modify patch 0008 to put the files in the recipes instead of the packages folder and bump the version to 2.6.22-taskit4. To do that, just rename the recipe and replace the SRC_URI with
SRC_URI = "http://download.armbedded.eu/software/linux-${PV}.tgz"Apply them to the main repository or an overlay.