From 9ed0ecf59a02bd9717146c1a000ad70d87cc1ab2 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 2 Jan 2020 18:34:15 +0100 Subject: [PATCH] Disable AUFS for DEV branches since its broken most of the times and since its not important to include that. Also enable Pinebook CLI targets. --- config/sources/arm64.conf | 2 ++ config/sources/armhf.conf | 2 ++ config/targets.conf | 2 ++ 3 files changed, 6 insertions(+) diff --git a/config/sources/arm64.conf b/config/sources/arm64.conf index 87bc62d21..47445566d 100644 --- a/config/sources/arm64.conf +++ b/config/sources/arm64.conf @@ -22,3 +22,5 @@ ATF_COMPILER="aarch64-linux-gnu-" [[ -z $KERNELDIR ]] && KERNELDIR=$MAINLINE_KERNEL_DIR [[ -z $KERNELSOURCE ]] && KERNELSOURCE=$MAINLINE_KERNEL_SOURCE [[ -z $KERNELBRANCH ]] && KERNELBRANCH='branch:linux-5.4.y' + +[[ $BRANCH == dev ]] && AUFS="no" diff --git a/config/sources/armhf.conf b/config/sources/armhf.conf index b8891a3b4..ff20af866 100644 --- a/config/sources/armhf.conf +++ b/config/sources/armhf.conf @@ -15,3 +15,5 @@ CAN_BUILD_STRETCH=yes [[ -z $KERNELDIR ]] && KERNELDIR=$MAINLINE_KERNEL_DIR [[ -z $KERNELSOURCE ]] && KERNELSOURCE=$MAINLINE_KERNEL_SOURCE [[ -z $KERNELBRANCH ]] && KERNELBRANCH='branch:linux-5.4.y' + +[[ $BRANCH == dev ]] && AUFS="no" diff --git a/config/targets.conf b/config/targets.conf index 7d46d44e2..f550365c5 100644 --- a/config/targets.conf +++ b/config/targets.conf @@ -501,6 +501,8 @@ pine64so current bionic cli stable yes pinebook-a64 current bionic desktop stable yes pinebook-a64 current buster desktop stable yes +pinebook-a64 current bionic cli stable yes +pinebook-a64 current bullseye cli stable yes # Pine H64