summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* boot-format_git.bb: update GPL license to GPLv2 (no actually change in license)Matthew McClintock2012-09-131-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add additional u-boot and dts for mpc85xxTing Liu2012-09-123-5/+8
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* busybox: add fsl customized defconfigTing Liu2012-09-125-0/+1500
| | | | | | | | 1.use largest general-purpose configuration 2.add a patch to fix possible build issue with kernel 3.0 reference: http://www.gossamer-threads.com/lists/linux/kernel/1418363 Signed-off-by: Ting Liu <b28495@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>
* meta-fsl-ppc: lxc: add patch to fix 64-bit lib mount issueStuart Yoder2012-09-122-0/+50
| | | | Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
* remove use of tags in SRCREV and replace with actual SHAsMatthew McClintock2012-09-123-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* lxc_0.8.0-rc1.bb: initial add of recipeMatthew McClintock2012-09-102-0/+63
| | | | 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>
* qemu: make fsl boards use qemu from git.freescale.com for running on targetsMatthew McClintock2012-09-056-2/+43
| | | | | | | This version of qemu will be built and deployed on root file systems. It will not effect the native and nativesdk components of the build. Signed-off-by: Matthew McClintock <msm@freescale.com>
* add fslmachine overridesMatthew McClintock2012-09-054-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk-headers.bb: append multilibs insteadMatthew McClintock2012-08-271-1/+2
| | | | | | | We also set MULTLIBS to an empty value to avoid parsing this recipe on non-MULTILIBS parts Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk-headers.bb: extend recipe to multilibMatthew McClintock2012-08-241-0/+2
| | | | | | | | | | | Fixes issues like: NOTE: multiple providers are available for lib64-linux-libc-headers (lib64-linux-libc-headers, lib64-linux-libc-headers-yocto) NOTE: consider defining a PREFERRED_PROVIDER entry to match lib64-linux-libc-headers NOTE: multiple providers are available for runtime lib64-linux-libc-headers-dev (lib64-linux-libc-headers, lib64-linux-libc-headers-yocto) NOTE: consider defining a PREFERRED_PROVIDER entry to match lib64-linux-libc-headers-dev Signed-off-by: Matthew McClintock <msm@freescale.com>
* update to latest released versionsMatthew McClintock2012-08-143-5/+5
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* boot-format_git.bb: update to latest versionMatthew McClintock2012-08-131-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: correct path to config filesVladimir Zapolskiy2012-08-131-1/+1
| | | | | | | | The trivial change fixes u-boot compilation task, boot_format utility installs board configuration files into a subdirectory of STAGING_DATADIR_NATIVE. Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> Cc: 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>
* fsl-image-lsb-sdk.bb: replace POKY_BASE_INSTALL with CORE_IMAGE_BASE_INSTALLZhenhua Luo2012-08-091-1/+1
| | | | | | POKY_BASE_INSTALL is replaced by CORE_IMAGE_BASE_INSTALL Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* fsl.conf: add CentOS 5.8 as supported distroMatthew McClintock2012-08-081-0/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* strongswan_5.0.0.bb: update recipe packaging to fix QA warnings and package ↵Matthew McClintock2012-08-081-1/+9
| | | | | | all content Signed-off-by: Matthew McClintock <msm@freescale.com>
* add strongswan_5.0.0 from meta-oe masterMatthew McClintock2012-08-081-0/+21
| | | | | | | We are adding this here since we can't backport this to denzil on meta-oe as it's more than just a bugfix. Signed-off-by: Matthew McClintock <msm@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>
* linux-qoriq-sdk.bb: prepend to do_configureKhem Raj2012-08-011-1/+1
| | | | | | | | | | | | Instead of prepending to kernel_do_configure lets prepend to do_configure this gives another knob for users who want to insert between this prepend and do_configure_kernel. Typical usecase is to enable kconfig options on top of defconfig can be then appended to .config easliy in a bbappend. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fsl.conf: clean up distro conf for denzilMatthew McClintock2012-08-011-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk: Update to latest 1.2 SDK releaseKhem Raj2012-07-301-1/+1
| | | | Signed-off-by: Khem Raj <kraj@juniper.net>
* images: change to forcibly set IMAGE_FSTYPES, user can add with _appendMatthew McClintock2012-07-302-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* remove extra source mirror from fsl.confMatthew McClintock2012-07-301-3/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* disable extra inittab changesMatthew McClintock2012-07-3023-2/+22
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* move serial console definitions into machine.conf so they are available for ↵Matthew McClintock2012-07-3023-3/+22
| | | | | | all distros (e.g. poky and fsl) Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk.inc: add patch to fix perf compiler issuesMatthew McClintock2012-07-272-0/+32
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk-headers: Make it machine independentKhem Raj2012-07-271-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>
* fsl.conf: check all the serial consoles if they are present at bootMatthew McClintock2012-07-271-0/+5
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* machines: Move machine specific variable to machine confKhem Raj2012-07-2723-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>
* update commit to the latest for rcw/hv-cfgZhenhua Luo2012-07-272-2/+2
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* fsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide ↵Khem Raj2012-07-271-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-274-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>
* 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>
* linux: remove patches that are no longer usedMatthew McClintock2012-07-092-26/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: add Fedora 13 as support distroMatthew McClintock2012-07-091-0/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: add libgcc to dependsMatthew McClintock2012-07-051-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* testfloat_2a.bb: fix license fieldMatthew McClintock2012-07-051-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Revert "fsl.conf: update to use eglibc 2.15"Matthew McClintock2012-07-021-1/+0
| | | | This reverts commit 3188ec4519934b571df7a7be022b5dbf0d88cce0.
* fsl.conf: update to use eglibc 2.15Matthew McClintock2012-06-271-0/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* samba-3.4.0: add python2.7 compatibilityZhenhua Luo2012-06-262-2/+96
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* correct dts file for targetsZhenhua Luo2012-06-2116-18/+24
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* update commit to the latest for kernelZhenhua Luo2012-06-211-5/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* update commit of u-boot for sdk 1.2Zhenhua Luo2012-06-211-2/+2
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* integrate samba-3.4.0Zhenhua Luo2012-06-2114-0/+574
| | | | | | NAS performance with samba-3.4.0 is better than samba-3.5.6, Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* set PREFERRED_VERSION_samba to 3.4.0Zhenhua Luo2012-06-211-0/+2
| | | | | | NAS requires samba-3.4.0 to get better performance Signed-off-by: Zhenhua Luo <b19537@freescale.com>