diff --git a/config/boards/nanopineo.conf b/config/boards/nanopineo.conf index 45ccf90df6..4b0c134d0a 100644 --- a/config/boards/nanopineo.conf +++ b/config/boards/nanopineo.conf @@ -14,4 +14,4 @@ BUILD_DESKTOP="no" KERNEL_TARGET="default,next,dev" CLI_TARGET="stretch,bionic:next" # -CLI_BETA_TARGET="" +CLI_BETA_TARGET="stretch,bionic:dev" diff --git a/config/boards/pine64.conf b/config/boards/pine64.conf index 650199b06c..e6bfb62b74 100644 --- a/config/boards/pine64.conf +++ b/config/boards/pine64.conf @@ -11,5 +11,5 @@ KERNEL_TARGET="default,next,dev" CLI_TARGET="xenial:default" DESKTOP_TARGET="xenial:default" # -CLI_BETA_TARGET="" +CLI_BETA_TARGET="bionic:dev" DESKTOP_BETA_TARGET="" diff --git a/config/boards/pine64so.conf b/config/boards/pine64so.conf index 67fb930c79..aa127ab01d 100644 --- a/config/boards/pine64so.conf +++ b/config/boards/pine64so.conf @@ -11,5 +11,5 @@ KERNEL_TARGET="default,next,dev" CLI_TARGET="xenial:default" DESKTOP_TARGET="" # -CLI_BETA_TARGET="" +CLI_BETA_TARGET="bionic:dev" DESKTOP_BETA_TARGET=""