summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* remove bbappend of ipsec-tools and samba due to the two packages are not in ↵Zhenhua Luo2012-03-313-33/+0
| | | | | | poky repository Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* fsl.conf: make DISTRO_FEATURES minimal as possibleMatthew McClintock2012-03-301-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add libgomp and libgomp-dev in fsl-toolchainZhenhua Luo2012-03-301-0/+2
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* libxml: add --with-fexceptions into configure parameter listZhenhua Luo2012-03-271-0/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* gcc: add gcc-runtime back which should have powerpc patchesMatthew McClintock2012-03-272-1/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fix appending distro tag to PRMatthew McClintock2012-03-274-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fix "shutdown" hang issueChunrong Guo2012-03-261-0/+8
| | | | | | fix ENGR00170373: shutdown doesn't work Signed-off-by: Chunrong Guo <b40290@freescale.com>
* Revert "point to internel git tree:u-boot, rcw, hv-cfg, boot-format"Zhenhua Luo2012-03-234-32/+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-234-0/+32
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* meta-fsl-ppc: do_deploy not use DEPLOY_DIR_IMAGETing Liu2012-03-233-19/+6
| | | | | | | 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>
* P1023RDS: build NAND u-boot by defaultTing Liu2012-03-221-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* gcc: remove crosssdk from using fsl specific patchesMatthew McClintock2012-03-205-26/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* ipsec-tools: enable several optionsTing Liu2012-03-191-0/+7
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* fsl.conf: change qemu targets to just ppcMatthew McClintock2012-03-191-2/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* gcc: add gcc.fix_min_max.patchZhenhua Luo2012-03-162-1/+40
| | | | Signed-off-by: Zhenhua Luo <b19537@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
* qemu: remove bbappends since we reference private git serverMatthew McClintock2012-03-161-6/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* remove fsl-image-lsb - just use fsl-image-lsb-sdkMatthew McClintock2012-03-161-12/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* chagne lsb and lsb-sdk to tar.gz instead of nfsrootMatthew McClintock2012-03-152-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* binutils: add patches from poky's binutilsMatthew McClintock2012-03-152-5/+18710
| | | | | | | This drops my previous changes and just adds in patches from poky that already address libtool issues Signed-off-by: Matthew McClintock <msm@freescale.com>