summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* machine/e500v2.inc: Do not define TARGET_FPUKhem Raj2012-07-171-2/+0
| | | | | | | | | | 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>
* fsl.conf: check all the serial consoles if they are present at bootMatthew McClintock2012-07-111-0/+5
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* machines: Move machine specific variable to machine confKhem Raj2012-07-1123-6/+66
| | | | | | | These variables are machine specific and therefore they need to be in machine conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
* correct dts file for targetsZhenhua Luo2012-07-1016-18/+24
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.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>
* update commit to the latest for rcw/hv-cfgZhenhua Luo2012-07-102-2/+2
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* testfloat: fix dos2unix not found issue during do_unpack2Ting Liu2012-07-101-1/+7
| | | | | | | | | | | | | | | 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>
* add official mirror for source downloadZhenhua Luo2012-07-101-0/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* hv-cfg: package images to hv-cfg-imageTing Liu2012-07-101-2/+11
| | | | | | images are required to be included in full rootfs. Signed-off-by: Ting Liu <b28495@freescale.com>
* rcw: package images to rcw-imageTing Liu2012-07-101-2/+11
| | | | | | images are required to be included in full rootfs. Signed-off-by: Ting Liu <b28495@freescale.com>
* testfloat_2a.bb: fix license fieldMatthew McClintock2012-07-091-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk: Update to latest 1.2 SDK releaseKhem Raj2012-07-094-62/+2
| | | | Signed-off-by: Khem Raj <kraj@juniper.net>
* fsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide ↵Khem Raj2012-07-091-0/+1
| | | | | | | | | 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>
* machines: Dont lock linux-libc-headers-nativesdk preferred providerKhem Raj2012-07-094-4/+0
| | | | | | | | | | 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>
* recipes: Bring bbappends in line with OE-Core/masterKhem Raj2012-07-093-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-016-9/+11
|
* Added ?= to PREFERRED provider in machines, and corrected linux ↵David Nyström2012-05-315-18/+15
| | | | | | PREFERRED_VERSION Signed-off-by: Matthew McClintock <msm@freescale.com>
* Removed references to SRIO u-boot configurationsDavid Nyström2012-05-313-3/+3
|
* p1022ds.conf: switch to using xserver-xorg-liteMatthew McClintock2012-05-171-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk.inc: add patch to fix perf compiler issuesMatthew McClintock2012-05-172-1/+33
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* remove reference to internal freescale machinesMatthew McClintock2012-05-161-2/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* remove reference to usdpaa files that are not in public git treeMatthew McClintock2012-05-166-12/+6
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* busybox: remove bbappendsMatthew McClintock2012-05-156-1207/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* oprofile: remove bbappendsMatthew McClintock2012-05-154-227/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* netbase: update bbappends to new versionMatthew McClintock2012-05-151-0/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* mtd-utils: remove extra patchesMatthew McClintock2012-05-152-135/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* remove fsl specific toolchainMatthew McClintock2012-05-1557-32116/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* testfloat_2a.bb: fix quoting issuesMatthew McClintock2012-05-151-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: update distro conf for denzil releaseMatthew McClintock2012-05-151-13/+48
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* meta-fsl-ppc-private: add testfloatTing Liu2012-05-104-0/+3174
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* define JFFS2_ERASEBLOCK size for all boardsTing Liu2012-05-0922-0/+66
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* sysvinit-inittab.bbappend: remove and rely only on pokyMatthew McClintock2012-05-071-8/+0
| | | | 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-274-12/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add p5040-64b supportChunrong Guo2012-04-261-0/+10
| | | | Signed-off-by: Chunrong Guo <b40290@freescale.com>
* Disable ccache in FSL distroMatthew McClintock2012-04-241-0/+2
| | | | | | | 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>
* 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>
* recipes-append/udev: add skip rules for inappropriate block devicesChunrong Guo2012-04-232-0/+43
| | | | Signed-off-by: Chunrong Guo <b40290@freescale.com>
* add e500mc support for oprofileZhenhua Luo2012-04-184-0/+227
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Added rule to rename to fm2-gb4 the 5th GB of 2nd FMan in P5040Stefan Szabo2012-04-161-0/+1
| | | | Signed-off-by: Stefan Szabo <szbs001@freescale.com>
* enable CHRT in busybox defconfigZhenhua Luo2012-04-131-1/+1
| | | | | | | chrt (required for some of the RT test cases, 'chrt' allows to set scheduling prio/policy of a thread. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* disable udhcp in busybox to stop ip auto-assignZhenhua Luo2012-04-131-14/+14
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Disable rp_filter to enhance ASF IP forward performanceZhenhua Luo2012-04-122-0/+67
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* fsl-toolchain: add glib-2.0-dev package so we pull in header and pkgconfig filesMatthew McClintock2012-04-121-0/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* tclap: add tclap 1.2.1Zhenhua Luo2012-04-101-0/+17
| | | | Signed-off-by: Zhenhua Luo <b19537@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-096-9/+20
| | | | | Signed-off-by: Chunrong Guo <b40290@freescale.com> Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Revert "fsl.conf: make DISTRO_FEATURES minimal as possible"Matthew McClintock2012-04-021-1/+1
| | | | | | | This reverts commit 314ce1065833306d44f3cd42ffbd9f330e2c02b5. This is causing issues with larger images that don't build when X11 is disabled. We need to defer this issue until after our release