Age | Commit message (Collapse) | Author | Files |
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
|
|
|
|
These packages was recently moved to packages/mamona but it was missing a change on include paths.
|
|
Noemu packages are native packages made to install on a qemu environment as a target package avoiding some unecessary emulations.
http://dev.openbossa.org/trac/mamona/wiki/noemu
|
|
Used by mamona to configure sound system on nokia N8*0 using dsp.
|
|
Usbnet is a package used by Mamona to setup network through usb.
|