summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* u-boot: fixup building multiple images and add thsoe images for p1020rdb to ↵Matthew McClintock2012-02-081-13/+13
| | | | | | start with Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: make sure u-boot images are included in cache packageZhenhua Luo2012-01-021-1/+8
| | | | | | fix the u-boot images are not generated when do cache build Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* linux-qoriq-sdk-headers: remove vardep for KERNEL_DEFCONFIG since it does ↵Matthew McClintock2011-12-041-0/+1
| | | | | | not effect headers Signed-off-by: Matthew McClintock <msm@freescale.com>
* bbappends: Add +fsl to PR of all packages we modifyMatthew McClintock2011-11-301-0/+2
| | | | | | | This way we can tell if we modified them after they are built and shipped. This is just to help with debugged later. Signed-off-by: Matthew McClintock <msm@freescale.com>
* 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>