summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-03-19 16:23:00 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2014-04-01 10:11:34 +0200
commitcb4fff4639eb5f71ae7a97044931629e9185246a (patch)
tree7b96bc7c1e1b7795fdec9ed6795a43e96d4be262 /buildconf
parentbac5103a52e8a9504531f523f94f7db80a50c42c (diff)
local.conf: update default local.conf
- include package-management metadata in image - update distro to angstrom-v2013.12
Diffstat (limited to 'buildconf')
-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"