diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-03-19 16:23:00 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-04-01 10:11:34 +0200 |
commit | ce5a800dab8a423d96ad605b2f7620a68236d08f (patch) | |
tree | 79a507ede03bbaf0fea84e917e4726d85de6d8d1 /buildconf | |
parent | f2bb013254fa94fca8e8b2c2cfafcc768a10e08f (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.conf | 5 |
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" |