!24 为 orangepi-zero2 添加 openEuler-20.03-LTS 内核构建支持

From: @chainsx 
Reviewed-by: @woqidaideshi 
Signed-off-by: @woqidaideshi
This commit is contained in:
openeuler-ci-bot 2025-07-02 09:22:43 +00:00 committed by Gitee
commit 798cf54e74
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 1 deletions

View File

@ -280,6 +280,10 @@
已测试的版本如下:
- openEuler-20.03-LTS构建命令如下:
`sudo bash build.sh --board orangepi-zero2 -n openEuler-20.03-LTS-OrangePi-Zero2-aarch64-alpha1 -k https://gitee.com/openeuler/allwinner-kernel.git -b openEuler-20.03-LTS -c openeuler_allwinner_defconfig -r https://gitee.com/src-openeuler/openEuler-repos/raw/openEuler-20.03-LTS/generic.repo -s headless`
- openEuler-24.03-LTS构建命令如下:
`sudo bash build.sh --board orangepi-zero2 -n openEuler-24.03-LTS-OrangePi-Zero2-aarch64-alpha1 -k https://gitee.com/openeuler/allwinner-kernel.git -b openEuler-24.03-LTS -c openeuler_allwinner_defconfig -r https://gitee.com/src-openeuler/openEuler-repos/raw/openEuler-24.03-LTS/generic.repo -s headless`

View File

@ -11,5 +11,5 @@ POST_BOARD_OVERLAY() {
# aic8800 firmware
mkdir -p ${rootfs_dir}/usr/lib/firmware
cp ${nonfree_bin_dir}/linux-firmware/aic8800/* ${rootfs_dir}/usr/lib/firmware
cp -r ${nonfree_bin_dir}/linux-firmware/aic8800/* ${rootfs_dir}/usr/lib/firmware
}