diff options
author | Ricardo Salveti <ricardo.salveti@openbossa.org> | 2008-07-04 02:05:50 -0300 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@openbossa.org> | 2008-10-23 17:48:44 -0300 |
commit | 02d91d6dd091c35745e0af4d52443c66e6c3f37a (patch) | |
tree | 772e2ead54e6904cb0f0078b51386e7885ca967f | |
parent | 86d4706b046fd979e848a9eaec09ed5373cd164c (diff) |
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.
-rw-r--r-- | 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 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" |