The current yocto master adds a patch for the beaglebone to the u-boot.inc, which breaks the build.
Explicitly set SRC_URI to prevent that.
Signed-off-by: Jens Lucius info@jenslucius.com
- Update U-Boot from 2015.07 to 2015.10
- Update mainline kernel from 4.1.7 to 4.1.10
- Update git kernel from 4.3rc2 to 4.3rc6
Signed-off-by: Jens Lucius <info@jenslucius.com>
Mainline u-boot uses a different name for the configuration for the Mele G.
Use correct name for mainline, use old name for sunxi u-boot.
Signed-off-by: Jens Lucius <info@jenslucius.com>
Add new stable 2015.07 mainline u-boot version.
Add correct mainline u-boot names to machine configs.
Add overwrite for different names for old sunxi u-boot.
Signed-off-by: Jens Lucius <info@jenslucius.com>
It uses 3 different SOC_FAMILY sun4i,sun5i,sun7i this list come from here http://sunxi.org/Allwinner_SoC_Family
Adding a new machine should be now more easy, as we have now to only create a new machine.conf file, set the right SOC_FAMILY and include the right arch inclue.
The latest revision of U-Boot requires changing the U-Boot machine names for
olimex based boards, as these were changed in U-Boot.
U-Boot tested on Olimex A20 Olinuxino
Signed-off-by: Jens Lucius <info@jenslucius.com>
Git repository sunxi-boards is not versioned. For now there is no
tracking of a git revision in the recipe. This patch fixes it. Related
discussion:
http://article.gmane.org/gmane.comp.handhelds.openembedded/62130
Signed-off-by: Tomas Novotny <novotny@rehivetech.com>
There is a new recipe called sunxi-board-fex which cares about the
compiling of the FEX file for each machine. If there is a fex.bin file
available in the deploy directory and machine depends on it (see SD
image class) it will be added.
Only OLinuXino A10S uses it for now.
Signed-off-by: Tomas Novotny <novotny@rehivetech.com>