[oe-commits] Ricardo Salveti : Adding 'buildallpkgs' as default to mamona.conf.

GIT User account git at amethyst.openembedded.net
Thu Oct 23 21:34:44 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 02d91d6dd091c35745e0af4d52443c66e6c3f37a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=02d91d6dd091c35745e0af4d52443c66e6c3f37a

Author: Ricardo Salveti <ricardo.salveti at openbossa.org>
Date:   Fri Jul  4 02:05:50 2008 -0300

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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/distro/mamona.conf b/conf/distro/mamona.conf
index b6ba834..eea3d50 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"
 





More information about the Openembedded-commits mailing list