From 07805ea27d1a8e8fe7ac559a08d5ec9342b88835 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 11 Apr 2022 21:14:39 +0800 Subject: [PATCH] Merge branch 'master' of ssh://master.iot-yun.club:2280/imx6ull --- tools/buildroot/buildroot.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/tools/buildroot/buildroot.sh b/tools/buildroot/buildroot.sh index 93ed41a..878ed57 100755 --- a/tools/buildroot/buildroot.sh +++ b/tools/buildroot/buildroot.sh @@ -8,10 +8,13 @@ BR_VER=buildroot-2021.02.7 BR_PAK=${BR_VER}-packets -BR_TAR=${BR_PAK}.tar.bz2 +BR_TAR=${BR_PAK}.tar.bz2 BR_CONF=${BR_VER}-cortexA7.config +# This configure file support QT, opencv... +#BR_CONF=${BR_VER}-cortexA7-multimedia.config + JOBS=`cat /proc/cpuinfo | grep processor | wc -l` set -u -- Gitblit v1.9.1