summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* e6500.inc: force biarch gcc for kernel buildMatthew McClintock2012-09-131-0/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add nand u-boot in the default build list for p2041rdbZhenhua Luo2012-09-121-1/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* add "CentOS release 5.5 (Final)" into SANITY_TESTED_DISTROSZhenhua Luo2012-09-121-0/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* add additional u-boot and dts for mpc85xxTing Liu2012-09-123-5/+8
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* add new e6500 based machines (b4860qds and t4240qds)Matthew McClintock2012-09-126-0/+105
| | | | | | | | note: these machines build with a 64-bit kernel always, since optimal performance is with this kernel even if the rfs is still 32-bit Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: using our kernel tree for nativesdk is wrong, remove itMatthew McClintock2012-09-101-1/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* p1022ds.conf: change to use non-lite version of xserver, lite version has ↵Matthew McClintock2012-09-101-2/+2
| | | | | | been removed Signed-off-by: Matthew McClintock <msm@freescale.com>
* qemu: set preferred version for QEMUMatthew McClintock2012-09-055-2/+4
| | | | | | | | | The preferred version needs to specify the QEMU version for our qemu_git recipe (overridden by the QEMU bbappends). Without this patch we will no pick up our qemu_git recipe. Signed-off-by: Matthew McClintock <msm@freescale.com>
* add fslmachine overridesMatthew McClintock2012-09-054-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: add CentOS 5.8 as supported distroMatthew McClintock2012-08-141-0/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: clean up distro conf for masterMatthew McClintock2012-08-141-2/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* disable extra inittab changesMatthew McClintock2012-08-1423-2/+22
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* move serial console definitions into machine.conf so they are available for ↵Matthew McClintock2012-08-1423-3/+22
| | | | | | all distros (e.g. poky and fsl) Signed-off-by: Matthew McClintock <msm@freescale.com>
* add NOR u-boot into the default build list of p1010rdbZhenhua Luo2012-08-091-1/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* update preferred version for linux kernelMatthew McClintock2012-08-084-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: change UBOOT_MACHINES to use ?= so they can be overriddenMatthew McClintock2012-08-0622-22/+22
| | | | Signed-off-by: Matthew McClintock <msm@freescale.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>
* add official mirror for source downloadZhenhua Luo2012-07-101-0/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* 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>
* 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
|
* p1022ds.conf: switch to using xserver-xorg-liteMatthew McClintock2012-05-171-2/+2
| | | | 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>
* fsl.conf: update distro conf for denzil releaseMatthew McClintock2012-05-151-13/+48
| | | | 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
|