aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
AgeCommit message (Collapse)Author
2013-03-27linux: update to the commit for sdk 1.3.2chunrong guo
Signed-off-by: Chunrong Guo <B40290@freescale.com>
2013-01-30update the kernel version for t4/b4 boardsZhenhua Luo
change "3.0.48" to "3.0.51" Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2013-01-17linux-qoriq: Add a patch to fix perf compilation issue.Noor Ahsan
* Perf gived compilation error CC builtin-sched.o builtin-sched.c: In function ‘get_cpu_usage_nsec_parent’: builtin-sched.c:399:16: error: storage size of ‘ru’ isn’t known * Added a patch from linux kernel git repo commit id 7b78f13603c6fcb64e020a0bbe31a651ea2b657b which include resource.h file in builtin-sched.c. * Bump PR. * Verified it on P4080DS machine. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2012-12-04linux-qoriq-sdk: move patches to default search pathMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-12-04linux-qoriq-sdk: lock down SHA for releaseMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-10-02linux-qoriq-sdk.inc: skip arch QA since kernel might not match for 64-bit ↵Matthew McClintock
kernels on 32-bit rfs Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-09-18linux-qoriq-sdk.inc: only check for multiarch in eX500 not eX500-64bMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-09-18linux-qoriq-sdk: Correct the check for BUILD_64BIT_KERNELKhem Raj
Current comparision is returning false which is not 0 and hence KERNEL_CC and KERNEL_LD are getting 64bit options appended even when BUILD_64BIT_KERNEL is unset Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-09-17linux-qoriq-sdk.inc: make sure we enabled biarch for our kernel buildsMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-09-12linux-qoriq-sdk.inc: add var to configure build for 64-bit kernel on 32-bit ↵Matthew McClintock
machine Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-09-12remove use of tags in SRCREV and replace with actual SHAsMatthew McClintock
This was done because BB_NO_NETWORK only works with SHAs since the fetcher needs to check the tags each time Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-09-06add kernel patch to fix parallel build failuresMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-08-28linux-qoriq-sdk.inc: add patch so perf buildsMatthew McClintock
Originally from Khem Raj Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-08-14update to latest released versionsMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com> Conflicts: recipes-kernel/linux/linux-qoriq-sdk.inc
2012-08-01linux-qoriq-sdk.bb: prepend to do_configureKhem Raj
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>
2012-08-01linux-qoriq-sdk.inc: don't use tag in recipe, use git SHAMatthew McClintock
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>
2012-07-23linux-qoriq-sdk-headers: Make it machine independentKhem Raj
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>
2012-07-09linux-qoriq-sdk: Update to latest 1.2 SDK releaseKhem Raj
Signed-off-by: Khem Raj <kraj@juniper.net>
2012-07-09recipes: Bring bbappends in line with OE-Core/masterKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-06-01Fixed meta-toolchain to include the proper linux-libc-headers-nativesdkDavid Nyström
2012-05-17linux-qoriq-sdk.inc: add patch to fix perf compiler issuesMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-03-16remove linux-yocto_3.0.bbappend since we have not used/tested this at allMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-03-16Revert "linux-qoriq-sdk.inc: update kernel version"Matthew McClintock
This reverts commit dea2327ad76ba04bb047f343eeea587bc9e28943. git.freescale.com Linux tree is still point at 3.0.6
2012-03-12Fix quoting errors in recipesMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-03-12linux-qoriq-sdk.inc: update kernel versionMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2011-12-04linux-qoriq-sdk-headers: remove vardep for KERNEL_DEFCONFIG since it does ↵Matthew McClintock
not effect headers Signed-off-by: Matthew McClintock <msm@freescale.com>
2011-11-30bbappends: Add +fsl to PR of all packages we modifyMatthew McClintock
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>
2011-11-18Add linux-qoriq-sdk recipe to meta-fsl-ppcMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>