Marek Belisko
d5214c790e
Merge pull request #450 from asac/fix/scarthgap-kernel-build-orange-pi-3lts
...
fix orange-pi-3lts kernel build
2025-06-12 11:06:43 +02:00
Alexander Sack
25d90211d9
fix orange-pi-3lts kernel build
2025-06-12 09:05:47 +00:00
Marek Belisko
204836ce5d
Merge pull request #449 from okaestne/scarthgap
...
[Scarthgap] backport PRs for new hardware and fixes
2025-06-10 09:22:22 +02:00
Oliver Kästner
d564c5f776
linux-mainline: fix spacing with KERNEL_FEATURES:prepend
...
Prepends should always end with a space char. Fix that by just turning
it into an append. Change the second prepend to an append for
consistency.
Signed-off-by: Oliver Kästner <git@oliver-kaestner.de >
2025-06-10 01:59:52 +02:00
Oliver Kästner
89bbea9aa1
ap6212: add missing leading space to append
...
Signed-off-by: Oliver Kästner <git@oliver-kaestner.de >
2025-06-10 01:59:33 +02:00
Oliver Kästner
6736fef4ec
linux-mainline: bump to 6.6.85
...
Signed-off-by: Oliver Kästner <git@oliver-kaestner.de >
2025-06-10 01:59:32 +02:00
Oliver Kästner
0c4b7e95d5
chore: drop stale kmeta
...
drop kmeta for older and removed kernel versions
Signed-off-by: Oliver Kästner <git@oliver-kaestner.de >
2025-06-10 01:59:05 +02:00
Oliver Kästner
e89e6b9483
fix handling KERNEL_DEVICETREE with allwinner/ prefix
...
Since linux 6.5, .dts files live in vendor subdirs. Fix all
`KERNEL_DEVICETREE` definitions to contain the `allwinner` subdir as
prefix and drop code that previously added the prefix on demand.
On the other hand, drop the prefix for `BOOT_IMAGE_FILES`, which
searches the .dtb within `DEPLOY_DIR`.
Signed-off-by: Oliver Kästner <git@oliver-kaestner.de >
2025-06-10 01:59:05 +02:00
Oliver Kästner
118683a0a9
chore: drop linux-mainline pre-v6.5 patches
...
Signed-off-by: Oliver Kästner <git@oliver-kaestner.de >
2025-06-10 01:59:05 +02:00
Oliver Kästner
7c14a6d25e
chore: drop linux-mainline v6.5.11
...
Signed-off-by: Oliver Kästner <git@oliver-kaestner.de >
2025-06-10 01:59:04 +02:00
Oliver Kästner
6c60b823ae
chore: drop linux-mainline v6.1.9
...
Signed-off-by: Oliver Kästner <git@oliver-kaestner.de >
2025-06-10 01:59:04 +02:00
Oliver Kästner
54c5cf892a
chore: drop linux-mainline v5.15.91
...
Signed-off-by: Oliver Kästner <git@oliver-kaestner.de >
2025-06-10 01:59:04 +02:00
Oliver Kästner
585df5b396
ap6212: enable bluetooth support
2025-06-10 01:59:04 +02:00
Oliver Kästner
4657eb284f
feat: add MACHINE_FEATURE wifi and bluetooth for AP6212 and AP6330 boards
...
Signed-off-by: Oliver Kästner <git@oliver-kaestner.de >
2025-06-10 01:59:04 +02:00
Oliver Kästner
e1e48022d7
linux-mainline: dts: orangepi-zero: add mmc aliases for consistent enumeration
...
This fixes random boot failures.
Same workaround as in the other patches.
Signed-off-by: Oliver Kästner <git@oliver-kaestner.de >
2025-06-10 01:59:04 +02:00
Oliver Kästner
2834b7f951
Add BananaPi M2 Berry support
...
Add `bananapi-m2-berry` machine conf and enable WiFi for it.
2025-06-10 01:59:04 +02:00
Marek Belisko
f5025d0808
sunxi64.inc: Fix wrong UBOOT_LOADADDRESS variable value
...
Signed-off-by: Marek Belisko <marek.belisko@gmail.com >
2025-06-10 01:59:04 +02:00
Stefan Gloor
1d4cf8ae39
recipes-kernel/linux-mainline: add MMC alias for Olinuxino A20
...
Add patch that adds MMC aliases to device tree for consistent
enumeration of SD cards.
Signed-off-by: Stefan Gloor <code@stefan-gloor.ch >
2025-06-10 01:59:04 +02:00
Leon Anavi
4e1636e0a4
u-boot_%.bbappend: Fix U-Boot for sun9i
...
Use a proper fix instead of reverting U-Boot commit ffb0294.
After reporting this issue to the U-Boot mailing list, a patch
that works on Allwinner A80 machines like Merrii A80 Optimus board
was proposed by Andre Przywara:
https://lists.denx.de/pipermail/u-boot/2024-December/575050.html
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
2025-06-10 01:59:03 +02:00
Leon Anavi
eada1eeb7a
Enable AMPAK AP6330 WiFi and Bluetooth
...
Enable AMPAK AP6330 that combines Broadcom Wifi (BCM4330) and
Bluetooth 4.0 (BCM40183) chips for sun9i devices such as Merrii A80
Optimus and Cubieboard 4.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
2025-06-10 01:59:03 +02:00
Stefan Gloor
d365a91be3
recipes/devtools: replace distutils3*.bbclass with setuptools3*.bbclass
...
distutils3 is deprecated and its use produces warnings during build:
WARNING: distutils-common-base.bbclass is deprecated, please use setuptools3-base.bbclass instead
WARNING: distutils3-base.bbclass is deprecated, please use setuptools3-base.bbclass instead
WARNING: distutils3.bbclass is deprecated, please use setuptools3.bbclass instead
setuptools3 should be a drop-in replacement.
Signed-off-by: Stefan Gloor <code@stefan-gloor.ch >
2025-06-10 01:59:03 +02:00
Ovidiu Panait
7abeeaf707
u-boot: apply ttyS3 patch only for mangopi-mq-t-tt13 builds
...
For all boards except mangopi-mq-t-tt13, switch back the serial console to
ttyS0. Apply the ttyS3 patch added in commit [1] only when building for the
mangopi-mq-t-tt13 board.
Boot tested on orangepi-zero2 board - the kernel logs are again printed to
the debug serial console.
[1] 9edbede7bc
("u-boot: Fix console for mangopi-mq-r-tt13 board")
Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com >
2025-06-10 01:59:03 +02:00
Leon Anavi
bb90acac4b
xradio-firmware: Add branch to SRC_URI
...
Explicitly specify a branch parameter and fix the warning:
The future default branch used by tools and repositories is
uncertain and we will therefore soon require this is set in
all git urls.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
2025-06-10 01:59:03 +02:00
ludiazv
7f554a1d24
update opi zero 2 with auto load modules for wifi and bt
2025-06-10 01:59:03 +02:00
ludiazv
ebbedb7a97
remove hack for hdmi out
2025-06-10 01:59:03 +02:00
ludiazv
2a808de9d1
fix/improve MAC address management
2025-06-10 01:59:03 +02:00
ludiazv
4ad0f09f13
h616 and h618 patches
2025-06-10 01:59:03 +02:00
ludiazv
993171c995
add opizero 2 to 6.6
2025-06-10 01:59:02 +02:00
alperak
41ade85840
Add Orange Pi Prime machine support
...
- Ethernet, WiFi, Bluetooth, USBs are working fine but HDMI is working until U-Boot loading the kernel. Then it stop working.
- Tested with core-image-base and kernel mainline 6.6.28
Signed-off-by: alperak <alperyasinak1@gmail.com >
2025-06-10 00:48:19 +02:00
Dan McGregor
0e0525ebfa
trusted-firmware: Make append machine specific
2025-06-10 00:48:19 +02:00
Dan McGregor
5790998d9e
xserver-xorg: don't unconditionally add xshmfence
...
This is only required if dri3 is enabled in the server. It shouldn't
be included unconditionally.
Arguably this should be put in openembedded-core, but for now it's
safe to put here.
2025-06-10 00:48:19 +02:00
Dan McGregor
33b02e648d
linux-firmware: Only add firmware to sunxi machines
...
It doesn't make sense to unconditionally include these firmware
files on other machines. Gate it on whether we're a sunxi machine.
2025-06-10 00:45:43 +02:00
Marek Belisko
69c4909d49
u-boot: Fix console for mangopi-mq-r-tt13 board
...
Signed-off-by: Marek Belisko <marek.belisko@gmail.com >
2025-06-10 00:41:50 +02:00
Marek Belisko
66fd7c960f
conf/machine: add support for MangoPi MQ-R T113-S3
...
Signed-off-by: Leo Soares <leojrfs@gmail.com >
Signed-off-by: Marek Belisko <marek.belisko@gmail.com >
2025-06-10 00:34:33 +02:00
ludiazv
d93a7ff945
add preferred kernel version to sunxi64
2025-06-10 00:34:33 +02:00
ludiazv
834efaa4b8
update opi 3lts machine
2025-06-10 00:34:32 +02:00
ludiazv
894fa97145
add kernel features
2025-06-10 00:34:32 +02:00
ludiazv
f8a51177af
update uwe5622 patches
2025-06-10 00:34:32 +02:00
ludiazv
774f0f8649
add kernel patches for orangepi-3lts for 6.1 6.5 kernels(KMETA)
2025-06-10 00:34:32 +02:00
ludiazv
68cc446633
add wifi uwe driver firmware and kernel support(KMETA)
2025-06-10 00:34:31 +02:00
ludiazv
735586e90e
add orange-pi-3lts machine config and u-boot support for this board
2025-06-10 00:34:23 +02:00
Marek Belisko
c73c0a2c4a
Merge pull request #428 from leon-anavi/scarthgap-sun9i
...
[Scartgap] Add Merrii A80 Optimus board and Cubieboard 4
2024-12-10 09:32:16 +01:00
Leon Anavi
3be61ac722
cubieboard4.conf: Add machine
...
Add machine cubieboard4 for Cubieboard 4 with Allwinner A80 SoC
from the sun9i family with mainline U-Boot and Linux kernel.
Thanks to Lazar Hristov for testing core-image-base on the machine.
Tested-by: Lazar Hristov <lhristov@gmail.com >
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
2024-12-10 00:10:33 +02:00
Leon Anavi
512fed3281
u-boot_%.bbappend: Fix for sun9i
...
Temporary revert commit ffb0294 from 12 Nov 2023 for device with
Allwinner A80 SoC (aka sun9i):
sunxi: board: simplify early PMIC setup conditions
On Merrii A80 Optimus this git commit causes U-Boot to hang at:
Starting kernel ...
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
2024-12-10 00:09:55 +02:00
Leon Anavi
57afbf176f
sun9i/defconfig: Default kernel defconfig
...
Add a default Linux kernel defconfig for devices from the sun9i
family with Allwinner A80 SoC such as Merrii A80 Optimus board.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
2024-12-10 00:04:54 +02:00
Leon Anavi
3a42520278
merrii-a80-optimus.conf: Add machine
...
Add machine merrii-a80-optimus for Merrii A80 Optimus development
board that is supported by U-Boot and mainline Linux kernel.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
2024-12-10 00:04:50 +02:00
Leon Anavi
33428d8c22
sun9i.inc: Add SoC family sun9i
...
Create SoC family sun9i for machines with Allwinner A80 that are
supported by mainline U-Boot and mainline Linux kernel.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
2024-12-10 00:04:40 +02:00
Marek Belisko
05827e296c
Merge pull request #418 from noodlefighter/scarthgap
...
fix(scarthgap): replace xf86-input-keyboard with xf86-input-libinput …
2024-09-16 20:53:30 +02:00
noodlefighter
90bbd8619f
fix(scarthgap): replace xf86-input-keyboard with xf86-input-libinput in Yocto
...
The xf86-input-keyboard package is obsolete and has been replaced by libinput/evdev as per the migration guide (migration-4.1.rst). This commit addresses the error "ERROR: Nothing RPROVIDES 'xf86-input-keyboard'" by updating the dependency to xf86-input-libinput.
2024-09-16 23:21:24 +08:00
Marek Belisko
9e5f3281a5
Merge pull request #415 from leon-anavi/scarthgap-linux-fix-license
...
linux: change licence name
2024-08-16 10:54:13 +02:00
Dan McGregor
2bbe91795d
linux: change licence name
...
Use SPDX name for the kernel, oe-core changed a long time ago and
now we're throwing licence name warnings.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
2024-08-16 11:45:40 +03:00
Marek Belisko
8f5b915749
Merge pull request #412 from ardavast/lime2-emmc-relative-symlink
...
pya20: Make olinuxino-a20lime2-emmc a relative symlink
2024-06-05 15:14:50 +02:00
Ardavast Dayleryan
3a36f259f5
pya20: Make olinuxino-a20lime2-emmc a relative symlink
2024-05-26 03:49:39 +03:00
Marek Belisko
da878a06b8
pya20: Added support for olinuxino-a20lime2-emmc
...
Signed-off-by: Marek Belisko <marek.belisko@gmail.com >
2024-05-13 09:20:17 +02:00
Marek Belisko
c475a1851a
linux-mainline: Added LINUX_VERSION variable
...
Fixes:
File "/home/retpolanne/Dev/orange-pi-one-plus-image/poky/scripts/lib/devtool/standard.py", line 839, in modify
if (os.path.exists(srcdir) and os.listdir(srcdir)) and (kernelVersion in staging_kerVer and staging_kbranch == kbranch):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'in ' requires string as left operand, not NoneType
While running devtool modify virtual/kernel.
Signed-off-by: Marek Belisko <marek.belisko@gmail.com >
2024-04-25 08:52:15 +02:00
Marek Belisko
7cd5e692b7
conf: Added scarthgap compat
...
Signed-off-by: Marek Belisko <marek.belisko@gmail.com >
2024-04-24 14:16:22 +02:00
Marek Belisko
089c34a7bc
linux-mainline: Bump kernel to 6.6
...
Signed-off-by: Marek Belisko <marek.belisko@gmail.com >
2024-04-24 14:15:15 +02:00
Marek Belisko
cc1de9f039
linux-mainline: Add "allwinner" prefix only if not available
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-11-20 13:02:33 +01:00
Marek Belisko
cd1031613f
Revert "misc: Drop allwinner prefix for machines"
...
This reverts commit 5257bb2738
.
2023-11-20 12:53:14 +01:00
Marek Belisko
e21fd8733d
Revert "conf: Move logic for handling dtb in deploy dir to common include"
...
This reverts commit c867cb74e2
.
2023-11-20 12:35:09 +01:00
Marek Belisko
5257bb2738
misc: Drop allwinner prefix for machines
...
As we have automatic KERNEL_DEVICETREE prefix handling we don't need to add
allwinner prefix
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-11-13 10:59:46 +01:00
Marek Belisko
40c6d52123
xradio: Update to other repo
...
Update to one which have up-to-date development. Old one is not compilin anymore.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-11-10 14:00:53 +01:00
Marek Belisko
c7782f7180
linux-mainline: Drop 5.10 and 5.4 releases
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-11-10 13:41:51 +01:00
Marek Belisko
3ace4df57b
linux-mainline: Bump kernel to 6.5.11
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-11-10 13:41:21 +01:00
Marek Belisko
4895ae7bdf
Added compatibility to nanbield
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-11-10 12:02:31 +01:00
Marek Belisko
75f21bc538
u-boot: boot.cmd: Use allwinner prefix for dtb
...
To avoid patching u-boot configs for all machines update prefix for all arm machines.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-10-24 13:13:53 +02:00
Marek Belisko
af98b13aca
conf: Set linux 6.5 as preffered
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-10-24 13:13:53 +02:00
Marek Belisko
c867cb74e2
conf: Move logic for handling dtb in deploy dir to common include
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-10-24 13:13:53 +02:00
Marek Belisko
ca39c18cb9
linux-mainline: Added handling for 6.5 kernels
...
Added automatic allwinner prepend for dtb + also patches handling for kernels
< 6.5
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-10-24 13:13:48 +02:00
Marek Belisko
82965e1bc6
linux-mainline: Add version 6.5.8
...
Refresh patches with new allwinner prefix.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-10-24 13:12:11 +02:00
Marek Belisko
6c6ef34b69
Merge pull request #391 from buldo/device-orange-pi-lite
...
New device Orange PI lite
2023-10-02 07:24:57 +02:00
root
6cba9f71bb
pi lite files
2023-09-30 22:53:27 +03:00
Marek Belisko
8b4609b9dc
Merge pull request #389 from retpolanne/master
...
add u-boot ethernet support to orange pi one plus (h6)
2023-07-12 13:44:28 +02:00
Anne Macedo
5dcf6c40d4
add u-boot ethernet support to orange pi one plus (h6)
...
This patch adds ethernet support to orange pi one plus. The patch has
been submitted to the mailing list and is being added to the bbappend
for u-boot.
Unfortunately, is doesn't keep ethernet on after kernel boot, as the
kernel dts needs to be synced with the u-boot dts.
Submitted patch waiting for approval on the upstream: https://lore.kernel.org/u-boot/30debca8b31ed4d2cbd64850d48b81ac@posteo.net/T/#t
2023-07-12 08:11:36 -03:00
Marek Belisko
1407c41748
Merge pull request #388 from 3mdeb/lamobo-r1-platform
...
Added `.conf` file for lamobo-r1 platorm
2023-07-11 14:48:03 +02:00
Daniil Klimuk
533a3ac16d
machine/lamobo-r1.conf: added conf for lamobo-r1
2023-07-11 14:19:14 +02:00
Marek Belisko
ea627f0920
Fix booting for orange-pi-one-plus machine
...
Use proper config for ATF.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-07-04 15:09:36 +02:00
Marek Belisko
441baea0ef
Merge pull request #385 from retpolanne/master
...
Fixes Upstream-Status lines in a few u-boot patches
2023-07-03 14:37:40 +02:00
Anne Macedo
cd266517ee
Fixes Upstream-Status lines in a few u-boot patches
...
Fixes #384
Signed-off-by: Anne Macedo <retpolanne@posteo.net >
2023-07-03 09:30:11 -03:00
Marek Belisko
5914ca8c1c
Update README.md
2023-05-31 09:34:32 +02:00
Marek Belisko
776eafbb2e
Merge pull request #381 from jonmason/master
...
remove deprecated variable and use meta-arm tf-a recipe
2023-05-31 09:33:14 +02:00
Marek Belisko
4bf7be7650
Merge pull request #383 from ludiazv/opiz2_dts
...
Add usb support for orange pi zero 2
2023-05-31 07:52:13 +02:00
ludiazv
d1f2121138
Add usb support for orange pi zero 2
2023-05-30 16:09:54 +02:00
Jon Mason
7ab8fb6211
atf: convert to use meta-arm trusted-firmware-a recipe
...
Instead of using and maintaining a unique recipe for trusted-firmware-a
(formerly known as ARM trusted firmware, or ATF), use the recipe located
in meta-arm. It is well maintained and in use in multiple other layers.
Tested with pine64-plus
Signed-off-by: Jon Mason <jdmason@kudzu.us >
2023-05-24 11:44:53 -04:00
Jon Mason
b55c255f22
conf/machine: change deprecated SERIAL_CONSOLE variable
...
The SERIAL_CONSOLE variable has been deprecated since version 2.6
See
https://git.openembedded.org/openembedded-core/commit/?id=9d053af1fb570b4e3483de4ecd6827e1e0be61b7
Modify to use SERIAL_CONSOLES
Signed-off-by: Jon Mason <jdmason@kudzu.us >
2023-05-24 11:43:37 -04:00
Marek Belisko
ab649c5d39
Merge pull request #379 from ludiazv/sunxi64_wic_fix
...
fix wic including the device tree file in IMAGE_BOOT_FILES
2023-05-22 07:50:14 +02:00
ludiazv
3f1bb863a7
fix wic including the device tree file in IMAGE_BOOT_FILES
2023-05-20 16:41:29 +02:00
Marek Belisko
21d137f559
Remove unused sdcard_image-sunxi.bbclass
...
We provide wic images for 32 and 64 bit boards thus remove legacy class
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-05-11 13:09:44 +02:00
Marek Belisko
c67912122c
u-boot: Added custom boot.cmd
...
For bananapi emmc is on mmc2 not mmc1
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-05-11 13:09:44 +02:00
Marek Belisko
0fe08a24d6
linux-mainline: Added mmc aliases for bananapi-m64
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-05-11 13:09:44 +02:00
Marek Belisko
7b951191fb
atf: Use for all devices not only for H616
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-05-11 13:09:44 +02:00
ludiazv
5723c27da1
Add wic support for sunxi 64 boards
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
Signed-off-by: ludiazv <ldiaz@atloideas.com >
2023-05-11 13:09:39 +02:00
Marek Belisko
27aadbc9bf
Merge pull request #374 from ehoseini/update-machine-variable
...
Fix incorrect machine variable
2023-04-18 07:44:34 +02:00
ehoseini
9642c1bf2f
The name of the machine variable resulted in an incorrect build. This commit updates the machine name to the correct format and it updates the description.
2023-04-17 21:19:28 +01:00
Marek Belisko
569d314517
Update README.md
2023-04-04 08:42:23 +02:00
Marek Belisko
f93ef86045
Merge pull request #372 from ehoseini/adhereYoctoNamingConvention
...
Adhere naming convention
2023-04-04 08:36:26 +02:00
ehoseini
9357921fe9
adhere naming convention as stated in yocto manual
2023-04-03 23:32:41 +01:00
Marek Belisko
7540e7cef4
Merge pull request #371 from pblxptr/opiz2-kernel6x-fix
...
Fix file permissions in patches for Orange Pi Zero 2 with Kernel 6x
2023-04-01 20:44:59 +02:00
pbiel
28b8144df8
Fix file permissions in patches.
2023-03-31 09:21:42 +02:00
Marek Belisko
046a1e27ed
Merge pull request #369 from pblxptr/opiz2-kernel6x
...
Introduce support for Orange Pi Zero 2 for Kernel 6.1
2023-03-17 10:54:20 +01:00
pbiel
8bdb29e399
Add support for uwe5622 wifi driver for Orange Pi Zero 2.
2023-03-16 16:14:34 +01:00
pbiel
c4c91b604b
Add support for Orange Pi Zero 2 for Kernel 6.x
2023-03-16 09:52:18 +01:00
pbiel
54a4db9b55
Fix ATF warnings caused by the chanages introduced in binutils 2.39.
2023-03-16 09:50:30 +01:00
Marek Belisko
1a42a71bb1
Merge pull request #364 from linux-sunxi/master-next
...
Update kernel for master
2023-02-22 09:16:49 +01:00
Marek Belisko
be26c5dd90
Use 6.x kernel by default
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-02-03 13:41:54 +01:00
Marek Belisko
f87d85fa2e
linux-mainline: Add handling for 6.x kernel
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-02-03 13:41:20 +01:00
Marek Belisko
6c94abe54d
linux-mainline: Bump to latest releases
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-02-03 13:41:16 +01:00
Ilja Byckevich
3bab03d8a2
conf: machine: Add "Orange Pi One Plus" support
...
Signed-off-by: Ilja Byckevich <iljabyckevich@gmail.com >
2023-01-31 08:19:41 +01:00
Marek Belisko
34ac6458dd
xserver-xorg: Added xshmfence dependency
...
Fixes following:
ERROR: Problem encountered: DRI3 requested, but xshmfence not found
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-01-25 13:35:57 +01:00
Marek Belisko
b25b74412c
mega-gl: Added more dependencies to fix config issue
...
Fix following:
ERROR: Problem encountered: xlib based GLX requires at least one gallium driver
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-01-25 13:35:54 +01:00
Marek Belisko
48acd228c9
sunxi.inc: Drop xf86-video-turbo
...
It cannot be compiled anymore drop it.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-01-25 13:35:49 +01:00
Marek Belisko
d28a0b02fe
Merge pull request #357 from quaresmajose/next
...
layer: add mickledore compatibility
2023-01-10 08:11:04 +01:00
Jose Quaresma
3276120687
layer: add mickledore compatibility
...
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io >
2023-01-09 20:02:14 +00:00
Marek Belisko
62f2141df1
Merge pull request #355 from matteolel/banana-pi-zero
...
Banana pi zero and fix to boot stuck
2022-12-12 08:09:26 +01:00
matteolel
73f3286067
Fix random stucks during boot
...
With my device, around one boot out of 3 was not able to finish. I found that the mmc
order was not correct in that cases.
Fix: enforcing device order in DTS.
2022-12-09 18:20:43 +01:00
matteolel
cf0bf9671a
Add bananapi-m2-zero machine
2022-12-09 18:18:29 +01:00
Marek Belisko
290a916e69
Merge pull request #351 from spanceac/patch-1
...
Use correct arch in sun5i.inc
2022-12-05 09:24:02 +01:00
spanceac
b0c81db3de
Use correct arch in sun5i.inc
...
Cortex-A8 architecture is ARMv7A.
Before this path fix the following failure was triggered when building for "olinuxino-a13"
machine:
"
[..]/meta-sunxi/conf/machine/include/sun5i.inc:3: Could not include required
file conf/machine/include/arm/armv8a/tune-cortexa8.inc
"
2022-11-29 15:47:38 +02:00
Marek Belisko
44040b0ea4
Merge pull request #349 from mpromonet/master
...
sunxi: add cam support to nanopi-neo-air
2022-10-11 07:21:32 +02:00
mpromonet
bb5817fe0e
sunxi: add cam support to nanopi-neo-air
...
Signed-off-by: mpromonet <michel.promonet@free.fr >
2022-10-10 19:29:12 +02:00
Marek Belisko
b5de5d2be4
Merge pull request #348 from DAMEK86/fix/sunxi-mali-recipe
...
libgles: sunxi-mali: fix linter warnings
2022-10-03 22:41:35 +02:00
Andreas Rehn
8bcf3b3ad4
libgles: sunxi-mali: fix linter warnings
...
fix the following linter warnings
- WARNING: sunxi-mali-git-r0 do_unpack: URL: gitsm://github.com/linux-sunxi/sunxi-mali.git uses git protocol which is no longer supported by github.
Please change to ;protocol=https in the url.
- WARNING: sunxi-mali-git-r0 do_unpack: URL: gitsm://github.com/linux-sunxi/sunxi-mali.git does not set any branch parameter.
The future default branch used by tools and repositories is uncertain
and we will therefore soon require this is set in all git urls.
2022-10-03 18:34:43 +02:00
Marek Belisko
d84706872b
Merge pull request #347 from quaresmajose/langdale
...
layer.conf: add langdale compatibility
2022-09-30 21:13:55 +02:00
Jose Quaresma
7278d3faaf
layer.conf: add langdale compatibility
...
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io >
2022-09-30 11:19:00 +00:00
Marek Belisko
8b3211e04c
Merge pull request #346 from cpb-/cpb-devel
...
Fix `LICENSE` field of some recipes to correspond to Poky ones.
2022-09-12 07:25:31 +02:00
Christophe Blaess
90189dae67
Fix LICENSE
field of some recipes to correspond to Poky ones.
2022-09-09 14:00:13 +02:00
Marek Belisko
1b57b51612
Merge pull request #345 from apapillon/master
...
Fix inherit distutils3 error
2022-09-09 08:23:30 +02:00
Anthony Papillon
a30c7ec984
Fix inherit distutils3 error
2022-09-08 15:09:17 +02:00
Marek Belisko
f3bbe9f079
u-boot: Fix booting issues for 64bit boards
...
In kirkstone we use u-boot 2022.01 which added as mandatory usage of scp.
As it's used for power relates stuff and we don't need it atm set to to empty.
Without this fix generated u-boot cannot boot.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2022-08-24 14:06:15 +02:00
Marek Belisko
fdce4f8674
conf: Added orange-pi-pc2 config
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2022-04-21 21:23:33 +02:00
Marek Belisko
20822ad769
linux-mainline: Fix kernel license warning
...
Fix following:
WARNING: linux-mainline-5.15.35-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license]
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2022-04-21 21:23:20 +02:00
Marek Belisko
e8d39837e2
conf: machine: Added nanopi r1 support
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2022-04-21 09:27:42 +02:00
Marek Belisko
3b798310df
u-boot: Added patch for adding nanopi r1 machine support
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2022-04-21 09:27:38 +02:00
Marek Belisko
910bb165a3
conf: Added kirkstone compatible string
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2022-04-21 09:18:12 +02:00
Marek Belisko
9895874a29
sunxi: Use 5.15 as kernel provider
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2022-04-21 09:18:10 +02:00
Marek Belisko
7feb76686f
linux-mainline: Added 5.15 LTS kernel
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2022-04-21 09:17:57 +02:00
Marek Belisko
4735c7766f
atf-sunxi: Fix warnings
...
Fix license and protocol for fetching
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2022-04-21 09:17:54 +02:00
Marek Belisko
78c395aab7
sunxi64.inc: Don't set UBOOT_BINARY
...
It's valid for sunxi uboot only and breaks wic so comment it
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2022-04-13 10:35:31 +02:00
Marek Belisko
b122bfc272
u-boot: Refresh path
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2022-04-13 09:31:24 +02:00
Marek Belisko
752f632e98
atf-sunxi: Fix build issue
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2022-04-13 09:31:07 +02:00
Marek Belisko
7dcc9a0069
Merge pull request #337 from StealthyCoder/master
...
conf: machine: add orange-pi-r1
2022-01-27 19:32:46 +01:00
Eric Bode
ef5b9a675b
conf: machine: add orange-pi-r1
...
Add the machine configuration for the Orange Pi R1.
Signed-off-by: Eric Bode <eric.bode@foundries.io >
2022-01-20 09:50:05 +01:00
Marek Belisko
b9a5f19db2
Merge pull request #336 from abrodkin/abrodkin-updates-2022.01
...
Minor updates
2022-01-04 21:05:51 +01:00
Alexey Brodkin
13fe88d754
linux-sunxi_3.4: Switch GitHub protocol from git to https
...
This mutes bitbake warning:
----------------------------->8------------------------
WARNING: .../meta-sunxi/recipes-kernel/linux/linux-sunxi_3.4.bb:
URL: git://github.com/linux-sunxi/linux-sunxi.git;branch=sunxi-3.4;protocol=git uses git protocol which is no longer supported by github.
Please change to ;protocol=https in the url.
----------------------------->8------------------------
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com >
2022-01-04 20:23:14 +03:00
Alexey Brodkin
6ece692e9b
sunxi-boards: Bump version
...
For some reason it was not updated since 2015 and
there seem to be quite some changes in the repo.
Also switch protocol for getting sources from GitHub
from git to https to get rid of the bitbake warning.
Signed-off-by: Alexey Brodkin <alexey.brodkin@gmail.com >
2022-01-04 20:21:07 +03:00
Marek Belisko
c39a024199
Merge pull request #334 from clementperon/to_merge
...
Fixes
2022-01-03 18:02:21 +01:00
Clément Péron
545d824ccf
atf-sunxi: fix new syntax
2022-01-02 21:46:06 +01:00
Clément Péron
45a666ac43
classes: sdcard_image-sunxi: fix depends
...
Signed-off-by: Clément Péron <peron.clem@gmail.com >
2022-01-02 21:20:28 +01:00
Clément Péron
a508443f52
recipes: use github https and specify master branch to fix warnings
...
Signed-off-by: Clément Péron <peron.clem@gmail.com >
2022-01-02 19:47:59 +01:00
Clément Péron
0225772064
conf: layer: oe layer is not mandatory
...
Signed-off-by: Clément Péron <peron.clem@gmail.com >
2022-01-02 19:46:55 +01:00
Clément Péron
3a7f7e1199
conf: sunxi.inc: bump linux mainline preferred version to 5.10
...
Signed-off-by: Clément Péron <peron.clem@gmail.com >
2022-01-02 19:39:34 +01:00
Marek Belisko
a67a0c58df
Merge pull request #331 from mpromonet/master
...
Fix build for nanopi neo air
2021-12-15 21:10:25 +01:00
Michel Promonet
8852666a80
Merge branch 'master' into master
2021-12-15 21:07:43 +01:00
Marek Belisko
e584cd9084
Merge pull request #333 from MatScheifi/honister
...
Fix SD Image Build for honister
2021-12-15 07:57:54 +01:00
Matthias Scheifinger
deb667015d
cover up build error with kernel headers
2021-12-10 10:59:19 +01:00
Matthias Scheifinger
503102a841
move ext4 dep
2021-12-10 10:51:18 +01:00
Matthias Scheifinger
02bf3fcd80
fix sd-card creation - use new syntax
2021-12-10 10:45:50 +01:00
mpromonet
7bc87817a1
this is integrate in kernel mainline since 88c23c05ef (diff-9c6eb3684dca738538e1dcb691cb9dd7684d6d5da0e963b5ba5a7e47b8b95e21)
and breaks the build
...
Signed-off-by: mpromonet <michel.promonet@free.fr >
2021-11-12 15:42:27 +01:00
Marek Belisko
080eb40635
conf: Set LAYERSERIES_COMPAT to honister only
...
It's not anymore compatible with old releases due new syntax.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2021-09-20 10:19:34 +02:00
Marek Belisko
dcd5790e87
conf: machine: Fix paths for tunes
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2021-09-20 09:39:40 +02:00
Marek Belisko
6a1103b726
misc: More fixes for new syntax
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2021-09-20 09:39:18 +02:00
Marek Belisko
668bc6824c
conf: Added honister layer to LAYERSERIAS_COMPAT
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2021-09-20 09:27:46 +02:00
Marek Belisko
fd330bbb55
Merge pull request #328 from dev-0x7C6/master
...
layer: convert to new override syntax 💥
2021-09-20 09:26:15 +02:00
Bartłomiej Burdukiewicz
e66258ad7a
layer: convert to new override syntax 💥
...
OE/Yocto is migration towards new override syntax,
current master (upcomming honister release) will not
tolerate "_" as override operator.
New override syntax will be backported to
dunfell, gatesgarth, hardknott releases.
Signed-off-by: Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com >
2021-08-23 18:47:19 +02:00
Marek Belisko
3caf03d9fc
xradio-firmware: Update to latest master
...
Old version seems to have random crashes when using softap functionality
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2021-06-30 11:08:56 +02:00
Marek Belisko
278bd31312
Merge pull request #322 from linux-sunxi/mbe-bananapi-m64
...
bananapi m64
2021-05-21 21:16:33 +02:00
Marek Belisko
edb10c82bd
Added support for bananapi-m64 machine
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2021-05-21 21:14:52 +02:00
Marek Belisko
c6161f546b
Merge pull request #321 from HerrMuellerluedenscheid/bugfix/partition-label
...
remove boot partition label
2021-05-17 13:28:18 +02:00
Marius Kriegerowski
c03a8988b8
default to 'boot' as boot partition label
...
Defaulting to the $MACHINE may lead to failure if the name was
longer than the limit of allowed volume label of fat (11 chars).
Signed-off-by: Marius Kriegerowski <marius.kriegerowski@gmail.com >
2021-05-17 13:10:45 +02:00
Marek Belisko
fe54f61d61
layer.conf: Added compatibility with hardknott
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2021-04-30 08:31:53 +02:00
Marek Belisko
724d154371
Merge pull request #320 from linux-sunxi/mbe-fix-master
...
u-boot: Drop un-needed patch
2021-04-23 14:25:09 +02:00
Marek Belisko
59b953f341
u-boot: Drop un-needed patch
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2021-04-23 14:24:06 +02:00
Marek Belisko
ac8695fddf
Merge pull request #317 from MdeVries86/feature/fix-regulator
...
Add missing voltage/current regulator category in kernel config for the aarch64 config
2021-04-19 08:43:36 +02:00
Marcel de Vries
efc05f66ef
Add missing voltage/current regulator category in kernel config
...
Without this category enabled, all the regulator drivers will not be compiled resulting in the mmc/sd-card driver failing to set a valid voltage.
2021-04-18 23:04:58 +02:00
Marek Belisko
dc5c23908e
Merge pull request #315 from linux-sunxi/nandra-banana-pi-m2m
...
Added bananapi-m2m machine
2021-04-17 09:37:16 +02:00
Marek Belisko
5602fb2ff8
Added bananapi-m2m machine
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2021-04-13 13:13:20 +02:00
Marek Belisko
6eb1acdbcb
Merge pull request #312 from louisbuchert/master
...
adding Lichee Pi Zero machine (booted)
2021-04-06 22:32:13 +02:00
Marek Belisko
5fe0f177ab
Merge pull request #314 from linux-sunxi/nandra-fix-opi-zero-boot
...
Fix orange-pi-zero booting with 2020.01 u-boot
2021-03-31 08:24:23 +02:00
Marek Belisko
151ac47fda
Merge pull request #295 from macpijan/add_wks_file
...
conf: sunxi.inc: add wks file for arm
2021-03-30 22:16:40 +02:00
Marek Belisko
f66e6f255f
u-boot: Fix orange-pi-zero booting
...
Without this patch booting ends with Starting kernel ...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2021-03-30 21:54:45 +02:00
Louis Buchert
0b64109569
Added Lichee Pi Zero machine (booted)
2021-03-30 19:23:08 +02:00
Marek Belisko
3dc99ee663
Merge pull request #311 from katyo/master
...
Added MarsBoard A10 machine config
2021-03-23 07:58:35 +01:00
K
c32ee2b4a0
Added MarsBoard A10 machine config
2021-03-23 11:09:20 +05:00
Marek Belisko
9e53e57d75
Merge pull request #306 from Kynetics/master
...
linux-mainline: add lt 5.10.2
2020-12-22 11:57:50 +01:00
Diego Rondini
de575289a3
linux-mainline: add lt 5.10.2
...
Add version 5.10.2. According to:
https://www.kernel.org/category/releases.html
version 5.10 is a longterm release.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2020-12-22 10:40:11 +00:00
Marek Belisko
1e41b97b5b
linux-mainline: Fix USb support on cubietruck
...
See issue #350
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2020-12-22 07:37:46 +01:00
Marek Belisko
efcbd3a2cf
Merge pull request #303 from mfrydrysiak/machine-bananapim2plus
...
conf: machine: add bananapi-m2plus
2020-11-10 18:07:23 +01:00
Marek Frydrysiak
2df608df63
conf: machine: add bananapi-m2plus
...
Add machine configuration for H3 based Banana Pi M2+.
Signed-off-by: Marek Frydrysiak <marek.frydrysiak@gmail.com >
2020-11-10 17:48:01 +01:00
Marek Belisko
e20eb9ef85
Merge pull request #302 from 3mdeb/uboot-fix-revert
...
Revert "u-boot: rebase nanopi_neo_air emmc patch"
2020-11-04 22:39:45 +01:00
Marek Belisko
18f3e4a016
Merge pull request #294 from macpijan/add_nanopi_m1
...
machine: nanopi-m1: add config
2020-11-04 22:35:49 +01:00
Maciej Pijanowski
11052ea20e
Revert "u-boot: rebase nanopi_neo_air emmc patch"
...
This reverts commit 58d382d598
.
This change was not needed on master. The patch was already correctly
refreshed on the dunfell branch to be compatible with the v2020.01
U-Boot release. It was done in the following commit: d0bbc7334d
2020-11-04 22:16:53 +01:00
Marek Belisko
0062d5490a
Merge pull request #301 from 3mdeb/uboot-fix
...
u-boot: rebase nanopi_neo_air emmc patch
2020-11-04 22:01:35 +01:00
Maciej Pijanowski
58d382d598
u-boot: rebase nanopi_neo_air emmc patch
...
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com >
2020-11-04 21:50:05 +01:00
Marek Belisko
4937fc91d5
Merge pull request #300 from dev-0x7C6/master
...
Bunch of tweaks.
2020-10-23 08:16:28 +02:00
Marek Belisko
370007f1c8
Merge branch 'master' into master
2020-10-23 08:16:19 +02:00
Marek Belisko
1f85588709
Merge pull request #299 from Kynetics/master
...
Remove kernel 4.19 and add 5.9 to master
2020-10-23 08:14:33 +02:00
Bartłomiej Burdukiewicz
3f6dcb3d08
u-boot: don't override COMPATIBLE_MACHINE.
2020-10-23 00:08:17 +02:00
Bartłomiej Burdukiewicz
9396098def
layer: added support for upcomming gatesgarth release.
2020-10-22 20:54:26 +02:00
Bartłomiej Burdukiewicz
636b3b74d7
u-boot: don't override u-boot configuration when building for other machines.
2020-10-22 19:30:32 +02:00
Bartłomiej Burdukiewicz
eaf085f87f
conf: added sunxi and sunxi64 machine overrides.
2020-10-22 19:30:01 +02:00
Bartłomiej Burdukiewicz
bcc500fb65
linux-mainline: added 5.9.1 kernel.
2020-10-22 19:27:53 +02:00
Diego Rondini
d6deb87bd1
linux-mainline: update stable to 5.9.1
...
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2020-10-20 20:29:30 +00:00
Diego Rondini
4580f8964d
linux-mainline: remove lt 4.19
...
Remove lt 4.19 as lt 5.4 is available and well tested by now.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2020-10-20 20:27:44 +00:00
Marek Belisko
251d048d0b
xradio: Use updated driver from armbian
...
Current xradio driver have an issue that with 5.x kernel doesn't work properly.
Bump it to more maintained one which support also 5.x kernel.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2020-10-15 19:50:50 +02:00
Marek Belisko
cd2ec849a7
Merge pull request #297 from Kynetics/master
...
linux-mainline: update to lt 5.4.69
2020-10-02 07:39:30 +02:00
Diego Rondini
e619a01a21
linux-mainline: update to lt 5.4.69
...
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2020-10-01 22:17:57 +02:00
Maciej Pijanowski
9f622c70b8
conf: sunxi.inc: add wks file for arm
...
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com >
2020-09-28 21:57:43 +02:00
Maciej Pijanowski
9773647ff4
machine: nanopi-m1: add config
...
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com >
2020-09-28 21:57:07 +02:00
Marek Belisko
2e20344575
xradio: Bump revision to have it compilable with later 5.x kernel
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2020-09-18 10:44:17 +02:00
Marek Belisko
ec20258eb5
linux-mainline: Added fix for bananapi
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2020-06-01 08:43:33 +02:00
Marek Belisko
250b8652f6
Merge pull request #290 from net147/uboot-v2020.04-rebase
...
u-boot: rebase patch against v2020.04
2020-06-01 07:51:27 +02:00
Jonathan Liu
9828fc2b82
u-boot: rebase patch against v2020.04
...
Signed-off-by: Jonathan Liu <net147@gmail.com >
2020-05-30 18:58:15 +10:00
Marek Belisko
5eff0296b5
Merge pull request #169 from Embedlynx/master
...
Copy a splash.bmp splash screen for u-boot to the SD card VFAT partit…
2020-05-26 07:47:04 +02:00
Marek Belisko
ee0b2699ee
Merge pull request #287 from Kynetics/master
...
layer.conf: add "dunfell" compatibility
2020-05-08 20:33:59 +02:00
Diego Rondini
d46ff454d0
layer.conf: add "dunfell" compatibility
...
Update the layer compatibility information to indicate this layer is
compatible with "dunfell".
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2020-04-28 21:12:04 +00:00
Marek Belisko
ee3a551b83
Merge pull request #285 from Kynetics/use-mainline-graphics
...
Enable open source GPU drivers
2020-03-19 07:49:36 +01:00
Diego Rondini
74a488e2ef
README.md: document how to select gfx drivers
...
Update documentation to clarify how to select the use of mainline graphics
drivers lima and panfrost.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2020-03-18 22:45:30 +01:00
Diego Rondini
1d6ef084db
Enable open source GPU support
...
Enable open source GPU support for Mali Utgard GPUs (lima driver) and
Mali Midgard and Bifrost GPUs (panfrost driver).
The support is enabled by:
- enabling DRM kernel CONFIGs
- enabling lima, panfrost and kmsro in Mesa
- disabling the specific mali driver overrides in sunxi-mali.inc
To enable open source mainline graphics support just add the following
line in your local.conf:
MACHINEOVERRIDES .= ":use-mailine-graphics"
Please note that some machines may need a bigger CMA value to be able to
start Weston. To do that, add e.g. "cma=128M" to the kernel parameters.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2020-03-18 21:36:14 +01:00
Marek Belisko
fa0846c0eb
Merge pull request #284 from Kynetics/master
...
Kernel recipe improvements
2020-03-05 22:14:02 +01:00
Diego Rondini
e9d4b90576
linux-mainline: use .inc for common code
...
Use .inc file to share common code and parameters. Also, always apply
orange-pi-zero wifi patch unconditionally: it is easier to spot build
issues while updating recipes if patch is applied regardless of the
machine we're building on.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2020-03-03 20:58:15 +00:00
Diego Rondini
620c66eac5
linux-mainline: enable keyboard and mouse
...
Enable keyboard and mouse support in arm defconfig.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2020-02-28 20:55:44 +00:00
Marek Belisko
4b928c5b72
Merge pull request #283 from Kynetics/master
...
conf: machine: add orange-pi-zero-plus2-h3
2020-02-14 08:02:49 +01:00
Diego Rondini
6eab521310
conf: machine: add orange-pi-zero-plus2-h3
...
Add machine configuration for H3 variant of Orange Pi Zero Plus2.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2020-02-13 23:14:28 +00:00
Marek Belisko
c82b2f8612
Merge pull request #277 from Kynetics/master
...
linux-mainline: update lt to 5.4.12, rc to 5.5-rc6
2020-02-11 22:31:32 +01:00
Diego Rondini
02e3e7fba8
linux-mainline: add lt 5.4.18, stable 5.5.3
...
According to:
https://www.kernel.org/category/releases.html
version 5.4 is a longterm release, so:
- add longterm 5.4 series at 5.4.18
- update longterm 4.19 series to 4.19.103
- update stable to 5.5.3
- remove rc, as it quickly gets out of date. rc users will likely build
kernel from master outside of OE anyway
- set 5.4 as the preferred version for linux-mainline
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2020-02-11 20:54:54 +00:00
Marek Belisko
12cbb60a76
Merge pull request #280 from Kynetics/python2-removal
...
pya20: update to 0.2.12 and python3
2020-01-30 09:49:10 +01:00
Diego Rondini
2398d55ad4
pya20: update to 0.2.12 and python3
...
Update pya20 to version 0.2.12:
- support for Python2 has been removed in oe-core master (see commit
390f3edabfb1f68ed9766245291c5f44ea00cc38) so dependencies and classes
have been changed to use Python3. Without this change recipe parsing
fails on master, as distutils class doesn't exist anymore
- license has been fixed to be GPLv3 as declared in pyA20/__init__.py
- setup.py.patch is no longer needed
- pya20som has been removed, as machine olinuxino-a20som is supported by
pya20
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2020-01-29 22:50:09 +00:00
Marek Belisko
f9060cda38
Merge pull request #278 from kedder/master
...
Fix compilation of legacy linux-sunxi-3.4 kernel under zeus
2020-01-26 10:35:38 +01:00
Andrey Lebedev
f25203c936
Mention that devicetree needs to be disabled for old kernel
2020-01-26 11:02:00 +02:00
Andrey Lebedev
b2f0d28f49
Correctly generate .config file for the compilation
2020-01-26 11:02:00 +02:00
Andrey Lebedev
89be65d931
u-boot-sunxi: fix compilation under gcc, newer than 4
2020-01-26 11:01:56 +02:00
Andrey Lebedev
802857ee59
linux-sunxi: fix compilation issue on gcc-9
...
Error comes in form of
/tmp/ccCGMQmS.s:648: Error: .err encountered
Tested on zeus branch of linux-sunxi.
2020-01-26 10:57:58 +02:00
Marek Belisko
fbf5ac3e31
Merge pull request #276 from cz7asm/master
...
fixing missing 'compatible' property in reg_vcc_wifi node
2020-01-12 09:16:23 +01:00
Petr Buchta
c9527c099d
fixing missing 'compatible' property in reg_vcc_wifi node
2020-01-11 22:59:27 +01:00
Marek Belisko
21462a47a2
Merge pull request #274 from Kynetics/master
...
ap6212a.inc: add support for AMPAK 6212A
2019-12-31 18:38:46 +01:00
Diego Rondini
7fdbe68c1f
ap6212a.inc: add support for AMPAK 6212A
...
Add support for AMPAK 6212A module:
1) install kernel module
2) install firmware
3) create the required symlink with the AP6212 NVRAM file
Enable the support in the boards with the module, according to:
https://linux-sunxi.org/Table_of_Allwinner_based_boards
The link creation with compatible name works on kernels >= 5.0.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2019-12-05 10:05:54 +00:00
Enrico Butera
b7b8764c8f
Merge pull request #271 from Kynetics/master
...
machine: remove U-Boot PREFERRED_VERSION
2019-11-07 11:24:48 +01:00
Diego Rondini
504fa1bb71
machine: remove U-Boot PREFERRED_VERSION
...
Remove pointless U-Boot PREFERRED_VERSION, as meta-sunxi no longer
provides its own u-boot recipe.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2019-11-06 12:44:11 +00:00
Marek Belisko
902841dcd4
Merge pull request #272 from Kynetics/kernel-update/master
...
Update kernel recipes to latest revisions
2019-11-06 12:58:23 +01:00
Diego Rondini
9fef250ca8
linux-mainline: update rc to 5.4-rc6
...
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2019-11-06 11:19:00 +00:00
Diego Rondini
0419afad79
linux-mainline: update stable to 5.3.8
...
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2019-11-06 11:19:00 +00:00
Diego Rondini
444672b854
linux-mainline: update longterm to 4.19.81
...
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2019-11-06 11:19:00 +00:00
Marek Belisko
f1378e33af
Merge pull request #270 from twoerner/contrib/twoerner/fixes-05
...
LAYERSERIES_COMPAT: warrior -> zeus
2019-10-16 14:05:56 +02:00
Trevor Woerner
efe6aef33f
LAYERSERIES_COMPAT: warrior -> zeus
...
Update the layer compatibility information to indicate this layer is
compatible with "zeus".
Signed-off-by: Trevor Woerner <twoerner@gmail.com >
2019-10-09 08:00:20 -04:00
slapin
b20940edd0
linux-sunxi: disable glamor build if Mali is used
...
Unless somebody writes libgbm replacement for binary Mali driver
(sort of converter for gbm-UMB) there is no glamor for us.
Closes #227
2019-09-07 22:16:50 +02:00
slapin
63ee6333dc
Fix soname in Mali.so to make auto-RDEPENDS work
...
The auto-RDEPENDs system reqires that all .so libraries have
proper soname set. If library soes not have soname set, it will
not be added to RDEPENDs list of other elf files.
Closes #240
2019-09-07 16:38:48 +02:00
Marek Belisko
23acf5bc61
Merge pull request #266 from twoerner/contrib/twoerner/fixes-04
...
Contrib/twoerner/fixes 04
2019-09-02 07:52:42 +02:00
Trevor Woerner
d0bbc7334d
U-Boot: patch refresh
...
Signed-off-by: Trevor Woerner <twoerner@gmail.com >
2019-08-30 14:06:41 -04:00
Trevor Woerner
7964ef28bd
U-Boot: switch to upstream
...
Use the upstream U-Boot and simply bbappend the changes that are needed.
U-Boot 2018.09 no longer builds against master.
Signed-off-by: Trevor Woerner <twoerner@gmail.com >
2019-08-30 14:06:41 -04:00
Marek Belisko
e10f05d494
Merge pull request #264 from nandra/mbe-fix-wifi-patch
...
linux: refresh orange-pi-zero wifi patch
2019-08-07 08:17:00 +02:00
Marek Belisko
1f46cadd4c
linux: refresh orange-pi-zero wifi patch
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2019-08-07 08:16:15 +02:00
Marek Belisko
a5cecabb42
Merge pull request #265 from nandra/mbe-update-kernels
...
Update mainline kernels
2019-08-07 08:14:03 +02:00
Marek Belisko
d034a64bc4
linux-mainline: Added bleeding edge kernel 5.3-rc2
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2019-08-07 08:13:19 +02:00
Marek Belisko
6bfa745149
linux-mainline: Drop 5.0 and use 5.2 as latest release
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2019-08-07 08:13:19 +02:00
Marek Belisko
70d37fa203
linux-mainline: Bump 4.19 to latest stable
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2019-08-07 08:13:19 +02:00
Marek Belisko
741b6238b6
Merge pull request #262 from MdeVries86/feature/olinuxino-a64-wifi
...
Add wifi support for olinuxino-a64
2019-07-09 11:35:36 +02:00
Marek Belisko
917850e01d
Merge pull request #261 from lorem-ipsum/sun50i-tune
...
sun50i: change tuning params to cortex-a53
2019-07-04 10:00:17 +02:00
Marcel de Vries
5e1a2937bd
Add wifi support for olinuxino-a64
2019-06-25 23:50:52 +02:00
Hendrik v. Raven
be78fab082
drop layers older than warrior from layercompat
2019-06-25 16:23:08 +02:00
Hendrik v. Raven
f4e059ee3d
sun50i: change tuning params to cortex-a53
2019-06-25 16:17:10 +02:00
Marek Belisko
7c6cefcfe6
conf: machine: Add Machine Nano Pi M1 Plus
...
Signed-off-by: Thinh Nguyen <nguyen.trong.thinh@styl.solutions >
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2019-06-15 16:28:07 +02:00
Marcel de Vries
5ba77e0981
Add machine config for olinuxino-a64
2019-06-15 16:23:54 +02:00
Cameron O'Keeffe
e698148963
Added pcDuino3 Board
2019-06-15 16:22:20 +02:00
Marek Belisko
c0ece4613d
Update maintainer section + section about kernel
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2019-06-07 10:25:15 +02:00
Marek Belisko
4921234ed7
Merge pull request #257 from nandra/sunxi-kernel-bump
...
Sunxi kernel bump
2019-06-07 10:18:41 +02:00
Marek Belisko
2e5db363c2
linux-mainline: Added latest stable version
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2019-05-30 15:57:09 +02:00
Marek Belisko
e93d74767e
sunxi.inc: Set kernel version to latest LTS version
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2019-05-30 15:56:54 +02:00
Marek Belisko
7983549705
linux-mainline: Add bleeding edge kernel version
...
Useful for testing new stuff.
There is one patch which was necessary see:
http://lists.openembedded.org/pipermail/openembedded-core/2019-May/283034.html
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2019-05-30 15:20:44 +02:00
Marek Belisko
3bb0abd730
linux-mainline: Bump to latest LTS kernel
...
In sync with warrior branch
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2019-05-30 15:19:11 +02:00
Marek Belisko
c4a2923380
xorg-server: xf86-video-fbturbo: Replace xf86driproto with xorgproto
...
xf86driproto was dropped and replaced by xorgproto
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2019-05-29 22:30:40 +02:00
Marek Belisko
9bcd991e74
Merge pull request #256 from 3mdeb/layerdepends
...
Layerdepends
2019-05-29 20:30:27 +02:00
Maciej Pijanowski
628b14b9fd
README.md: meta-openembedded/meta-oe as dependency
...
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com >
2019-05-29 19:14:33 +02:00
Maciej Pijanowski
abd1463aa9
conf/layer.conf: add LAYERDEPENDS
...
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com >
2019-05-29 19:09:40 +02:00
Maciej Pijanowski
84961a9521
conf/layer.conf: add LAYERVERSION
...
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com >
2019-05-29 19:09:30 +02:00
Marek Belisko
8fcc6136d0
Merge pull request #252 from nandra/nandra-dri2proto-replacement
...
misc: Replace dri2proto with xorgproto
2019-05-28 10:20:27 +02:00
Marek Belisko
9b32d6a61c
misc: Replace dri2proto with xorgproto
...
dri2proto and xextproto was replaced by xorgproto
see: https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#migration
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2019-05-27 16:26:37 +02:00
Enrico Butera
aa36e417e2
Merge pull request #249 from darekp/dev
...
sunxi-tools: add inherit pkgconfig
2019-04-19 16:58:50 +02:00
Enrico Butera
54c75110b4
Merge pull request #247 from twoerner/contrib/twoerner/warrior
...
layer.conf: add warrior to COMPAT list
2019-04-19 16:58:20 +02:00
Dariusz Pelowski
81f6a30ac9
sunxi-tools: add inherit pkgconfig
...
sunxi-tools requires pkg-config native binary
which may be missing wihen pkgconfig class
is not inherited.
Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com >
2019-04-17 15:45:37 +00:00
Trevor Woerner
b6288e15ad
layer.conf: add warrior to COMPAT list
...
Signed-off-by: Trevor Woerner <twoerner@gmail.com >
2019-04-03 16:12:25 -04:00
Enrico Butera
6b9ef7519c
Merge pull request #246 from XevoInc/master
...
machine: use armv8a, not armv8
2019-03-07 07:13:49 +01:00
Enrico Butera
837aeefae3
Merge pull request #245 from mwohlert/update-xradio-firmware
...
xradio-firmware: Update git repository und paths
2019-03-07 07:13:19 +01:00
Enrico Butera
bfcf51f595
Merge pull request #243 from konsulko/pine64-plus
...
Add pine64-plus machine
2019-03-07 07:12:43 +01:00
Martin Kelly
efe4acdeff
machine: use armv8-a, not armv8
...
In the latest OE, this file has been renamed. Since this board is
ARMv8-A, we should use the armv8-a config instead of the armv8 config.
Signed-off-by: Martin Kelly <mkelly@xevo.com >
2019-03-05 15:35:52 -08:00
Michel Wohlert
42fd81b2b8
recipes-kernel: xradio-firmware: Update git repository und paths
2019-02-09 21:37:20 +01:00
Matt Porter
064257654a
Add pine64-plus machine
...
Adds A64-based pine64-plus machine.
Signed-off-by: Matt Porter <mporter@konsulko.com >
2019-01-13 08:37:06 -05:00
Enrico Butera
72ece33639
Merge pull request #238 from geomatsi/update-u-boot-to-2018.09
...
u-boot: upgrade to 2018.09
2018-11-21 18:23:40 +01:00
Enrico Butera
a66f824d6f
Merge pull request #236 from geomatsi/fix-dtb-filenames
...
sdcard_image-sunxi.bbclass: fix dtb naming conventions
2018-11-21 18:20:20 +01:00
Enrico Butera
d57301be50
Merge pull request #234 from geomatsi/fix-bison-native-dep
...
linux: specify explicit dependencies to configme task
2018-11-21 18:17:19 +01:00
Enrico Butera
4e0c7e2a6c
Merge pull request #233 from nandra/opi-zero-wifi-support
...
Adde orange-pi-zero wifi support
2018-11-21 18:15:08 +01:00
Sergey Matyukevich
6b536f1083
u-boot: upgrade to 2018.09
...
Bump u-boot version. Notes:
- pylibfdt fix is not needed anymore
- add bison and flex as depenedencies
- update license info
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com >
2018-11-10 21:58:32 +03:00
Sergey Matyukevich
f9ad5fa55b
sdcard_image-sunxi.bbclass: fix dtb naming conventions
...
DTB naming conventions has been changed on deploy, see:
poky: c5b70d7155a76b727400db225c446d1b2f7072a6
oe-core: 1860d9d3c62e2e94cd68a809385873ffd8270b6d
Modify sdcard_image-sunxi.bbclass accordingly.
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com >
2018-11-09 23:09:54 +03:00
Marek Belisko
eb72b91844
xradio: Drop unnecessary patch when fix module compilation
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2018-11-03 22:43:29 +01:00
Sergey Matyukevich
df2236f3f7
linux: specify explicit dependencies to configme task
...
This change is an adaptation of commit 81e8a52e8e40e47 from poky/master.
Linux kernel build dependencies include bison since v4.16.
There were two different commits in poky adding those dependencies:
- poky/master: 81e8a52e8e40e47
- poky/sumo: 20e4d309e12bf10
However just adding bison-native to DEPENDS in linux or linux-yocto
class (as in poky/sumo) appears to be insufficient. The reason has
been clarified in 81e8a52e8e40e47 commit message:
"For linux-yocto, we also need to specify the compiler/tools dependencies
for the configme task since it executes before configure and hence the
main kernel build DEPENDS will not always be in the sysroot before it
executes. Without those dependencies the kernel will be incorrectly
configured (i.e. bison is missing) or the configuration will fail
the mitigation tests."
Layer meta-sunxi is compatible with multiple Yocto releases. Some of
those releases have been developed and tested with earlier kernels.
So they may not include new bison kernel build dependencies. That
is why it makes sense to specify new kernel build dependencies
explicitely in meta-sunxi kernel recipes rather than rely upon
upper layers.
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com >
2018-10-31 09:08:32 +03:00
Marek Belisko
0bc0be4186
linux-mainline: Added wifi dts changes for orange-pi-zero wifi
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2018-10-30 20:43:28 +01:00
Marek Belisko
991567e017
recipes-kernel: xradio-firmware: Added wifi firmware for orange-pi-zero
...
Taken from:
https://github.com/Halolo/orange-pi-distro.git
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2018-10-30 20:43:28 +01:00
Marek Belisko
318e609f65
recipes-kernel: xradio: Added wifi driver for orange-pi-zero wifi
...
Driver taken from:
https://github.com/Halolo/orange-pi-distro.git
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2018-10-30 20:43:28 +01:00
Enrico Butera
712229cbe4
Merge pull request #230 from floion/enable_emmc_in_kernel_and_uboot
...
Enable emmc in kernel and uboot for Nanopi Neo Air
2018-09-27 20:58:07 +02:00
Florin Sarbu
5e1b5a9f86
u-boot_2018.03.bb: Enable eMMC support for Nanopi Neo Air
...
Signed-off-by: Florin Sarbu <florin@resin.io >
2018-09-25 20:27:12 +02:00
Florin Sarbu
a1297419fe
linux-mainline: Add back eMMC support for Nanopi Neo Air
...
Signed-off-by: Florin Sarbu <florin@resin.io >
2018-09-25 20:27:11 +02:00
Enrico Butera
7d770d3061
Merge pull request #225 from mirzak/orange-pi-pc-plus-update-u-boot-version
...
orange-pi-pc-plus: update preferred U-boot version to v2018.03
2018-09-25 19:34:40 +02:00
Enrico Butera
0c6e53be97
Merge pull request #226 from mirzak/fix-loadaddress
...
remove UBOOT_LOADADDRES
2018-09-25 19:34:05 +02:00
Mirza Krak
a28dffd16d
machine: sunxi: remove UBOOT_LOADADDRESS
...
This has been assigned a value containing a typo since 2015, my
assumption is that this is not used and hence we can simply drop
it. The typo is that the address contains a 'O' character instead
of '0', the last one is a zero.
Either way the kernel.bbclass will set a default value, that is:
UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}"
Signed-off-by: Mirza Krak <mirza.krak@northern.tech >
2018-08-06 16:02:13 +02:00
Mirza Krak
47c3e21ace
orange-pi-pc-plus: update preferred U-boot version to v2018.03
...
v2017.03 no longer exists and produces warnings if set as preferred:
NOTE: Resolving any missing task queue dependencies
NOTE: preferred version v2017.03% of u-boot not available (for item virtual/bootloader)
NOTE: versions of u-boot available: 1:2018.01 2:v2018.03+gitAUTOINC+f95ab1fb6e
NOTE: preferred version v2017.03% of u-boot not available (for item u-boot-dev)
NOTE: versions of u-boot available: 1:2018.01 2:v2018.03+gitAUTOINC+f95ab1fb6e
NOTE: preferred version v2017.03% of u-boot not available (for item u-boot)
NOTE: versions of u-boot available: 1:2018.01 2:v2018.03+gitAUTOINC+f95ab1fb6e
Signed-off-by: Mirza Krak <mirza.krak@northern.tech >
2018-08-06 12:50:50 +02:00
Enrico Butera
df468d72d7
Merge pull request #215 from XevoInc/nanopi-neo-plus2
...
Add the nanopi neo 2 and plus2
2018-06-10 23:40:08 +02:00
Enrico Butera
fef6da2d86
Merge pull request #220 from Kynetics/master
...
Update kernel to latest versions
2018-06-10 23:38:58 +02:00
Enrico Butera
85cc70a3fa
Merge pull request #214 from XevoInc/layerseries-compat
...
add LAYERSERIES_COMPAT declaration
2018-06-10 23:38:33 +02:00
Enrico Butera
f54a652383
Merge pull request #216 from leon-anavi/master
...
README.md: Update Kernel / U-Boot Version
2018-06-10 23:37:46 +02:00
Enrico Butera
927dd91361
Merge pull request #221 from koenkooi/master-oe.utils
...
Fix parse failure with sumo and master
2018-06-10 22:31:31 +02:00
Koen Kooi
9bd942ab3b
linux.inc: base_conditional -> oe.utils.conditional
...
Fixes parsing with e.g. 'sumo' and 'master' branch of OE-core
Signed-off-by: Koen Kooi <koen.kooi@linaro.org >
2018-06-10 08:55:39 +02:00
Diego Rondini
6759ac4ce6
linux-mainline: update stable to 4.16.13
...
Update stable kernel to 4.16.13 and git kernel to 4.17-rc7.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
2018-06-01 11:59:44 +00:00
Martin Kelly
cf8eb364a0
add LAYERSERIES_COMPAT declaration
...
In current Yocto master, it's now a warning not to include
LAYERSERIES_COMPAT in layer.conf. See below for more information:
https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-LAYERSERIES_COMPAT
Add this information for all current development and stable releases.
Tested-by: Sergey Matyukevich <geomatsi@gmail.com >
Tested-by: Diego Rondini <diego.rondini@kynetics.com >
Signed-off-by: Martin Kelly <mkelly@xevo.com >
2018-05-30 09:16:42 -07:00
Martin Kelly
4900e75a6a
nanopi-neo2: add new board
...
Signed-off-by: Martin Kelly <mkelly@xevo.com >
2018-05-01 10:11:57 -07:00
Martin Kelly
d419cfe0a1
nanopi-neo-plus2: enable the second USB port
...
Currently, only one of the exposed USB ports works because we haven't
loaded the sunxi musb driver, which enables the OTG port to act in host
mode.
After enabling this driver in the config, both ports work correctly.
Signed-off-by: Martin Kelly <mkelly@xevo.com >
2018-04-30 16:54:47 -07:00
Martin Kelly
c0f804f573
nanopi-neo-plus2: add new board
...
Signed-off-by: Martin Kelly <mkelly@xevo.com >
2018-04-30 16:54:43 -07:00
Leon Anavi
8cd113bdd8
README.md: Update Kernel / U-Boot Version
...
Update and improve the information in section
"Kernel / U-Boot Version".
Signed-off-by: Leon Anavi <leon@anavi.org >
2018-04-13 03:20:45 +03:00
Martin Kelly
5e61ba92e3
u-boot: upgrade to 2018.03
...
This version of u-boot includes nanopi-neo-plus2 support.
Signed-off-by: Martin Kelly <mkelly@xevo.com >
2018-04-12 15:18:56 -07:00
Martin Kelly
7df74e3847
add LAYERSERIES_COMPAT declaration
...
In current Yocto master, it's now a warning not to include
LAYERSERIES_COMPAT in layer.conf. See below for more information:
https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-LAYERSERIES_COMPAT
Add this information for all current development and stable releases.
Signed-off-by: Martin Kelly <mkelly@xevo.com >
2018-04-10 13:45:56 -07:00
Enrico Butera
073dbda366
Merge pull request #208 from geomatsi/kernel-update
...
linux: bump kernel version to 4.15
2018-03-09 08:48:42 +01:00
Sergey Matyukevich
7bbd1ea6fa
linux: bump kernel version to 4.15
...
Bump Linux kernel version to 4.15.
Notes:
- orange-pi-zero-plus2: drop patch fixing sdcard detect
-- this fix is already in 4.15
- H2+/H3 SoCs: in 4.15 ethernet works right out of the box
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com >
2018-02-03 21:11:09 +03:00
Radoslav Kolev
4b669303a3
Copy a splash.bmp splash screen for u-boot to the SD card VFAT partition if one is found in the deploy dir
2017-03-17 14:40:52 +02:00