summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: use our toolchain under correct conditionsMatthew McClintock2012-07-254-4/+4
| | | | | | | 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>
* machines: Move machine specific variable to machine confKhem Raj2012-07-2323-27/+66
| | | | | | | These variables are machine specific and therefore they need to be in machine conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
* machines: Dont lock linux-libc-headers-nativesdk preferred providerKhem Raj2012-07-234-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>
* fsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide ↵Khem Raj2012-07-231-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>
* fsl.conf: check all the serial consoles if they are present at bootMatthew McClintock2012-07-231-0/+5
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* machine/e500v2.inc: Do not define TARGET_FPUKhem Raj2012-07-181-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>
* remove unused FREESCALE_GIT variableMatthew McClintock2012-07-111-2/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* disable extra inittab changesMatthew McClintock2012-07-1123-3/+22
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* move serial console definitions into machine.conf so they are available for ↵Matthew McClintock2012-07-1123-23/+44
| | | | | | all distros (e.g. poky and fsl) Signed-off-by: Matthew McClintock <msm@freescale.com>
* correct dts file for targetsZhenhua Luo2012-06-2116-18/+24
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* add official mirror for source downloadZhenhua Luo2012-06-071-0/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Fixed meta-toolchain to include the proper linux-libc-headers-nativesdkDavid Nyström2012-06-014-0/+4
|
* 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
|
* set PREFERRED_VERSION_samba to 3.4.0Zhenhua Luo2012-05-211-0/+2
| | | | | | NAS requires samba-3.4.0 to get better performance Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* remove reference to usdpaa files that are not in public git treeMatthew McClintock2012-05-176-12/+6
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* define JFFS2_ERASEBLOCK size for all boardsTing Liu2012-05-0922-0/+66
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* remove p3060qdsMatthew McClintock2012-04-271-9/+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>
* Add more supported u-boot types for dpaa targetsChunrong Guo2012-04-095-5/+5
| | | | | 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
* fsl.conf: make DISTRO_FEATURES minimal as possibleMatthew McClintock2012-03-301-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* P1023RDS: build NAND u-boot by defaultTing Liu2012-03-221-1/+1
| | | | 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>
* conf/layer.conf: expand search for bbappend filesMatthew McClintock2012-03-091-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: Change TARGET_ARCH to TUNEPKG_ARCH for generating toolchain tarballMatthew McClintock2012-03-091-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: override TARGET_VENDOR for multilib scenarioMatthew McClintock2012-02-271-0/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: add additional u-boot images for all Freescale boardsChunrong Guo2012-02-2310-15/+21
| | | | Signed-off-by:Chunrong Guo <b40290@freescale.com>
* update p5020ds to use common tune file instead of diff ones for 32/64 bitMatthew McClintock2012-02-232-2/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* conf/machine/mpc8544ds.conf Signed-off-by: ChunRong Guo <b40290@freescale.com>Chunrong Guo2012-02-201-0/+9
|
* conf/machine/p5040ds.conf Signed-off-by:ChunRong Guo <b40290@freescale.com>Chunrong Guo2012-02-201-0/+9
|
* u-boot: fixup building multiple images and add thsoe images for p1020rdb to ↵Matthew McClintock2012-02-081-1/+3
| | | | | | start with Signed-off-by: Matthew McClintock <msm@freescale.com>
* Added the proper terminal support for Linux under Hypervisor.Diana CRACIUN2012-01-261-1/+1
| | | | | | Under Hypervisor, Linux is using ttyEHV0. Signed-off-by: Diana CRACIUN <Diana.Craciun@freescale.com>
* Move default images types built into image recipesMatthew McClintock2012-01-194-4/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* make all IMAGE_FSTYPES overridableMatthew McClintock2012-01-124-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* p3060qds.conf: Fix typoMatthew McClintock2012-01-111-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Update fsl distroMatthew McClintock2012-01-061-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add usdpaa dts into KERNEL_DEVICETREEZhenhua Luo2012-01-056-6/+12
| | | | | | p2041rdb, p3041ds, p3060qds, p4080ds, p5020ds and p5020ds-64b Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* e5500: set PREFERRED_PROVIDER_virtual/kernel to linux-qoriq-sdkTing Liu2012-01-021-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* set PREFERRED_PROVIDER_virtual/libx11 to libx11Ting Liu2012-01-021-0/+1
| | | | | | | | | | | | | | | | To avoid the following error when building fsl-image-lsb/fsl-image-lsb-sdk: ERROR: Multiple .bb files are due to be built which each provide virtual/libx11 (/home/jenkins/poky/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb /home/jenkins/poky/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb). task-core-lsb requires runtime dependency "libx11-locale" which is only provided by libx11_1.3.4.bb. Meanwhile, PREFERRED_PROVIDER_virtual/libx11 is by default set to "libx11-trim". File "libx11-trim_1.3.4.bb" is selected when adding dependency virtual/libx11 for dbus/qt4 etc. Both of the two recipes provide virtual/libx11. Signed-off-by: Ting Liu <b28495@freescale.com>
* update the kernel defconfig for non-smp targetsZhenhua Luo2011-12-083-3/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* conf/machines: add non-dpaa target boards supportZhenhua Luo2011-12-079-0/+81
| | | | | | | | | | The following boards are added: mpc8536ds.conf, mpc8548cds.conf, p1010rdb.conf, p1020mbg.conf, p1020utm.conf,p1021rdb.conf, p1024rdb.conf, p1025rdb.conf, p2020rdb.conf Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Matthew McClintock <msm@freescale.com>
* add machine configure file for p1023rds and p2041rdbZhenhua Luo2011-11-302-0/+16
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Add u-boot to default imagesMatthew McClintock2011-11-211-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add support for graphics on p1022dsMadeeha Javed2011-11-081-0/+10
| | | | | Signed-off-by: Madeeha Javed <madeeha_javed@mentor.com> Signed-off-by: Matthew McClintock <msm@freescale.com>
* Spawn multiple tty's on first two serial ports by defaultMatthew McClintock2011-11-075-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Build u-boot for various machinesMatthew McClintock2011-10-209-2/+10
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Fix to build u-boot images instead of just ext2.gz imagesMatthew McClintock2011-10-194-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add overall reference to Freescale git serverMatthew McClintock2011-10-191-0/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>