summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* add kernel patch to fix parallel build failuresMatthew McClintock2012-09-062-1/+46
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk.inc: add patch so perf buildsMatthew McClintock2012-08-282-1/+30
| | | | | | Originally from Khem Raj Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: add default multilib compiler infoMatthew McClintock2012-08-141-1/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* update to latest released versionsMatthew McClintock2012-08-142-4/+4
| | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com> Conflicts: recipes-kernel/linux/linux-qoriq-sdk.inc
* u-boot: correct path to config filesVladimir Zapolskiy2012-08-131-1/+1
| | | | | | | | The trivial change fixes u-boot compilation task, boot_format utility installs board configuration files into a subdirectory of STAGING_DATADIR_NATIVE. Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> Cc: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk.bb: prepend to do_configureKhem Raj2012-08-011-1/+1
| | | | | | | | | | | | Instead of prepending to kernel_do_configure lets prepend to do_configure this gives another knob for users who want to insert between this prepend and do_configure_kernel. Typical usecase is to enable kconfig options on top of defconfig can be then appended to .config easliy in a bbappend. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-qoriq-sdk.inc: don't use tag in recipe, use git SHAMatthew McClintock2012-08-011-1/+1
| | | | | | | This keeps us from hitting the network as well as assures the tag itself did not change Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk-headers: Make it machine independentKhem Raj2012-07-231-29/+12
| | | | | | | | The linux libc headers should not be dependent on machine at all. These are generic enough that we can use an all purpose defconfig. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* update commit of u-boot for sdk 1.2Zhenhua Luo2012-07-101-2/+2
| | | | | | | | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com> Conflicts: recipes-kernel/u-boot/u-boot_git.bb Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-qoriq-sdk: Update to latest 1.2 SDK releaseKhem Raj2012-07-094-62/+2
| | | | Signed-off-by: Khem Raj <kraj@juniper.net>
* recipes: Bring bbappends in line with OE-Core/masterKhem Raj2012-07-091-2/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Fixed meta-toolchain to include the proper linux-libc-headers-nativesdkDavid Nyström2012-06-012-9/+7
|
* linux-qoriq-sdk.inc: add patch to fix perf compiler issuesMatthew McClintock2012-05-172-1/+33
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: package images to u-boot-imagesTing Liu2012-04-271-2/+3
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* remove p3060qdsMatthew McClintock2012-04-271-1/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot-sd: skip using boot-format to regenerate imagesTing Liu2012-04-231-1/+2
| | | | | | | | | u-boot images can be deployed to SD using boot-format on target board. This method can leave the SD partition not destoryed. For bug ENGR179814. Signed-off-by: Ting Liu <b28495@freescale.com>
* fix u-boot-nand build error of non-dpaa targetsZhenhua Luo2012-04-101-2/+3
| | | | | | u-boot-nand doesn't need to be handled by boot-format Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* remove unnecessary line from UBOOT_TARGET judgementZhenhua Luo2012-04-091-3/+2
| | | | | | | p5020ds-32b and p5020ds-64b use the same u-boot configuration option, remove p5020ds-64b line in UBOOT_TARGET judgement. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Add more supported u-boot types for dpaa targetsChunrong Guo2012-04-091-4/+15
| | | | | Signed-off-by: Chunrong Guo <b40290@freescale.com> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Revert "point to internel git tree:u-boot, rcw, hv-cfg, boot-format"Zhenhua Luo2012-03-231-8/+0
| | | | | | this patch is for meta-fsl-ppc-private This reverts commit 221ac89a12d44d6a862c48451250b125f5aa46e2.
* point to internel git tree:u-boot, rcw, hv-cfg, boot-formatTing Liu2012-03-231-0/+8
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* meta-fsl-ppc: do_deploy not use DEPLOY_DIR_IMAGETing Liu2012-03-231-9/+2
| | | | | | | images in DEPLOYDIR will be deployed to DEPLOY_DIR_IMAGE automatically, not need install images to DEPLOY_DIR_IMAGE any more Signed-off-by: Ting Liu <b28495@freescale.com>
* remove linux-yocto_3.0.bbappend since we have not used/tested this at allMatthew McClintock2012-03-161-15/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Revert "linux-qoriq-sdk.inc: update kernel version"Matthew McClintock2012-03-161-1/+1
| | | | | | This reverts commit dea2327ad76ba04bb047f343eeea587bc9e28943. git.freescale.com Linux tree is still point at 3.0.6
* Fix quoting errors in recipesMatthew McClintock2012-03-122-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk.inc: update kernel versionMatthew McClintock2012-03-121-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: update u-boot recipe to use new triplet's after multilib changesMatthew McClintock2012-02-271-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* 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>