diff options
author | Loc Nguyen <loc.nguyen.wt@renesas.com> | 2023-08-02 14:36:34 +0700 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-09-25 11:55:33 +0000 |
commit | 22dec265144f8d4f1211924b68b707f38be8f597 (patch) | |
tree | 3ceff487aa91753d6d79aef427a50e261344ba92 /templates/machine/s4sk/50_local.conf.inc | |
parent | 666f141563fd7fc12b7638479d5c0cd38dae5006 (diff) |
Adding s4sk support
supporting agl-image-minimal and agl-telematics-demo-platform
Bug-AGL: SPEC-4907
Change-Id: Ibc0ae906de5ceb6bb2f945b1c505bd37ff3bfb1d
Signed-off-by: Loc Nguyen <loc.nguyen.wt@renesas.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29219
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/s4sk/50_local.conf.inc')
-rw-r--r-- | templates/machine/s4sk/50_local.conf.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/machine/s4sk/50_local.conf.inc b/templates/machine/s4sk/50_local.conf.inc new file mode 100644 index 000000000..b804b3845 --- /dev/null +++ b/templates/machine/s4sk/50_local.conf.inc @@ -0,0 +1,4 @@ +MACHINE = "s4sk" +#see meta-agl/meta-agl-bsp/conf/include/agl_s4sk.inc +require conf/include/agl_s4sk.inc + |