summaryrefslogtreecommitdiff
path: root/buildconf/local.conf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf/local.conf')
-rw-r--r--buildconf/local.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index c413c3b..4cfa6e7 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -126,7 +126,8 @@ PACKAGE_CLASSES ?= "package_ipk"
# There are other application targets that can be used here too, see
# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
# We default to enabling the debugging tweaks.
-EXTRA_IMAGE_FEATURES = "debug-tweaks"
+# package-management deploys the package meta data of deployed packeges
+EXTRA_IMAGE_FEATURES = "debug-tweaks package-management"
#
# Additional image features
@@ -207,7 +208,7 @@ CONF_VERSION = "1"
INHERIT += "rm_work"
# Use this distro
-DISTRO = "angstrom-v2013.06"
+DISTRO = "angstrom-v2013.12"
# What image type(s) are to be built?
IMAGE_FSTYPES += "tar.bz2"