Age | Commit message (Collapse) | Author | Files |
|
Suggested by Koen, Richard and Graeme
Signed-off-by: Tom Rini <trini@embeddedalley.com>
|
|
into org.openembedded.dev
|
|
* runtime tested on beagleboard/angstrom
|
|
defconfig
|
|
|
|
|
|
|
|
into org.openembedded.dev
|
|
* https://www-a.ti.com:443/downloads/sds_support/targetcontent/CE/ce_2_23/index.html
|
|
sort out what they want to call the override.
|
|
to make madwifi link successfully after some over-aggressive LDFLAGS changes.
|
|
kernel headers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PM config
|
|
__VFP_FP__ means that the floating point format in use is that of the ARM VFP.
It does not tell if one has VFP unit or not. So using this define will
still use VFP instructions on cpus which do not have VFP.
To know that we also need to consider __SOFTFP__ which means that
instead of floating point instructions, library calls are
being generated for floating point math operations so that
the code will run on a processor without an FPU.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* There are later versions, but this version is needed
for openbts.
|
|
- apply patch only to revisions between 0.21 and 0.25
|
|
|
|
* runtime tested on beagleboard with midori and epiphany
|
|
|
|
|
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
llvm2.6 2.5+svnr20090504: New recipe.
|
|
|
|
|
|
|