Update for Orange Pi 5 ubuntu22.04 v1.0.2

This commit is contained in:
orangepi-xunlong
2022-12-09 14:16:22 +08:00
parent 69dd359f20
commit 22c084dd44
15 changed files with 494 additions and 109 deletions

View File

@@ -1813,6 +1813,11 @@ show_checklist_variables ()
done
}
install_wiringop()
{
install_deb_chroot "$EXTER/cache/debs/arm64/wiringpi_2.46.deb" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
chroot "${SDCARD}" /bin/bash -c "apt-mark hold wiringpi" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
}
install_docker() {

View File

@@ -442,9 +442,9 @@ if [[ ${IGNORE_UPDATES} != yes ]]; then
fi
if [[ ${BOARD} =~ orangepi5 && $RELEASE =~ bullseye ]]; then
if [[ ${BOARD} =~ orangepi5 && $RELEASE =~ bullseye|jammy ]]; then
[[ ${BUILD_OPT} == image ]] && fetch_from_repo "https://github.com/orangepi-xunlong/rk-rootfs-build.git" "${EXTER}/cache/sources/rk3588_packages" "branch:rk3588_packages"
[[ ${BUILD_OPT} == image ]] && fetch_from_repo "https://github.com/orangepi-xunlong/rk-rootfs-build.git" "${EXTER}/cache/sources/rk3588_packages_${RELEASE}" "branch:rk3588_packages_${RELEASE}"
fi