Skip to content
Snippets Groups Projects
Commit cda4e580 authored by Ettore Chimenti's avatar Ettore Chimenti Committed by Zygmunt Krynicki
Browse files

meta-ohos: Add support for SECO SBC-C61


Add general description of MACHINE and add bblayers to template.

Signed-off-by: Ettore Chimenti's avatarEttore Chimenti <ettore.chimenti@seco.com>
parent 56c2225c
No related branches found
No related tags found
No related merge requests found
...@@ -68,8 +68,9 @@ Supported machines (default in **bold**): ...@@ -68,8 +68,9 @@ Supported machines (default in **bold**):
- qemux86 - qemux86
- qemuarm - qemuarm
- qemuarm64 - qemuarm64
- seco-intel-b68 (SECO intel B68) - seco-intel-b68 (SECO SBC-B68)
- stm32mp1-av96 (96Boards Avenger96) - stm32mp1-av96 (96Boards Avenger96)
- seco-imx8mm-c61 (SECO SBC-C61)
Example: Example:
......
...@@ -13,6 +13,8 @@ BBLAYERS ?= " \ ...@@ -13,6 +13,8 @@ BBLAYERS ?= " \
##OEROOT##/../meta-ohos/meta-ohos-acts \ ##OEROOT##/../meta-ohos/meta-ohos-acts \
##OEROOT##/../meta-intel \ ##OEROOT##/../meta-intel \
##OEROOT##/../meta-seco-intel \ ##OEROOT##/../meta-seco-intel \
##OEROOT##/../meta-freescale \
##OEROOT##/../meta-seco-imx \
##OEROOT##/../meta-openembedded/meta-oe \ ##OEROOT##/../meta-openembedded/meta-oe \
##OEROOT##/../meta-openembedded/meta-python \ ##OEROOT##/../meta-openembedded/meta-python \
##OEROOT##/../meta-st-stm32mp \ ##OEROOT##/../meta-st-stm32mp \
......
...@@ -14,7 +14,8 @@ Supported machines (first is the default): ...@@ -14,7 +14,8 @@ Supported machines (first is the default):
- qemux86 - qemux86
- qemuarm - qemuarm
- qemuarm64 - qemuarm64
- seco-intel-b68 (SECO intel B68) - seco-intel-b68 (SECO SBC-B68)
- seco-imx8mm-c61 (SECO SBC-C61)
- stm32mp1-av96 (96Boards Avenger96) - stm32mp1-av96 (96Boards Avenger96)
MACHINE variable can be set up in conf/local.conf file under build directory MACHINE variable can be set up in conf/local.conf file under build directory
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
#MACHINE ?= "qemux86" #MACHINE ?= "qemux86"
#MACHINE ?= "qemux86-64" #MACHINE ?= "qemux86-64"
#MACHINE ?= "stm32mp1-av96" #MACHINE ?= "stm32mp1-av96"
#MACHINE ?= "seco-intel-b68"
#MACHINE ?= "seco-imx8mm-c61"
# #
# This sets the default machine to be qemux86 if no other machine is selected: # This sets the default machine to be qemux86 if no other machine is selected:
MACHINE ??= "qemux86-64" MACHINE ??= "qemux86-64"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment