add m4berry

This commit is contained in:
Qubot 2023-10-18 00:17:41 +08:00
parent c583f64e9f
commit a4f5403ee5
1438 changed files with 1295 additions and 532151 deletions

View File

@ -2,17 +2,9 @@
Soc | Boards |
|:--|:--|
| Allwinner H2+ | |
| Allwinner H3 | |
| Allwinner H5 | |
| Allwinner H6 | Orange Pi 3/3 LTS |
| Allwinner H616 | Orange Pi Zero2 |
| Rockchip RK3328 | |
| Rockchip RK3399 | Orange Pi 4/4B/4 LTS/800 |
| Rockchip RK3588S | Orange Pi 5/5B |
| Rockchip RK3588 | Orange Pi 5Plus |
| Allwinner H618 | Banana Pi BPI-M4Berry |
## Download links
- 中文链接: http://www.orangepi.cn
- English linkhttp://www.orangepi.org
- 中文链接: https://banana-pi.org.cn
- English linkhttps://banana-pi.org

View File

@ -8,9 +8,9 @@
# DO NOT EDIT THIS FILE
# use configuration files like config-default.conf to set the build configuration
# Please check Orange Pi documentation for more info
# http://www.orangepi.cn/downloadresourcescn
# http://www.orangepi.org/downloadresources
# Please check Banana Pi documentation for more info
# https://banana-pi.org/
# https://banana-pi.org.cn/
SRC="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
@ -19,7 +19,7 @@ grep -q "[[:space:]]" <<<"${SRC}" && { echo "\"${SRC}\" contains whitespace. Not
cd "${SRC}" || exit
if [[ "${ORANGEPI_ENABLE_CALL_TRACING}" == "yes" ]]; then
if [[ "${BANANAPI_ENABLE_CALL_TRACING}" == "yes" ]]; then
set -T # inherit return/debug traps
mkdir -p "${SRC}"/output/debug
echo -n "" > "${SRC}"/output/debug/calls.txt
@ -34,7 +34,7 @@ if [[ -f "${SRC}"/scripts/general.sh ]]; then
else
echo "Error: missing build directory structure"
echo "Please clone the full repository by https://github.com/orangepi-xunlong/orangepi-build"
echo "Please clone the full repository by http://10.10.10.106:10000/Qubot/BPI-H618-Build"
exit 255
fi
@ -158,11 +158,11 @@ if [[ "${1}" == vagrant && -z "$(command -v vagrant)" ]]; then
sudo apt-get install -y vagrant virtualbox
fi
# Purge Orange Pi Docker images
# Purge Banana Pi Docker images
if [[ "${1}" == dockerpurge && -f /etc/debian_version ]]; then
display_alert "Purging Orange Pi Docker containers" "" "wrn"
docker container ls -a | grep orangepi | awk '{print $1}' | xargs docker container rm &> /dev/null
docker image ls | grep orangepi | awk '{print $3}' | xargs docker image rm &> /dev/null
display_alert "Purging Banana Pi Docker containers" "" "wrn"
docker container ls -a | grep bananapi | awk '{print $1}' | xargs docker container rm &> /dev/null
docker image ls | grep bananapi | awk '{print $3}' | xargs docker image rm &> /dev/null
shift
set -- "docker" "$@"
fi

View File

@ -1,3 +0,0 @@
chromium-browser*
chromium-codecs-ffmpeg-extra*
firefox-esr*

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More