summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* qemu: update to QEMU 1.7Stuart Yoder2014-07-086-6/+6
| | | | Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
* update machine configure file for old boardsTing Liu2014-07-082-2/+2
| | | | | | | 1.c293pcie: remove C293PCIE_NAND from UBOOT_MACHINE list 2.p1023rdb: update defconfig to p1023_defconfig Signed-off-by: Ting Liu <b28495@freescale.com>
* add machine configure file for new boardsZongchun Yu2014-07-088-0/+175
| | | | | | | | | | | | | | based on latest kernel/u-boot codes, add following boards: t1040rdb-64b t1040rdb t1042rdb-64b t1042rdb t2080rdb-64b t2080rdb t4240rdb-64b t4240rdb Signed-off-by: Ting Liu <ting.liu@freescale.com>
* conf/machine/*.inc: install kernel-modules package for FSL PPC targetsFahad Arslan2014-06-036-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following boards are affected: - b4420qds-64b - b4420qds - b4860qds-64b - b4860qds - bsc9131rdb - bsc9132qds - c293pcie - p1010rdb - p1020rdb - p1021rdb - p1022ds - p1023rdb - p1025twr - p2020ds - p2020rdb - p2041rdb - p3041ds - p4080ds - p5020ds-64b - p5020ds - p5040ds-64b - p5040ds - t2080qds-64b - t2080qds - t4160qds-64b - t4160qds - t4240qds-64b - t4240qds Signed-off-by: Fahad Arslan <Fahad_Arslan@mentor.com>
* conf/machine/*.conf: Rework information headerChunrong Guo2014-06-0328-17/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Rework the information header to include a proper name, SoC and maintainer fields. This change has been done for follow boards: - b4420qds-64b - b4420qds - b4860qds-64b - b4860qds - bsc9131rdb - bsc9132qds - c293pcie - p1010rdb - p1020rdb - p1021rdb - p1022ds - p1023rdb - p1025twr - p2020ds - p2020rdb - p2041rdb - p3041ds - p4080ds - p5020ds-64b - p5020ds - p5040ds-64b - p5040ds - t2080qds-64b - t2080qds - t4160qds-64b - t4160qds - t4240qds-64b - t4240qds Signed-off-by: Chunrong Guo <B40290@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* t2080qds: add machine configure filesZongchun Yu2014-02-132-0/+34
| | | | Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
* conf/machine/*: make KERNEL_DEFCONFIG overridableTing Liu2014-01-1225-25/+25
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* conf/machine/*: make KERNEL_DEVICETREE overridableTing Liu2014-01-1224-24/+24
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* c293pcie: add machine configure fileChunrong Guo2014-01-121-0/+17
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* update BOOTFORMAT_CONFIG for p1/p2 rdb boardsTing Liu2014-01-124-4/+4
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* p1010rdb: update machine conf to support P1010RDB-PBZhenhua Luo2014-01-121-2/+5
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
* b4/t4: use e6500rev2_defconfig as default configZhenhua Luo2014-01-128-8/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
* build b4420qds-usdpaa dts by defaultZongchun Yu2013-10-102-2/+2
| | | | Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
* Remove overriding linux-libc-headersZhenhua Luo2013-09-246-6/+0
| | | | | | | | | | Layers should never need to be overriding linux-libc-headers. Refer to http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=babbf7a46acaefd9b36031483cafce053f607e66 for the reason. Fixed [Bug 5249]. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* Revert "e500v2: workaround for ICE of gcc-4.8.x"chunrong guo2013-09-031-6/+0
| | | | | | | | | | *This reverts commit 93c57323edc118eb8905980348ad3888664f2382 and commit efd344473c277eab8c1bae56120779983aba6176 *The reason for reverting this is: the below patch fix this problem. the patch url is : http://patches.openembedded.org/patch/56803/ Signed-off-by: Chunrong Guo <B40290@freescale.com>
* rework machines to use dtb file in KERNEL_DEVICETREE variableTing Liu2013-08-2025-38/+25
| | | | | | | | The linux-dtb.inc has been rework to use the Linux kernel build system to generate the DeviceTree binaries so now KERNEL_DEVICETREE variable should has the /target/ name, not the file path. Signed-off-by: Ting Liu <b28495@freescale.com>
* e500v2: workaround for ICE of gcc-4.8.xZhenhua Luo2013-07-171-0/+6
| | | | | | | | | | | | | | | [Issue] ICE appears when passing -mfloat-gprs=double for e500v2 target build with gcc-4.8.1, the bug url is: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57717#c1 [Workaround] Replace double-float with single-float for e500v2 build until the ICE is fixed [TODO] Revert the commit when the ICE bug is fixed. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* Remove 85xx NPI/Boards, P102x combo board and P1023RDS boardChunrong Guo2013-07-059-161/+0
| | | | | | | | | | These boards were not tested with latest released sdk 1.4 codes (kernel, u-boot, etc.). To avoid confusion and potential error, detete these machines from master/dylan branch of this layer. If anyone want to use them, please use danny/denzil/edison branch. Signed-off-by: Chunrong Guo <B40290@freescale.com>
* add custom-licenses dir for freescale EULATing Liu2013-07-031-0/+3
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* p1020rdb: update machine conf to use new -pd revisionTing Liu2013-07-011-2/+2
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* Add BSC9132QDS supportChunrong Guo2013-06-281-0/+16
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* Add BSC9131RDB supportChunrong Guo2013-06-281-0/+16
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* Add P1025TWR supportChunrong Guo2013-06-281-0/+18
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* add p1023rdb supportChunrong Guo2013-06-281-0/+16
| | | | | Change-Id:Ic42311e8619e5fbcf6f53f9f661439f6776dd760 Signed-off-by: Chunrong Guo <B40290@freescale.com>
* qemu: upgrade to the version of sdk-1.4Zhenhua Luo2013-06-286-6/+6
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* Remove unnecessary variables from machine confZhenhua Luo2013-04-1130-60/+0
| | | | | | | 1. USE_VT = "" is duplicated with USE_VT = "0" and is removed. 2. SYSVINIT_ENABLED_GETTYS is useful when USE_VT = "1", so remove it. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* layer.conf: avoid unnecessary early expansion with :=1.4_M5Christopher Larson2013-03-261-2/+2
| | | | | | bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
* udev-extraconf: added to the list of MACHINE_EXTRA_RRECOMMENDSTing Liu2013-03-116-6/+6
| | | | | | It will then added into packagegroup-basic and packagegroup-base. Signed-off-by: Ting Liu <b28495@freescale.com>
* conf/machines: update to use SOC_FAMILYMatthew McClintock2013-02-1830-2/+63
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Remove distro conf which are BSP/SDK specificZhenhua Luo2013-01-301-94/+0
| | | | | | Remove conf/distro/fsl.conf Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* rename collection name from fsl to fsl-ppcZhenhua Luo2013-01-301-3/+3
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fmc: update the version for legacy targetsZhenhua Luo2013-01-301-0/+2
| | | | | | | fmc_git.bb is added for e6500 targets, the default fmc version is build from git, the version(0.9.23) of legacy targets should be specified explicitly. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* add machine configure files for t4160qds and t4160qds-64bZhenhua Luo2013-01-302-0/+36
| | | | | | | currently the only difference of t4160qds and t4240qds is u-boot configure, the others are shared. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* add machine configure files for b4420qdsZhenhua Luo2013-01-302-0/+34
| | | | | | add b4420qds and b4420qds-64b machine configure files Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* t4240qds: add usdpaa dts in the build listZhenhua Luo2013-01-302-2/+4
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* e6500: replace corenet64_smp_defconfig with temp e6500rev1_defconfig for nowMatthew McClintock2013-01-304-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add usdpaa dts in the build list for b4860qdsZhenhua Luo2013-01-302-2/+4
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* correct the dts name for t4240qdsZhenhua Luo2013-01-301-1/+1
| | | | | | t4240.dts => t4240qds.dts Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* oprofile: remove from meta-fsl-ppc and use oe-coreMatthew McClintock2013-01-173-3/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add centos 6.3 in the supported Linux distros listTing Liu2012-12-041-0/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* add Ubuntu 12.04.1 LTS in the supported Linux distros listZhenhua Luo2012-12-041-0/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* u-boot_git.bb: lock down SHA for releaseMatthew McClintock2012-12-042-2/+2
| | | | | | | 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>
* set preferred version of oprofile to 0.9.6 for e5500/e5500-64b targetsZhenhua Luo2012-12-042-0/+2
| | | | | | the patches of e5500/e5500-64b support are only available for oprofile-0.9.6. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* set preferred version of oprofile to 0.9.6 for e500mc targetsZhenhua Luo2012-12-041-0/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* u-boot: add additional image for p5040dsTing Liu2012-11-132-2/+2
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* machines: Recommend u-boot using MACHINE_EXTRA_RRECOMMENDSKhem Raj2012-10-016-12/+6
| | | | | | Delete unused MACHINE_FEATURES_RRECOMMENDS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* add u-boot as an extra image depMatthew McClintock2012-09-256-0/+6
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* rename task- to packagegroup-Matthew McClintock2012-09-191-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: add multiarch to fsl distroMatthew McClintock2012-09-171-1/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Revert "e6500.inc: force biarch gcc for kernel build"Matthew McClintock2012-09-141-3/+0
| | | | | | We will just skip the kernel recipe if we don't have biarch enabled This reverts commit f3469d97cef7fcd6277dfab7326f7a8e0d5bb5bd.