3fd8a3fcc7
Merge pull request #179 from koenkooi/uboot-gcc6-morty
...
u-boot-sunxi: gcc6 fix
2017-04-25 23:41:52 +02:00
41e1179afb
u-boot-sunxi: gcc6 fix
...
Fix the following build error when compiling u-boot-sunxi with gcc6:
linux/compiler-gcc6.h: No such file or directory
Signed-off-by: Trevor Woerner <twoerner@gmail.com >
2017-04-25 07:49:43 +02:00
12e77f9741
Merge pull request #166 from xpete/disabletslib
...
Disable tslib bbappend
Its usefulness is unknown and it's the only recipe that make us depend on meta-oe
(cherry picked from commit aaf413d6a7
)
2017-04-11 21:42:34 +02:00
941171c912
sdcard_image-sunxi: build fix
...
Signed-off-by: Enrico Butera <ebutera@users.sourceforge.net >
2017-04-06 23:09:47 +02:00
7fad64eefd
Merge pull request #170 from xpete/sunxi-tools_1.4_update
...
fixes sunxi-tools build and updates to lastest version (1.4)
2017-04-02 23:13:41 +02:00
7bfffa0671
PR reset to 0
2017-04-01 16:02:53 +01:00
54164a628a
fixes sunxi-tools build and updates to lastest version (1.4)
2017-03-31 18:16:36 +01:00
1848d697ad
fixed recipe name, updated version and A20-SOM support added
...
(cherry picked from commit 88b2d34302
)
2017-02-07 13:26:43 +01:00
d94f784d4d
added a20som support to pyA20
...
(cherry picked from commit d1593cf467
)
2017-02-07 13:26:26 +01:00
7f791bd576
Fix Olimex A20 SOM configuration
...
* Added missing kernel device tree definition.
* Updated U-Boot definiton.
(cherry picked from commit be22a388db
)
2017-01-18 21:39:50 +01:00
7f88e6c78e
Merge pull request #159 from jamespettigrew/master
...
Add support for FriendlyARM NanoPi Neo board
2017-01-12 18:30:37 +01:00
0a77e55428
Add support for FriendlyARM NanoPi Neo board
...
Signed-off-by: James Pettigrew <james@innovum.com.au >
2017-01-12 11:24:59 +11:00
e372befda7
Bump Linux kernel version to 4.4.40
...
Signed-off-by: Enrico Butera <ebutera@users.sourceforge.net >
2017-01-08 20:59:29 +01:00
10f37db26c
Merge pull request #157 from geomatsi/orange-pi-one-support
...
Add support for Orange Pi One board
2016-12-16 17:32:14 +01:00
2b1cafc104
pcduino: bump preferred u-boot and kernel versions
...
Bump preferred u-boot and kernel versions:
- kernel 4.9
- u-boot 2016.11
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com >
2016-12-15 23:10:24 +03:00
fe66ceacb5
sunxi-mail: fix bitbake QA issues for sunxi-mali
...
Fix QA issues for sunxi-mali-test package:
- add proper RDEPENDS
- don't check closed binary for sections, relocations, etc
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com >
2016-12-14 22:55:47 +03:00
75fe4617ce
Add support for Orange Pi One board
...
Add machine description for Orange Pi One board.
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com >
2016-12-14 22:53:24 +03:00
3ef9217ad7
Change PV for kernel git version
...
Bump kernel git version to enable support for sun8i boards.
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com >
2016-12-14 22:52:24 +03:00
0dcdc4edf9
sun8i: add new SoC family
...
Add config for sun8i SoC family and specify preferred BSP components.
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com >
2016-12-14 22:49:57 +03:00
0b21d3bd2f
Merge pull request #156 from net147/getvar-fixes
...
sunxi-mali: Use d.getVar
2016-12-05 11:31:24 +01:00
3bd237ac1b
sunxi-mali: Use d.getVar
...
The bb.data API is deprecated, use d.getVar instead.
Signed-off-by: Jonathan Liu <net147@gmail.com >
2016-12-03 22:34:28 +11:00
1c38e7fa72
Merge pull request #154 from net147/doc-fixes
...
README.md: Clean up build instructions
2016-11-28 13:12:45 +01:00
49f7a659b4
Merge pull request #153 from net147/u-boot-2016.11
...
u-boot: update to 2016.11
2016-11-28 13:12:14 +01:00
72d35fc0a6
README.md: Clean up build instructions
...
The linux-sunxi can now be built with GCC 6 so the GCCVERSION variable
doesn't need to be set anymore.
Signed-off-by: Jonathan Liu <net147@gmail.com >
2016-11-26 12:38:44 +11:00
11e16d173f
u-boot: update to 2016.11
...
Signed-off-by: Jonathan Liu <net147@gmail.com >
2016-11-17 12:40:19 +11:00
f246bc943a
Merge pull request #152 from gizero/fix-u-boot-build
...
u-boot_2016.09.01: fix build with new upstream u-boot.inc
2016-11-03 21:17:22 +01:00
6dfe134952
u-boot_2016.09.01: fix build with new upstream u-boot.inc
...
Commit b36056af20e981433f143556d511dec5644930fc in oe-core master
(matching commit in poky master is a40f5d34065129ab19a3c981cbb38f854e9ae0ec)
moved some bits out of u-boot.inc (from oe-core) into u-boot-common_${PV}.inc. This
breaks many u-boot recipes in the wild, including u-boot_2016.09.01 from this layer
since the variable S itself results undefined.
Explicitly setting S fixes the issue.
2016-11-03 18:07:44 +01:00
4ab93061c2
Merge pull request #150 from net147/u-boot-2016.09
...
u-boot: update to 2016.09.01
2016-09-26 09:45:28 +02:00
3dc1fc4103
u-boot: update to 2016.09.01
...
Signed-off-by: Jonathan Liu <net147@gmail.com >
2016-09-26 17:29:51 +10:00
1a840570a9
Merge pull request #149 from net147/gcc6-fixes
...
linux-sunxi: fix compiling with GCC 6
2016-09-26 09:23:58 +02:00
0c6af07690
linux-sunxi: fix compiling with GCC 6
...
Fixes the following compile error with GCC 6:
[...]/kernel-source/include/linux/compiler-gcc.h:103:30: fatal error: linux/compiler-gcc6.h: No such file or directory
Signed-off-by: Jonathan Liu <net147@gmail.com >
2016-09-25 21:53:32 +10:00
54321d7854
Merge pull request #147 from twoerner/contrib/twoerner/fixes-01
...
tslib: remove un-referenced patch
2016-09-17 13:58:08 +02:00
b87043d683
tslib: remove un-referenced patch
...
This patch is no longer referenced in any recipe, therefore remove it.
Signed-off-by: Trevor Woerner <twoerner@gmail.com >
2016-09-15 08:53:48 -04:00
bb8656b63e
Merge pull request #146 from net147/image-class-fixes
...
sdcard_image-sunxi.bbclass: remove redundant IMAGEDATESTAMP
2016-09-13 08:01:33 +02:00
93ec9da1e4
sdcard_image-sunxi.bbclass: remove redundant IMAGEDATESTAMP
...
The IMAGE_NAME variable already contains the date and time so it is
redundant to also include the date again with IMAGEDATESTAMP
when writing to image-version-info in the boot partition.
Signed-off-by: Jonathan Liu <net147@gmail.com >
2016-09-13 12:04:05 +10:00
1c06816a26
Merge pull request #145 from net147/image-class-fixes
...
Image class fixes
2016-09-12 10:50:47 +02:00
f6417032a0
sdcard_image-sunxi.bbclass: add vardepsexclude to fix taskhash mismatch
...
IMAGEDATESTAMP may change while bitbake is running which can result in
a taskhash mismatch error for do_image_sunxi_sdimg.
Signed-off-by: Jonathan Liu <net147@gmail.com >
2016-09-11 22:18:11 +10:00
26c32a3228
sdcard_image-sunxi.bbclass: fix copying device tree files not working
...
The image class assumes the working directory is the directory
containg the kernel and device tree files but this isn't always the
case.
Signed-off-by: Jonathan Liu <net147@gmail.com >
2016-09-09 22:43:21 +10:00
0da0fd6531
sdcard_image-sunxi.bbclass: change deployment dir to IMGDEPLOYIDR
...
This fixes building images after OE-Core revision
6d969bacc718e21a5246d4da9bf9639dcae29b02.
Signed-off-by: Jonathan Liu <net147@gmail.com >
2016-09-09 22:23:12 +10:00
5564b58b56
Merge pull request #142 from net147/u-boot-out-of-tree
...
u-boot: fix out-of-tree builds
2016-09-07 08:21:47 +02:00
53712dd3bb
Merge pull request #143 from koenkooi/mali-float
...
sunxi-mali: error out earlier on non-hf builds
2016-09-07 08:21:07 +02:00
63410209ad
sunxi-mali: error out earlier on non-hf builds
...
This will now error out during parsing instead of during do_compile as
well as having a better error message.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2016-09-06 11:53:08 +02:00
a3b6faa731
u-boot: fix out-of-tree builds
...
Signed-off-by: Jonathan Liu <net147@gmail.com >
2016-08-23 21:48:08 +10:00
b00caff43d
Merge pull request #140 from jlucius/master
...
Update Kernel and U-Boot versions
2016-06-25 16:16:17 +02:00
11dee5bc94
Change PV for kernel git version
...
Signed-off-by: Jens Lucius <info@jenslucius.com >
2016-06-25 14:02:53 +02:00
f74be86e4a
Update Mainline, Git Kernel
...
Update Mainline kernel from 4.4.6 to 4.4.13
Update Git kernel from 4.5.0 to 4.7 rc4
Signed-off-by: Jens Lucius <info@jenslucius.com >
2016-06-21 13:25:53 +02:00
7c1e4b303b
Update U-Boot to 2016.05
...
Update to 2016.05 from 2016.03.
Signed-off-by: Jens Lucius <info@jenslucius.com >
2016-06-21 13:17:58 +02:00
9e15c68634
Merge pull request #5 from linux-sunxi/master
...
Merge sunxi-master
2016-06-12 11:52:23 +02:00
69f56d3f94
Merge pull request #136 from twoerner/master
...
sunxi-mali: build fixes
2016-06-05 09:59:02 +02:00
9b77af849d
sunxi-mali_git: base_contains() -> bb.utils.contains()
...
base_contains() is deprecated in favour of bb.utils.contains().
Signed-off-by: Trevor Woerner <twoerner@gmail.com >
2016-06-04 18:00:15 -04:00