summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
diff options
context:
space:
mode:
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"