diff options
Diffstat (limited to 'templates/machine/dragonboard-410c')
-rw-r--r-- | templates/machine/dragonboard-410c/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/machine/dragonboard-410c/50_local.conf.inc | 1 | ||||
-rw-r--r-- | templates/machine/dragonboard-410c/50_setup.sh | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/templates/machine/dragonboard-410c/50_bblayers.conf.inc b/templates/machine/dragonboard-410c/50_bblayers.conf.inc new file mode 100644 index 000000000..01ffb7f17 --- /dev/null +++ b/templates/machine/dragonboard-410c/50_bblayers.conf.inc @@ -0,0 +1 @@ +BBLAYERS =+ "${METADIR}/meta-qcom" diff --git a/templates/machine/dragonboard-410c/50_local.conf.inc b/templates/machine/dragonboard-410c/50_local.conf.inc new file mode 100644 index 000000000..472592c1f --- /dev/null +++ b/templates/machine/dragonboard-410c/50_local.conf.inc @@ -0,0 +1 @@ +MACHINE = "dragonboard-410c" diff --git a/templates/machine/dragonboard-410c/50_setup.sh b/templates/machine/dragonboard-410c/50_setup.sh new file mode 100644 index 000000000..7be1dad32 --- /dev/null +++ b/templates/machine/dragonboard-410c/50_setup.sh @@ -0,0 +1 @@ +find_and_ack_eula $METADIR/meta-qcom |