<div class="gmail_quote">2012/6/3 Enrico <span dir="ltr"><<a href="mailto:ebutera@users.sourceforge.net" target="_blank">ebutera@users.sourceforge.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
As discussed in another thread, i created a meta layer for<br>
openembedded with u-boot and kernel for allwinner a10 boards:<br>
<br>
<a href="https://github.com/ebutera/meta-allwinner" target="_blank">https://github.com/ebutera/meta-allwinner</a><br>
<br>
Everything went smoothly and i successfully built a base console<br>
image, with kernel and u-boot. I just had to make a small patch for<br>
the kernel, gcc was complaining about some inline functions.<br>
<br>
I have no A10 hardware so i can't test it, i uploaded the rootfs,<br>
kernel and u-boot in the repository download section.<br>
<br>
It's possibile that it will not work very well because i forgot to use<br>
the proper libc kernel headers, but it should boot and you will be<br>
able to play with it anyway. A fix will come later.<br>
<br>
Just as a reference:<br>
<br>
Build Configuration:<br>
BB_VERSION = "1.15.2"<br>
TARGET_ARCH = "arm"<br>
TARGET_OS = "linux-gnueabi"<br>
MACHINE = "allwinner-a10"<br>
DISTRO_VERSION = "oe-core.0"<br>
TUNE_FEATURES = "armv7a vfp neon cortexa8"<br>
TARGET_FPU = "vfp-neon"<br>
meta<br>
meta-allwinner = "master:e3113827810e98eb1b012f0b280fb917199704c1"<br>
meta-oe = "master:fb360b53a5f9715320fe161637e4b46737f52d8f"<br>
<br>
(i don't know why it reports meta-allwinner with git information, it<br>
was still not a git repository when i built the image...).<br>
<br>
If it fries your A10 don't blame me :D<br>
<br>
Enrico<br><br></blockquote><div><br></div><div>Awesome :)</div><div> </div></div>