summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-01-07 19:37:11 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 13:46:01 +0100
commit2251d4fd97cc037a4ebf2d168da369bd052b8e82 (patch)
treed8279a6814aab1f3daeec667d1ffacf89e168f14 /buildconf/local.conf
parentc1c098080b8ab5b3c612d4a86c03bdade69fe3e8 (diff)
distro: move from angstrom to a poky based distro
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'buildconf/local.conf')
-rw-r--r--buildconf/local.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index f38a8fe..af875a4 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -256,11 +256,11 @@ INHERIT += "rm_work"
# Add Toradex source mirror
INHERIT += "toradex-mirrors"
-# Use this distro (filename from meta-angstrom/conf/distro/xx.conf)
-DISTRO = "angstrom"
+# Use this distro
+DISTRO = "poky"
# What image type(s) are to be built?
-IMAGE_FSTYPES += "tar.bz2"
+IMAGE_FSTYPES_append = " tar.bz2"
# Don't generate the mirror tarball for SCM repos, the snapshot is enough
# BB_GENERATE_MIRROR_TARBALLS = "0"