summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* u-boot_git.bb: Make u-boot build for 64-bit partsMatthew McClintock2011-11-291-3/+7
| | | | | | | | | u-boot is always built 32-bit even for 64-bit parts, this is an issue for 64-bit machines. This is a first attempt at getting this working. However, this method is less than ideal as it uses multilib to build a 32-bit toolchain to build u-boot Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: Fix mkdir path that was wrongMatthew McClintock2011-11-291-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add mkdir -p to target install dir so it existsMatthew McClintock2011-11-281-0/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Remove -mcpu= from CC as it's affecting code sizeMatthew McClintock2011-11-281-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add compilation flags for u-boot when building for p5020ds-64b which still ↵Matthew McClintock2011-11-241-1/+3
| | | | | | has a 32bit u-boot Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: Add work around for -lgcc not foundMatthew McClintock2011-11-211-1/+1
| | | | | | | | With just CROSS_COMPILE defined we do not modify the CFLAGS to include the required --sysroot arguments. By adding CC as well the appropriate arguments are passed in. Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add u-boot recipe to meta-fsl-ppcMatthew McClintock2011-11-181-0/+99
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add linux-qoriq-sdk recipe to meta-fsl-ppcMatthew McClintock2011-11-186-0/+118
Signed-off-by: Matthew McClintock <msm@freescale.com>