Browse Source
change-phytium: add the change-phytium file phytium-optee: update to optee-3.20e, use python3 in the buildroot host directory and add python module dependencies linux-headers: cross-compile kernel modules is supported by default phytium_e2000_defconfig: update package list initrd: add firmware of vpu-lib and xorg-rogue-umlibs linux-kernel: update to 2023-v1.0-RC1 update: optee, xenomai, vpu-lib, xorg-rogue-umlibs README.md: fix typos, describe phytium-optee dependency issues, add a FAQ for modifying the mirror source Signed-off-by: weishanshan1084 <weishanshan1084@phytium.com.cn>pull/6/head
weishanshan1084
1 year ago
25 changed files with 250 additions and 67 deletions
@ -1,2 +1,2 @@ |
|||||
defaults.pcm.!card phytiume2000i2s |
defaults.pcm.!card phytiumpe220xi2 |
||||
defaults.ctl.!card phytiume2000i2s |
defaults.ctl.!card phytiumpe220xi2 |
||||
|
@ -0,0 +1,26 @@ |
|||||
|
2023.03.09 changed by Phytium team |
||||
|
We made some changes to buildroot to make it easier for Phytium users to build the system. |
||||
|
We added several defconfig files to the configs directory so that users can build busybox, ubuntu, and debian systems for the Phytium D2000 and E2000 development boards. |
||||
|
In order to support ubuntu and debian, we modified some skeleton-custom related files and created the board/phytium directory. |
||||
|
We made some changes in the linux directory to support linux-headers, which is used to compile kernel external modules. |
||||
|
We modified or added these packages in the package directory: busybox, ffmpeg, igh-ethercat, phytium-optee, rootfs-chown, vpu-lib, xorg-rogue-umlibs. |
||||
|
The external toolchain Arm AArch64 was downgraded from 2021.07 to 2020.11 in order to align the glibc version with the one in ubuntu20.04. |
||||
|
|
||||
|
Here are the directories or files involved in these changes: |
||||
|
Makefile |
||||
|
README.md |
||||
|
board/phytium |
||||
|
configs/phytium_xxx |
||||
|
fs/ext2 |
||||
|
linux |
||||
|
package/Config.in |
||||
|
package/busybox |
||||
|
package/ffmpeg |
||||
|
package/igh-ethercat |
||||
|
package/phytium-optee |
||||
|
package/rootfs-chown |
||||
|
package/skeleton-custom |
||||
|
package/vpu-lib |
||||
|
package/xorg-rogue-umlibs |
||||
|
system/Config.in |
||||
|
toolchain/toolchain-external |
@ -1,2 +1,2 @@ |
|||||
# kernel 4.19 |
# kernel 4.19 |
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="a47ede16e33d2662535084f49e73945d572d4f38" |
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="kernel_4.19_2023-v1.0-RC1" |
||||
|
@ -1,2 +1,2 @@ |
|||||
# kernel 4.19-rt |
# kernel 4.19-rt |
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="b8dd7858666953b815bc8995db4fb5a66eeee26f" |
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="kernel_4.19-rt_2023-v1.0-RC1" |
||||
|
@ -1,2 +1,2 @@ |
|||||
# kernel 5.10-rt |
# kernel 5.10-rt |
||||
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="471368800513cac109cf6d520510af9d1374f5e0" |
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="kernel_5.10-rt_2023-v1.0-RC1" |
||||
|
Loading…
Reference in new issue