Age | Commit message (Collapse) | Author | Files |
|
work dir
try to discourage people from using KERNEL_SOURCE when writing
kernel module recipes. KERNEL_SOURCE is located in the work dir
and is not available if rm_work class is used.
|
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
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>
|
|
|
|
package as pcmciautils does not need that
|
|
|
|
|
|
* Sets -O2 instead of -O3 (otherwise 'pcrel too far' error)
packages/pcmcia-cs/pcmcia-cs_3.2.8.bb: Including patch for sh3
* Sets usage of patch specific to sh3
|
|
* Remove borzoi machine entirely as its now equal to spitz.
* For remaining 2.4/2.6 split machines use ZKERNEL_VERSION instead of KERNEL_VERSION
to fix a long standing bug - people will need to update local.conf.
* Add dummy terrier MACHINE to point at spitz.
|
|
- rather than build nslu2-kernel or nas100d-kernel slugos-image now
builds ixp4xx-kernel, the generic kernel. ixp4xx is now used as the
normal MACHINE override, even though MACHINE itself is still set to
nslu2 or nas100d (or ixp4xx).
|
|
changes. introduce PCMCIA_MANAGER. fixes Bug #541.
- Having packages that cannot be used interchangeably provide the same
virtual package leads to all sorts of breakage on the build system
and runtime dependencies levels.
- If you want to use pcmciautils instead of pcmcia-cs for your machine now,
add PCMCIA_MANAGER = "pcmciautils" in your MACHINE .conf before including
handheld-common.conf.
|
|
|
|
|
|
|
|
|
|
|
|
I compared pcmcia-cs 3.2.8 config with orinoco-modules and hostap-modules
config files and tried to clean pcmcia-cs/config - currently removed ALL cards
mapped to "orinoco_cs" which are defined also in hostap_cs.conf file.
Patch was reviewed and approved by Mickeyl
|
|
|
|
|
|
|
|
|
|
Patch courtesy Matt Reimer, closes #260
|
|
|
|
BKrev: 4269f6f3otos6ZpOnL0jQy335oqASQ
|
|
into pot.orange:/mnt/space/firm/Zaurus/OpenEmbedded/openembedded
2005/04/22 23:34:02+01:00 orange!noodles
Teach pcmcia-cs to not do anything clever with socket 1 (the HD) on Spitz. Also
we force kill cardmgr rather than letting it cleanup, as if it tries to cleanup
it tries to free up the HD resources. Losing / on shutdown is not good. ;)
BKrev: 42697bfbx1cMUQYA0erjJNXLIm7c1Q
|