diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/jetson-agx-orin-devkit/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/machine/jetson-agx-orin-devkit/50_local.conf.inc | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/templates/machine/jetson-agx-orin-devkit/50_bblayers.conf.inc b/templates/machine/jetson-agx-orin-devkit/50_bblayers.conf.inc new file mode 100644 index 000000000..6461f1c76 --- /dev/null +++ b/templates/machine/jetson-agx-orin-devkit/50_bblayers.conf.inc @@ -0,0 +1 @@ +BBLAYERS =+ "${METADIR}/bsp/meta-tegra" diff --git a/templates/machine/jetson-agx-orin-devkit/50_local.conf.inc b/templates/machine/jetson-agx-orin-devkit/50_local.conf.inc new file mode 100644 index 000000000..c04fcd76a --- /dev/null +++ b/templates/machine/jetson-agx-orin-devkit/50_local.conf.inc @@ -0,0 +1,2 @@ +MACHINE = "jetson-agx-orin-devkit" +require conf/include/agl_jetson-agx-orin-devkit.inc |