Aguirre
79a65ac2a1
Merge pull request #101 from net147/master
...
olinuxino-a20: fix KERNEL_DEVICETREE
2015-07-29 08:43:38 +02:00
Jonathan Liu
c5ee8d779f
olinuxino-a20: fix KERNEL_DEVICETREE
...
Signed-off-by: Jonathan Liu <net147@gmail.com>
2015-07-29 14:29:40 +10:00
Enrico Butera
fab2a652d2
Merge pull request #100 from Noxenious/master
...
Fix build error with new dosfstools
2015-07-22 13:03:32 +02:00
Jens Lucius
ec8d7afb9c
fix alignment in sdcard class
2015-07-22 10:21:35 +02:00
Nicolas Aguirre
f4ebd29a50
Remove unused PREFFERED_VERSIONS and let the virtual/kernel preffered provider be overriden.
2015-07-18 16:45:17 +02:00
Aguirre
d8934807c6
Merge pull request #98 from Noxenious/master
...
Update kernel and u-boot
2015-07-18 16:43:49 +02:00
Aguirre
6e6e7bdc45
Fix Typos in README.md
2015-07-16 22:46:03 +02:00
Aguirre
73377c0bc6
Merge pull request #96 from whirm/fix_cubie2_config
...
Fix cubieboard2.conf.
2015-06-26 14:29:55 +02:00
Jens Lucius
b326149b1b
Fix build error with new dosfstools
...
oe-core has updated dosfstools to the latest version 3.0.28 with mkfs.vfat
returning an error when a file already exists. Remove the old file before
creating a new one.
Issue discovered and fixed by Gary Thomas <gary@mlbassoc.com> for
RaspberryPi and Freescale layers.
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-06-26 12:50:19 +02:00
Elric Milon
966a7cf417
Fix cubieboard2.conf.
...
Closes #95
2015-06-26 12:16:52 +02:00
Aguirre
9125a7a903
Merge pull request #93 from whirm/patch-1
...
Fix typo in cubieboard2.conf
2015-06-25 10:44:51 +02:00
Elric Milon
c6b0194806
Fix typo in cubieboard2.conf
2015-06-25 10:34:00 +02:00
Jens Lucius
be0e113009
u-boot: add stable 2015.07 mainline
...
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>
2015-06-21 18:08:00 +02:00
Jens Lucius
1092ae5117
kernel: add recipe for 4.1.2
...
Add new stable linux kernel 4.1.2
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-06-21 18:06:18 +02:00
Noxenious
bea5512317
Merge pull request #1 from linux-sunxi/master
...
Update
2015-07-17 13:33:38 +02:00
Aguirre
32243d4dc9
Merge pull request #92 from Noxenious/master
...
kernel: fix missing device tree, switch to mainline
2015-06-17 15:09:30 +02:00
Nicolas Aguirre
207b25ecf1
Fix various error in GLES includes while building EFL 1.14
2015-06-16 23:36:45 +02:00
Jens Lucius
d60ad7f615
fix README line feeds
2015-06-16 16:38:30 +02:00
Jens Lucius
8107abbdee
kernel: fix missing device tree, switch to mainline
...
- Add back missing device tree definitions in machine files
- Switch to mainline kernel by default
- Add description to switch back to sunxi versions in README
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-06-16 16:33:57 +02:00
Nicolas Aguirre
4240612f21
Use SOC_FAMILY to avoid the long list of COMPATIBLE_MACHINE
...
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.
2015-06-16 00:45:08 +02:00
Aguirre
cb66c3eafb
Merge pull request #91 from Noxenious/master
...
Add mainline linux
2015-06-16 00:19:37 +02:00
Aguirre
c7adafe8ac
Merge pull request #90 from whirm/upstream_u-boot
...
Upstream u-boot recipe
2015-06-16 00:18:43 +02:00
Elric Milon
dfb9413049
Rename u-boot_git.bb to u-boot-sunxi.bb.
...
So upstream recipe takes precedence.
2015-06-11 14:52:29 +02:00
Elric Milon
d5fa6bc501
Add boot.scr to sdcard image's boot/ if found.
2015-06-11 14:51:54 +02:00
Elric Milon
46c2d5d4a1
New recipe for upstream u-boot
...
Also add a basic boot.cmd with support for both uImage and zImage.
2015-06-11 14:51:54 +02:00
Jens Lucius
55b9d9ae5e
kernel: don´t set default to mainline
2015-06-10 22:05:01 +02:00
Jens Lucius
b10c844cb2
kernel: move devicetree to machine files, include in sd-card
...
Move device tree configuration to machine files. Check for device tree
in sd card creation and include device tree file in first partition.
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-06-10 22:01:24 +02:00
Jens Lucius
38edd14b04
Revert "kernel: use make defconfig for mainline"
...
This reverts commit 5c7ffb35f2
.
2015-06-10 12:18:51 +02:00
Jens Lucius
5c7ffb35f2
kernel: use make defconfig for mainline
...
Always use the sunxi_defconfig supplied by the kernel.
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-06-09 18:33:43 +02:00
Jens Lucius
82d0172433
kernel: use sunxi_defconfig for all boards
...
Do not use individual files for mainline kernel config but
sunxi_defconfig.
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-06-09 15:55:36 +02:00
Jens Lucius
d271c8130a
Add mainline linux
...
Add recipe and configuration files for mainline linux.
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-06-08 13:56:40 +02:00
Enrico Butera
59437d24b1
Merge pull request #89 from Noxenious/master
...
Fixes for lime2 board and set default u-boot to u-boot
2015-04-28 14:05:25 +02:00
Jens Lucius
091001b76d
lime2: remove double kernel config entry
...
An earlier patch introduced a double kernel config line. Remove it.
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-04-02 14:27:42 +02:00
Jens Lucius
90c7651e64
lime2: fix u-boot name
...
Fix wrong u-boot name in lime2 config.
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-04-02 14:26:32 +02:00
Jens Lucius
91a61a8de4
set default u-boot to u-boot
...
Set the PREFERRED_PROVIDER_u-boot and _virtual/bootloader to u-boot.
Preperation for adding mainline u-boot.
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-03-09 14:13:03 +01:00
Jens Lucius
7b424b6ec9
lime2: fix gmac vs emac kernel issue
...
The Olimex lime2 has gigabit ethernet instead of fast ethernet of other
limes. So it uses the gmac driver instead of the emac driver in linux
kernel.
2015-03-09 12:42:58 +01:00
Aguirre
4f66286422
Merge pull request #87 from Noxenious/master
...
Add support for more boards and prepare for mainline kernel
2015-03-04 07:39:53 +01:00
Jens Lucius
eeb41f14c8
Add more devices (LimeA10, Lime2, A13SOM, Forfun Q88DB)
...
Add Olimex Boards Olinuxino A10 Lime, A20 Lime2, A13SOM and Forfun
A13 Tablet. Sort all machine names in recipes alphabetically.
2015-03-03 18:09:46 +01:00
Jens Lucius
2de81b3de0
sunxi: set preferred kernel to 3.4
...
Set the preferred kernel to 3.4 in sunxi.inc. This makes it easier
to upgrade the kernel in a later commit without breaking build.
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-03-03 18:03:48 +01:00
Jens Lucius
c27b5d3555
pyA20: Add more olimex boards
...
pyA20 allows controlling gpio via python. Add more olimex boards:
- A10 Lime
- A20 Lime
- A20 Lime2
- A13 SOM
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-03-02 16:39:10 +01:00
Aguirre
e8e6552b17
Merge pull request #86 from Noxenious/master
...
linux: add linux.inc again
2015-03-02 08:46:44 +01:00
Jens Lucius
196f800f7d
linux: add linux.inc again
...
Removing the linux.inc introduced an unnecessary dependency on meta-oe.
Add the latest linux.inc from meta-oe to the layer and change path.
Signed-off-by: Jens Lucius <info@jenslucius.com>
2015-03-02 01:05:58 +01:00
Aguirre
732bb19214
Merge pull request #84 from KristofRobot/linux-remove
...
linux: replacing custom linux.inc by openembedded linux.inc reference (r...
2015-02-22 12:01:07 +01:00
Nicolas Aguirre
c663594470
Use u-boot.inc from OpenEmbedded directory instead of our own file
2015-02-22 11:59:46 +01:00
Nicolas Aguirre
5727515f10
Add support for banapi machine
...
Conflicts:
recipes-bsp/sunxi-board-fex/sunxi-board-fex.bb
recipes-bsp/u-boot/u-boot_git.bb
recipes-graphics/libgles/sunxi-mali_git.bb
recipes-kernel/linux/linux_3.4.bb
2015-02-22 11:59:46 +01:00
Enrico Butera
9a8031a8c2
Merge pull request #82 from KristofRobot/uImage-fix
...
sdcard_image-sunxi.bbclass: reverting to deploy dir instead of staging d...
2015-02-14 19:48:14 +01:00
Kristof Robot
e25b18fd0b
linux: replacing custom linux.inc by openembedded linux.inc reference ( resolves #79 )
2015-02-02 20:16:53 +01:00
Kristof Robot
a27c9aa7e4
sdcard_image-sunxi.bbclass: reverting to deploy dir instead of staging dir ( resolves #81 )
...
To resolve the race condition described in #15 ,
a patch was introduced to use the kernel source from staging dir
rather than deploy dir.
After the reorganization of the kernel source location by
6a1ff0e7ea
this no longer works.
Reverting the previous patch,
and introducing explicit rootfs dependency instead.
Signed-off-by: Kristof Robot <krirobo@gmail.com>
2015-02-01 13:22:11 +01:00
Aguirre
5b875e911c
Merge pull request #77 from Noxenious/master
...
python: added pyA20 for controlling GPIO
2014-12-06 17:38:44 +01:00
Jens Lucius
31b7c4c8e2
python: pyA20 depend on python and only for olimex boards
...
Add dependency on python and COMPATIBLE_MACHINE as pyA20 is only
compatible to three olimex boards right now.
Signed-off-by: Jens Lucius <info@jenslucius.com>
2014-11-28 17:37:09 +01:00