474503654e
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:56:01 +02:00
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
cd1031613f
Revert "misc: Drop allwinner prefix for machines"
...
This reverts commit 5257bb2738
.
2023-11-20 12:53:14 +01:00
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
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
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
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
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
4895ae7bdf
Added compatibility to nanbield
...
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com >
2023-11-10 12:02:31 +01:00
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
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
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
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
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
6c6ef34b69
Merge pull request #391 from buldo/device-orange-pi-lite
...
New device Orange PI lite
2023-10-02 07:24:57 +02:00
6cba9f71bb
pi lite files
2023-09-30 22:53:27 +03:00
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
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
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
533a3ac16d
machine/lamobo-r1.conf: added conf for lamobo-r1
2023-07-11 14:19:14 +02:00
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
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
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
5914ca8c1c
Update README.md
2023-05-31 09:34:32 +02:00
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
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
d1f2121138
Add usb support for orange pi zero 2
2023-05-30 16:09:54 +02:00
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
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
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
3f1bb863a7
fix wic including the device tree file in IMAGE_BOOT_FILES
2023-05-20 16:41:29 +02:00
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
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
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
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
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
27aadbc9bf
Merge pull request #374 from ehoseini/update-machine-variable
...
Fix incorrect machine variable
2023-04-18 07:44:34 +02:00
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
569d314517
Update README.md
2023-04-04 08:42:23 +02:00
f93ef86045
Merge pull request #372 from ehoseini/adhereYoctoNamingConvention
...
Adhere naming convention
2023-04-04 08:36:26 +02:00
9357921fe9
adhere naming convention as stated in yocto manual
2023-04-03 23:32:41 +01:00
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
28b8144df8
Fix file permissions in patches.
2023-03-31 09:21:42 +02:00
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
8bdb29e399
Add support for uwe5622 wifi driver for Orange Pi Zero 2.
2023-03-16 16:14:34 +01:00
c4c91b604b
Add support for Orange Pi Zero 2 for Kernel 6.x
2023-03-16 09:52:18 +01:00
54a4db9b55
Fix ATF warnings caused by the chanages introduced in binutils 2.39.
2023-03-16 09:50:30 +01:00
1a42a71bb1
Merge pull request #364 from linux-sunxi/master-next
...
Update kernel for master
2023-02-22 09:16:49 +01:00
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
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