diff options
Diffstat (limited to 'templates/machine/dra7xx-evm')
-rw-r--r-- | templates/machine/dra7xx-evm/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/machine/dra7xx-evm/50_local.conf.inc | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/machine/dra7xx-evm/50_bblayers.conf.inc b/templates/machine/dra7xx-evm/50_bblayers.conf.inc new file mode 100644 index 000000000..c62a1bbb3 --- /dev/null +++ b/templates/machine/dra7xx-evm/50_bblayers.conf.inc @@ -0,0 +1 @@ +BBLAYERS =+ "${METADIR}/meta-ti" diff --git a/templates/machine/dra7xx-evm/50_local.conf.inc b/templates/machine/dra7xx-evm/50_local.conf.inc new file mode 100644 index 000000000..adf577e8b --- /dev/null +++ b/templates/machine/dra7xx-evm/50_local.conf.inc @@ -0,0 +1,5 @@ +MACHINE = "dra7xx-evm" + +## ATTENTION, this is needed right now to build meta-ti with AGL: ## +## due to meta-ti being based on YP 1.8 instead of YP 2.0 +BBMASK = "meta-ti/.*eudev" |