summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux-qoriq-sdk: lock down SHA for releaseMatthew McClintock2012-11-131-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: lock down SHA for releaseMatthew McClintock2012-11-131-3/+3
| | | | | | | Also update p5040 u-boot builds and add cst-native dep which is required by some machines Signed-off-by: Matthew McClintock <msm@freescale.com>
* oprofile: add 0.9.6Zhenhua Luo2012-11-136-0/+526
| | | | | | | oprofile-0.9.7 doesn't support e500mc, the patches of e500mc support are only available for oprofile-0.9.6 Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* u-boot_git.bb: only set variable if not setMatthew McClintock2012-11-131-2/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: libgcc is required for multilib builds tooMatthew McClintock2012-11-131-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: u-boot depends on libgccMatthew McClintock2012-11-131-1/+1
| | | | | | | Fixes linker issues where we are missing symbols such as _restgpr_NN_x Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machineMatthew McClintock2012-11-131-0/+6
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: fix nand image name issue for different core typeZhenhua Luo2012-11-131-10/+11
| | | | | | | | Final nand u-boot image is named differently in u-boot source. That is: "u-boot-nand.bin" for e500v2 boards, "u-boot.bin" for other boards. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot_git.bb: don't try to built 32-bit u-boot on 64-bit machineMatthew McClintock2012-09-251-1/+9
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* remove use of tags in SRCREV and replace with actual SHAsMatthew McClintock2012-09-122-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk-headers.bb: append multilibs insteadMatthew McClintock2012-08-271-1/+2
| | | | | | | We also set MULTLIBS to an empty value to avoid parsing this recipe on non-MULTILIBS parts Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk-headers.bb: extend recipe to multilibMatthew McClintock2012-08-241-0/+2
| | | | | | | | | | | Fixes issues like: NOTE: multiple providers are available for lib64-linux-libc-headers (lib64-linux-libc-headers, lib64-linux-libc-headers-yocto) NOTE: consider defining a PREFERRED_PROVIDER entry to match lib64-linux-libc-headers NOTE: multiple providers are available for runtime lib64-linux-libc-headers-dev (lib64-linux-libc-headers, lib64-linux-libc-headers-yocto) NOTE: consider defining a PREFERRED_PROVIDER entry to match lib64-linux-libc-headers-dev Signed-off-by: Matthew McClintock <msm@freescale.com>
* update to latest released versionsMatthew McClintock2012-08-142-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* 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: Update to latest 1.2 SDK releaseKhem Raj2012-07-301-1/+1
| | | | Signed-off-by: Khem Raj <kraj@juniper.net>
* linux-qoriq-sdk.inc: add patch to fix perf compiler issuesMatthew McClintock2012-07-272-0/+32
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk-headers: Make it machine independentKhem Raj2012-07-271-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>
* linux: remove patches that are no longer usedMatthew McClintock2012-07-092-26/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: add libgcc to dependsMatthew McClintock2012-07-051-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* update commit to the latest for kernelZhenhua Luo2012-06-211-5/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* update commit of u-boot for sdk 1.2Zhenhua Luo2012-06-211-2/+2
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* fix the u-boot-nand build issueZhenhua Luo2012-06-211-4/+5
| | | | | | u-boot-nand.bin is the right one for NAND flash instead lf u-boot.bin Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Fixed meta-toolchain to include the proper linux-libc-headers-nativesdkDavid Nyström2012-06-012-9/+7
|
* 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>