From ce5a800dab8a423d96ad605b2f7620a68236d08f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 19 Mar 2014 16:23:00 +0100 Subject: local.conf: update default local.conf - include package-management metadata in image - update distro to angstrom-v2013.12 --- buildconf/local.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'buildconf/local.conf') 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" -- cgit v1.2.3