aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-14update to latest released versionsedisonMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-08-13boot-format_git.bb: update to latest versionMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-08-13u-boot: correct path to config filesVladimir Zapolskiy
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>
2012-08-08update preferred version for linux kernelMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-08-06u-boot: change UBOOT_MACHINES to use ?= so they can be overriddenMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
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-07-26gdb.inc: fix up when we apply gdb patchesMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-07-26linux-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-25toolchain: use our toolchain under correct conditionsMatthew McClintock
Only use our toolchain versions/patches if we are running our distro (DISTRO = "fsl") and one of our machines Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-07-23machines: Move machine specific variable to machine confKhem Raj
These variables are machine specific and therefore they need to be in machine conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-07-23machines: Dont lock linux-libc-headers-nativesdk preferred providerKhem Raj
linux-libc-headers-nativesdk is for native bits in an SDK its not required to be locked in machine conf files since nothing depends on machine per se here. If its a mattetr of policy then this should be added to distro conf which in this layer is fsl.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-07-23linux-qoriq-sdk.inc: add patch to fix perf compiler issuesMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-07-23linux-qoriq-sdk: Update to latest 1.2 SDK releaseKhem Raj
Signed-off-by: Khem Raj <kraj@juniper.net>
2012-07-23testfloat_2a.bb: fix quoting issuesMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-07-23fsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide ↵Khem Raj
linux-libc-headers-nativesdk If not set by user then let distro policy be to use linux-qoriq-sdk-headers-nativesdk for linux-libc-headers-nativesdk Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-07-23fsl.conf: check all the serial consoles if they are present at bootMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-07-18machine/e500v2.inc: Do not define TARGET_FPUKhem Raj
This is nicely defined in tune-e500v2.inc from oe-core, if we also define it here then oe-core appends to it and it becomes a wrong string 'ppc-efdppc-efd' which then gcc fails to identify and configures itself without e500_double support Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-07-12images: change to forcibly set IMAGE_FSTYPES, user can add with _appendMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-07-11remove unused FREESCALE_GIT variableMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-07-11disable extra inittab changesMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-07-11move serial console definitions into machine.conf so they are available for ↵Matthew McClintock
all distros (e.g. poky and fsl) Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-07-11u-boot_git.bb: add libgcc to dependsMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-07-11testfloat_2a.bb: fix license fieldMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-06-28recipes-append/udev: add skip rules for inappropriate block devicesChunrong Guo
Fix the following error: |Starting udevnbd11: Attempted send on closed socket |end_request: I/O error, dev nbd11, sector 0 FAT-fs (nbd11): unable to |read boot sector Signed-off-by: Chunrong Guo <b40290@freescale.com>
2012-06-26samba-3.4.0: add python2.7 compatibilityZhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-06-21correct dts file for targetsZhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-06-21update commit to the latest for kernelZhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-06-21update commit of u-boot for sdk 1.2Zhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-06-21update commit to the latest for rcw/hv-cfgZhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-06-07testfloat: fix dos2unix not found issue during do_unpack2Ting Liu
On some distros such as Ubuntu 10.04, dos2unix is replaced by fromdos. Reference: http://www.virtualhelp.me/linux/164-dos2unix-missing-ubuntu-1004 Fix the following error: | NOTE: Applying patch 'TestFloat-powerpc-E500v2-SPE-1.patch' | (../meta-fsl-ppc/recipes-test/testfloat/files/TestFloat-powerpc-E500v2 | -SPE-1.patch) | ERROR: Error executing a python function in ../meta-fsl-ppc/recipes-test/testfloat/testfloat_2a.bb: | CmdError: Command Error: exit status: 1 Output: Signed-off-by: Ting Liu <b28495@freescale.com>
2012-06-07add official mirror for source downloadZhenhua Luo
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-06-07hv-cfg: package images to hv-cfg-imageTing Liu
images are required to be included in full rootfs. Signed-off-by: Ting Liu <b28495@freescale.com>
2012-06-07rcw: package images to rcw-imageTing Liu
images are required to be included in full rootfs. Signed-off-by: Ting Liu <b28495@freescale.com>
2012-06-01Fixed meta-toolchain to include the proper linux-libc-headers-nativesdkDavid Nyström
2012-05-31Added ?= to PREFERRED provider in machines, and corrected linux ↵David Nyström
PREFERRED_VERSION Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-05-31Removed references to SRIO u-boot configurationsDavid Nyström
2012-05-29gdb: add patch to fix gdb issueMatthew McClintock
Fix decode of instructions on e500mc Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-05-21fix the u-boot-nand build issueZhenhua Luo
u-boot-nand.bin is the right one for NAND flash instead lf u-boot.bin Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-05-21set PREFERRED_VERSION_samba to 3.4.0Zhenhua Luo
NAS requires samba-3.4.0 to get better performance Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-05-21integrate samba-3.4.0Zhenhua Luo
NAS performance with samba-3.4.0 is better than samba-3.5.6, Signed-off-by: Zhenhua Luo <b19537@freescale.com>
2012-05-17remove reference to usdpaa files that are not in public git treeMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-05-10meta-fsl-ppc-private: add testfloatTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>
2012-05-09define JFFS2_ERASEBLOCK size for all boardsTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>
2012-05-07sysvinit-inittab.bbappend: remove and rely only on pokyMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-04-27u-boot: package images to u-boot-imagesTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>
2012-04-27remove p3060qdsMatthew McClintock
Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-04-26add p5040-64b supportChunrong Guo
Signed-off-by: Chunrong Guo <b40290@freescale.com>
2012-04-24Disable ccache in FSL distroMatthew McClintock
I'm trying to determine if ccache is causing issues with sstate and need to disable and it do a complete build for testing Signed-off-by: Matthew McClintock <msm@freescale.com>
2012-04-23u-boot-sd: skip using boot-format to regenerate imagesTing Liu
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>
2012-04-23recipes-append/udev: add skip rules for inappropriate block devicesChunrong Guo
Signed-off-by: Chunrong Guo <b40290@freescale.com>