summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-10-06 11:58:33 +0200
committerQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-10-25 17:52:34 +0200
commitbeb8d034edad1a1db36fc50008a567ceef98d303 (patch)
tree1636049cccb5320b97231776df895d68b933773f
parent67a2e89f80b2e402f99649b7719250cdfaaaeae6 (diff)
add initial support for JAGUAR SBC-RK3588
This adds initial support for JAGUAR SBC-RK3588 by bumping meta-theobroma-systems-bsp to include that initial BSP support. Since Jaguar also has WiFi support, networkmanager support is enabled which requires the same work-around as for Ringneck. Relates-to: JAG-124 Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
-rw-r--r--.gitlab-ci.yml3
-rw-r--r--kas-theobroma.yml4
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9beb394..2e8d707 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,3 +39,6 @@ ringneck-haikou:
puma-haikou:
extends: .build
+
+jaguar:
+ extends: .build
diff --git a/kas-theobroma.yml b/kas-theobroma.yml
index 6a67ba2..01b5ee9 100644
--- a/kas-theobroma.yml
+++ b/kas-theobroma.yml
@@ -9,14 +9,16 @@ header:
local_conf_header:
meta-theobroma-systems-extended: |
SYSVINIT_SCRIPTS:remove:ringneck-haikou = "init-ifupdown"
+ SYSVINIT_SCRIPTS:remove:jaguar = "init-ifupdown"
NETWORKMANAGER_DNS_RC_MANAGER_DEFAULT:ringneck-haikou ?= "file"
+ NETWORKMANAGER_DNS_RC_MANAGER_DEFAULT:jaguar ?= "file"
target:
- theobroma-extended-image
repos:
meta-theobroma-systems-bsp:
url: https://git.theobroma-systems.com/yocto-layers/meta-theobroma-systems-bsp.git
# kirkstone branch
- refspec: 1ec7fb3e2a7ead960319ca941bcec76aff1304ef
+ refspec: c86a865eb829403da467b0673435f2374b01968d
meta-openembedded:
layers:
meta-oe: