Adding 'buildallpkgs' as default to mamona.conf.
authorRicardo Salveti <ricardo.salveti@openbossa.org>
Fri, 4 Jul 2008 05:05:50 +0000 (02:05 -0300)
committerRodrigo Vivi <rodrigo.vivi@openbossa.org>
Thu, 23 Oct 2008 20:48:44 +0000 (17:48 -0300)
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

index b6ba834..eea3d50 100644 (file)
@@ -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"