| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
|
| |
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-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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
We will publish a tested version at git.freescale.com soon, but
for now since the upstream u-boot works let's use that one
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
| |
kernels on 32-bit rfs
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
|
| |
Fixes linker issues where we are missing symbols such as
_restgpr_NN_x
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
| |
machine
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
| |
Originally from Khem Raj
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
Conflicts:
recipes-kernel/linux/linux-qoriq-sdk.inc
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Khem Raj <kraj@juniper.net>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| |
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Ting Liu <b28495@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
u-boot-nand doesn't need to be handled by boot-format
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
|
|
|
|
|
|
| |
this patch is for meta-fsl-ppc-private
This reverts commit 221ac89a12d44d6a862c48451250b125f5aa46e2.
|
|
|
|
| |
Signed-off-by: Ting Liu <b28495@freescale.com>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
| |
This reverts commit dea2327ad76ba04bb047f343eeea587bc9e28943.
git.freescale.com Linux tree is still point at 3.0.6
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
| |
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
| |
start with
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
| |
fix the u-boot images are not generated when do cache build
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
|
|
|
|
|
|
| |
not effect headers
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
|
|
|
|
|
|
| |
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>
|