diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/hsdk/40_bblayers.conf.inc | 2 | ||||
-rw-r--r-- | templates/machine/hsdk/50_local.conf.inc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/machine/hsdk/40_bblayers.conf.inc b/templates/machine/hsdk/40_bblayers.conf.inc new file mode 100644 index 000000000..8c02e8f61 --- /dev/null +++ b/templates/machine/hsdk/40_bblayers.conf.inc @@ -0,0 +1,2 @@ +# Use meta-synopsys layer for ARC HSDK board +BBLAYERS =+ "${METADIR}/meta-synopsys" diff --git a/templates/machine/hsdk/50_local.conf.inc b/templates/machine/hsdk/50_local.conf.inc new file mode 100644 index 000000000..61f77435e --- /dev/null +++ b/templates/machine/hsdk/50_local.conf.inc @@ -0,0 +1,2 @@ +MACHINE = "hsdk" +require conf/include/agl_hsdk.inc |