From 02d91d6dd091c35745e0af4d52443c66e6c3f37a Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Fri, 4 Jul 2008 02:05:50 -0300 Subject: Adding 'buildallpkgs' as default to mamona.conf. We decided that the 'build all packages' will be the default action for bitbake when building packages, this just add the bbclass to mamona.conf. --- conf/distro/mamona.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/distro/mamona.conf b/conf/distro/mamona.conf index b6ba834eaa..eea3d506ad 100644 --- a/conf/distro/mamona.conf +++ b/conf/distro/mamona.conf @@ -16,6 +16,7 @@ require conf/distro/include/sane-srcrevs.inc INHERIT += "angstrom-mirrors mamona-mirrors" INHERIT += "package_deb debian" +INHERIT += "buildallpkgs" CXXFLAGS += "-fvisibility-inlines-hidden" -- cgit v1.2.3