git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86d4706
)
Adding 'buildallpkgs' as default to mamona.conf.
author
Ricardo Salveti
<ricardo.salveti@openbossa.org>
Fri, 4 Jul 2008 05:05:50 +0000
(
02:05
-0300)
committer
Rodrigo 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
patch
|
blob
|
history
diff --git
a/conf/distro/mamona.conf
b/conf/distro/mamona.conf
index
b6ba834
..
eea3d50
100644
(file)
--- 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"