]> code.ossystems Code Review - meta-freescale.git/log
meta-freescale.git
12 years agolxc_0.8.0-rc1.bb: point lxc at kernel source
Matthew McClintock [Tue, 16 Oct 2012 00:34:24 +0000 (00:34 +0000)]
lxc_0.8.0-rc1.bb: point lxc at kernel source

Fixes:

| powerpc-fsl-linux-gcc: error: default/arch/powerpc/include/asm/unistd.h: No such file or directory
| powerpc-fsl-linux-gcc: fatal error: no input files
| compilation terminated.
| attach.c:45:19: fatal error: setns.h: No such file or directory
| compilation terminated.
| make[3]: [setns.h] Error 1 (ignored)
| powerpc-fsl-linux-gcc -E --sysroot=/opt/yocto/cache-build/p4080ds/build_p4080ds_release/tmp/sysroots/p4080ds  -m32 -mhard-float  -mcpu=e500mc  -dM default/arch/powerpc/include/asm/unistd.h |grep setns > setns.h
| make[3]: *** [liblxc_so-attach.o] Error 1
| make[3]: *** Waiting for unfinished jobs....
| powerpc-fsl-linux-gcc: error: default/arch/powerpc/include/asm/unistd.h: No such file or directory
| powerpc-fsl-linux-gcc: fatal error: no input files
| compilation terminated.
| make[3]: [setns.h] Error 1 (ignored)
| make[3]: Leaving directory `/opt/yocto/cache-build/p4080ds/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/lxc-0.8.0-rc1-r4/lxc-0.8.0-rc1/src/lxc'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/opt/yocto/cache-build/p4080ds/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/lxc-0.8.0-rc1-r4/lxc-0.8.0-rc1/src'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/opt/yocto/cache-build/p4080ds/build_p4080ds_release/tmp/work/ppce500mc-fsl-linux/lxc-0.8.0-rc1-r4/lxc-0.8.0-rc1/src'
| make: *** [all-recursive] Error 1
| ERROR: oe_runmake failed

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agolmsensors-apps: Add required rdepends of perl modules to lmsensors-{apps,scripts}
Zhenhua Luo [Fri, 12 Oct 2012 14:33:28 +0000 (14:33 +0000)]
lmsensors-apps: Add required rdepends of perl modules to lmsensors-{apps,scripts}

 * lmsensors-apps: Add perl-module-strict perl-module-vars perl-module-warnings-register perl-module-warnings
 * lmsensors-scripts: perl-module-fcntl perl-module-exporter perl-module-xsloader perl-module-exporter-heavy perl-module-file-basename perl-module-constant

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agolxc: create the /var/lib/lxc directory
Stuart Yoder [Wed, 10 Oct 2012 03:28:29 +0000 (03:28 +0000)]
lxc: create the /var/lib/lxc directory

-lxc requires this directory to be present

-this patch is a workaround for the issue, plan is to
 submit a patch upstream to fix this and see what
 feedback we receive

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
12 years agolxc: remove hwaddr from vlan config
Stuart Yoder [Wed, 10 Oct 2012 03:28:28 +0000 (03:28 +0000)]
lxc: remove hwaddr from vlan config

-to get vlan working with the FSL SDK we need to
 remove the hwaddr.  This was found by trial and
 error.  Upstream discussion is started as to
 when the hwaddr might be needed, but for now remove it

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
12 years agolxc: remove dhcp from busybox template
Stuart Yoder [Wed, 10 Oct 2012 03:28:27 +0000 (03:28 +0000)]
lxc: remove dhcp from busybox template

-the dhcp which is started by default in a container
 causes our default examples various issues..including
 vlans not working right, and screwing up host
 network interfaces if networking isn't virtualized

-we do not know yet what the right upstream fix
 is for this with more testing and characterization
 needed

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
12 years agoset preferred version of oprofile to 0.9.6 for e500mc targets
Zhenhua Luo [Wed, 10 Oct 2012 09:05:29 +0000 (09:05 +0000)]
set preferred version of oprofile to 0.9.6 for e500mc targets

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agooprofile: add 0.9.6
Zhenhua Luo [Fri, 28 Sep 2012 12:42:10 +0000 (12:42 +0000)]
oprofile: add 0.9.6

oprofile-0.9.7 doesn't support e500mc, the patches of e500mc support
    are only available for oprofile-0.9.6

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agolio-utils: fix runtime issue
Zhenhua Luo [Fri, 28 Sep 2012 12:40:33 +0000 (12:40 +0000)]
lio-utils: fix runtime issue

1. add rumtime dependency for lio-utils
    2. use commit ID to fix offline build issue
    3. install rc.target

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agolm_sensors: added recipe for v3.3.2
Zhenhua Luo [Wed, 19 Sep 2012 07:06:09 +0000 (15:06 +0800)]
lm_sensors: added recipe for v3.3.2

    the patch is generated based on http://patches.openembedded.org/patch/27213/
    which is submitted by Jackie Huang <jackie.huang@windriver.com>
    * Adapted from the recipe for v3.2.0
    * Added MANDIR in EXTRA_OEMAKE instead of the moving operation for
      manuals in do_install
    * put .a files in _staticdev package

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agosysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppc
Zhenhua Luo [Wed, 19 Sep 2012 15:33:28 +0000 (15:33 +0000)]
sysvinit: move bbappend from meta-fsl-ppc-private to meta-fsl-ppc

    the bbappend is appled for fsl machines

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agou-boot: add additional image for p5040ds
Ting Liu [Thu, 13 Sep 2012 15:20:27 +0000 (15:20 +0000)]
u-boot: add additional image for p5040ds

Signed-off-by: Ting Liu <b28495@freescale.com>
12 years agou-boot: fix nand image name issue for different core type
Zhenhua Luo [Thu, 9 Aug 2012 11:19:52 +0000 (19:19 +0800)]
u-boot: fix nand image name issue for different core type

Final nand u-boot image is named differently in u-boot source. That is:
"u-boot-nand.bin" for e500v2 boards, "u-boot.bin" for other boards.

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Ting Liu <b28495@freescale.com>
12 years agou-boot_git.bb: use upstream u-boot for e6500 parts for now
Matthew McClintock [Mon, 12 Nov 2012 19:42:16 +0000 (13:42 -0600)]
u-boot_git.bb: use upstream u-boot for e6500 parts for now

We will publish a tested version at git.freescale.com soon, but
for now since the upstream u-boot works let's use that one

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agobusybox_1.20.2.bbappend:updated FILESEXTRAPATHS_prepend_fsl
Chunrong Guo [Tue, 30 Oct 2012 04:36:49 +0000 (23:36 -0500)]
busybox_1.20.2.bbappend:updated FILESEXTRAPATHS_prepend_fsl

     Fix Fetcher failure for URL: 'file://defconfig-fsl'

Signed-off-by: Chunrong Guo <b40290@freescale.com>
12 years agonetbase_5.0.bbappend: SRC_URI_append_fsl instead of SRC_URI_fsl
Chunrong Guo [Tue, 30 Oct 2012 06:17:04 +0000 (01:17 -0500)]
netbase_5.0.bbappend: SRC_URI_append_fsl instead of SRC_URI_fsl

Fixes issues were LIC_FILES_CHKSUM points to an invalid file.
Also, it prevents overridding all other patches to netbase

Signed-off-by: Chunrong Guo <b40290@freescale.com>
12 years agomove udev bbappend to new version
Matthew McClintock [Mon, 29 Oct 2012 14:58:38 +0000 (09:58 -0500)]
move udev bbappend to new version

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agohypervisor_git.bb: lock down SHAs to release versions
Matthew McClintock [Fri, 19 Oct 2012 18:48:52 +0000 (13:48 -0500)]
hypervisor_git.bb: lock down SHAs to release versions

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agohypervisor: add missing space character for PACKAGES_prepend
Zhenhua Luo [Wed, 17 Oct 2012 10:15:11 +0000 (18:15 +0800)]
hypervisor: add missing space character for PACKAGES_prepend

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agohypervisor_git.bb: initial add of embedded-hv to public layer
Matthew McClintock [Tue, 16 Oct 2012 18:15:16 +0000 (13:15 -0500)]
hypervisor_git.bb: initial add of embedded-hv to public layer

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agolinux-qoriq-sdk.inc: skip arch QA since kernel might not match for 64-bit kernels...
Matthew McClintock [Tue, 2 Oct 2012 19:23:42 +0000 (14:23 -0500)]
linux-qoriq-sdk.inc: skip arch QA since kernel might not match for 64-bit kernels on 32-bit rfs

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agomachines: Recommend u-boot using MACHINE_EXTRA_RRECOMMENDS
Khem Raj [Sun, 30 Sep 2012 18:07:53 +0000 (11:07 -0700)]
machines: Recommend u-boot using MACHINE_EXTRA_RRECOMMENDS

Delete unused MACHINE_FEATURES_RRECOMMENDS

Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 years agou-boot_git.bb: don't try to built 32-bit u-boot on 64-bit machine
Matthew McClintock [Tue, 25 Sep 2012 19:23:16 +0000 (14:23 -0500)]
u-boot_git.bb: don't try to built 32-bit u-boot on 64-bit machine

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoadd u-boot as an extra image dep
Matthew McClintock [Tue, 25 Sep 2012 17:52:27 +0000 (12:52 -0500)]
add u-boot as an extra image dep

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoRevert "change the priority of packages which provide ifconfig to ifconfig link ifcon...
Matthew McClintock [Thu, 20 Sep 2012 19:09:54 +0000 (14:09 -0500)]
Revert "change the priority of packages which provide ifconfig to ifconfig link ifconfig.net-tools by default"

This reverts commit bbf7c8e9216c6844dd4c6e63e6432df8293fb4bc.

12 years agorcw_git.bb: update to latest and update LIC_FILES_CHECKSUM
Matthew McClintock [Thu, 20 Sep 2012 18:10:42 +0000 (13:10 -0500)]
rcw_git.bb: update to latest and update LIC_FILES_CHECKSUM

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agorename task- to packagegroup-
Matthew McClintock [Wed, 19 Sep 2012 20:47:15 +0000 (15:47 -0500)]
rename task- to packagegroup-

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agochange the priority of packages which provide ifconfig to ifconfig link ifconfig...
Chunrong Guo [Thu, 23 Aug 2012 10:15:56 +0000 (10:15 +0000)]
change the priority of packages which provide ifconfig to ifconfig link ifconfig.net-tools by default

Signed-off-by: Chunrong Guo <b40290@freescale.com>
12 years agoudev: do not automount block devices for fslmachines
Chunrong Guo [Fri, 14 Sep 2012 06:08:56 +0000 (14:08 +0800)]
udev: do not automount block devices for fslmachines

    kernel can’t boot up with extend partition in HDD
    FILESEXTRAPATHS_prepend is the right variable to extend file search path,
    this is applied for fsl ppc targets

Signed-off-by: Chunrong Guo <b40290@freescale.com>
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agolio-utils: add lio-utils-4.0
Zhenhua Luo [Thu, 30 Aug 2012 09:07:09 +0000 (09:07 +0000)]
lio-utils: add lio-utils-4.0

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agofsl-image-minimal: IMAGE_FSTYPES add jffs2
Ting Liu [Mon, 3 Sep 2012 16:37:16 +0000 (16:37 +0000)]
fsl-image-minimal: IMAGE_FSTYPES add jffs2

Signed-off-by: Ting Liu <b28495@freescale.com>
12 years agolinux-qoriq-sdk.inc: only check for multiarch in eX500 not eX500-64b
Matthew McClintock [Tue, 18 Sep 2012 18:48:37 +0000 (13:48 -0500)]
linux-qoriq-sdk.inc: only check for multiarch in eX500 not eX500-64b

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agou-boot_git.bb: only set variable if not set
Matthew McClintock [Tue, 18 Sep 2012 18:39:59 +0000 (13:39 -0500)]
u-boot_git.bb: only set variable if not set

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agogettext: remove bbappends since the patch it adds does not apply
Matthew McClintock [Mon, 17 Sep 2012 21:34:58 +0000 (16:34 -0500)]
gettext: remove bbappends since the patch it adds does not apply

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agolinux-qoriq-sdk: Correct the check for BUILD_64BIT_KERNEL
Khem Raj [Tue, 18 Sep 2012 17:17:31 +0000 (10:17 -0700)]
linux-qoriq-sdk: Correct the check for BUILD_64BIT_KERNEL

Current comparision is returning false which is not 0
and hence KERNEL_CC and KERNEL_LD are getting 64bit options
appended even when BUILD_64BIT_KERNEL is unset

Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 years agolinux-qoriq-sdk.inc: make sure we enabled biarch for our kernel builds
Matthew McClintock [Mon, 17 Sep 2012 20:01:11 +0000 (15:01 -0500)]
linux-qoriq-sdk.inc: make sure we enabled biarch for our kernel builds

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agou-boot_git.bb: libgcc is required for multilib builds too
Matthew McClintock [Mon, 17 Sep 2012 19:59:03 +0000 (14:59 -0500)]
u-boot_git.bb: libgcc is required for multilib builds too

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agofsl.conf: add multiarch to fsl distro
Matthew McClintock [Mon, 17 Sep 2012 19:58:15 +0000 (14:58 -0500)]
fsl.conf: add multiarch to fsl distro

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoRevert "e6500.inc: force biarch gcc for kernel build"
Matthew McClintock [Fri, 14 Sep 2012 18:19:46 +0000 (13:19 -0500)]
Revert "e6500.inc: force biarch gcc for kernel build"

We will just skip the kernel recipe if we don't have biarch enabled

This reverts commit f3469d97cef7fcd6277dfab7326f7a8e0d5bb5bd.

12 years agou-boot_git.bb: u-boot depends on libgcc
Matthew McClintock [Fri, 14 Sep 2012 15:55:42 +0000 (10:55 -0500)]
u-boot_git.bb: u-boot depends on libgcc

Fixes linker issues where we are missing symbols such as
_restgpr_NN_x

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoe6500.inc: force biarch gcc for kernel build
Matthew McClintock [Fri, 14 Sep 2012 03:11:21 +0000 (22:11 -0500)]
e6500.inc: force biarch gcc for kernel build

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agou-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machine
Matthew McClintock [Fri, 14 Sep 2012 01:27:54 +0000 (20:27 -0500)]
u-boot_git.bb: hack in support for building 32-bit u-boot with 64-bit machine

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agobusybox: add fsl customized defconfig
Ting Liu [Wed, 12 Sep 2012 07:06:28 +0000 (15:06 +0800)]
busybox: add fsl customized defconfig

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>
12 years agoboot-format_git.bb: update GPL license to GPLv2 (no actually change in license)
Matthew McClintock [Thu, 13 Sep 2012 16:44:05 +0000 (11:44 -0500)]
boot-format_git.bb: update GPL license to GPLv2 (no actually change in license)

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoRevert "busybox: add fsl customized defconfig"
Matthew McClintock [Thu, 13 Sep 2012 16:38:52 +0000 (11:38 -0500)]
Revert "busybox: add fsl customized defconfig"

This version of busybox is not in this branch, needs to be updated for master

This reverts commit cedbe9eb8e20b7de8c287dd9185934089e88ac0a.

12 years agobusybox: add fsl customized defconfig
Ting Liu [Wed, 12 Sep 2012 07:06:28 +0000 (15:06 +0800)]
busybox: add fsl customized defconfig

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>
12 years agoadd nand u-boot in the default build list for p2041rdb
Zhenhua Luo [Wed, 12 Sep 2012 07:06:26 +0000 (15:06 +0800)]
add nand u-boot in the default build list for p2041rdb

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agoadd "CentOS release 5.5 (Final)" into SANITY_TESTED_DISTROS
Zhenhua Luo [Wed, 12 Sep 2012 07:06:15 +0000 (15:06 +0800)]
add "CentOS release 5.5 (Final)" into SANITY_TESTED_DISTROS

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agoadd additional u-boot and dts for mpc85xx
Ting Liu [Wed, 12 Sep 2012 07:06:17 +0000 (15:06 +0800)]
add additional u-boot and dts for mpc85xx

Signed-off-by: Ting Liu <b28495@freescale.com>
12 years agoadd new e6500 based machines (b4860qds and t4240qds)
Matthew McClintock [Mon, 10 Sep 2012 21:19:25 +0000 (16:19 -0500)]
add new e6500 based machines (b4860qds and t4240qds)

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>
12 years agolinux-qoriq-sdk.inc: add var to configure build for 64-bit kernel on 32-bit machine
Matthew McClintock [Wed, 12 Sep 2012 20:46:15 +0000 (15:46 -0500)]
linux-qoriq-sdk.inc: add var to configure build for 64-bit kernel on 32-bit machine

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agometa-fsl-ppc: lxc: add patch to fix 64-bit lib mount issue
Stuart Yoder [Thu, 13 Sep 2012 00:26:29 +0000 (00:26 +0000)]
meta-fsl-ppc: lxc: add patch to fix 64-bit lib mount issue

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
12 years agoremove use of tags in SRCREV and replace with actual SHAs
Matthew McClintock [Wed, 12 Sep 2012 18:00:24 +0000 (13:00 -0500)]
remove use of tags in SRCREV and replace with actual SHAs

This was done because BB_NO_NETWORK only works with SHAs since the
fetcher needs to check the tags each time

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agolxc_0.8.0-rc1.bb: initial add of recipe
Matthew McClintock [Mon, 10 Sep 2012 20:37:55 +0000 (15:37 -0500)]
lxc_0.8.0-rc1.bb: initial add of recipe

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agofsl.conf: using our kernel tree for nativesdk is wrong, remove it
Matthew McClintock [Mon, 10 Sep 2012 16:53:37 +0000 (11:53 -0500)]
fsl.conf: using our kernel tree for nativesdk is wrong, remove it

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agop1022ds.conf: change to use non-lite version of xserver, lite version has been removed
Matthew McClintock [Mon, 10 Sep 2012 16:29:21 +0000 (11:29 -0500)]
p1022ds.conf: change to use non-lite version of xserver, lite version has been removed

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoadd kernel patch to fix parallel build failures
Matthew McClintock [Thu, 6 Sep 2012 18:50:41 +0000 (13:50 -0500)]
add kernel patch to fix parallel build failures

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoqemu: set preferred version for QEMU
Matthew McClintock [Wed, 25 Jul 2012 01:12:53 +0000 (01:12 +0000)]
qemu: set preferred version for QEMU

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>
12 years agoadd fslmachine overrides
Matthew McClintock [Wed, 25 Jul 2012 20:57:24 +0000 (15:57 -0500)]
add fslmachine overrides

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoupdate bbappends to only apply on our distro, as a precursor to moving to it's own...
Matthew McClintock [Tue, 4 Sep 2012 20:35:33 +0000 (15:35 -0500)]
update bbappends to only apply on our distro, as a precursor to moving to it's own layer

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agofsl-image-lsb-sdk: Remove deprecated IMAGE_FEATURE apps-console-core
Khem Raj [Tue, 4 Sep 2012 17:03:25 +0000 (10:03 -0700)]
fsl-image-lsb-sdk: Remove deprecated IMAGE_FEATURE apps-console-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 years agolinux-qoriq-sdk.inc: add patch so perf builds
Matthew McClintock [Tue, 28 Aug 2012 05:42:32 +0000 (00:42 -0500)]
linux-qoriq-sdk.inc: add patch so perf builds

Originally from Khem Raj

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agou-boot_git.bb: add default multilib compiler info
Matthew McClintock [Tue, 14 Aug 2012 20:17:15 +0000 (15:17 -0500)]
u-boot_git.bb: add default multilib compiler info

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoupdate to latest released versions
Matthew McClintock [Tue, 14 Aug 2012 18:58:09 +0000 (13:58 -0500)]
update to latest released versions

Signed-off-by: Matthew McClintock <msm@freescale.com>
Conflicts:

recipes-kernel/linux/linux-qoriq-sdk.inc

12 years agoimages: change to forcibly set IMAGE_FSTYPES, user can add with _append
Matthew McClintock [Thu, 12 Jul 2012 19:32:07 +0000 (14:32 -0500)]
images: change to forcibly set IMAGE_FSTYPES, user can add with _append

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agofsl.conf: add CentOS 5.8 as supported distro
Matthew McClintock [Wed, 8 Aug 2012 21:40:21 +0000 (16:40 -0500)]
fsl.conf: add CentOS 5.8 as supported distro

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agofsl.conf: clean up distro conf for master
Matthew McClintock [Wed, 1 Aug 2012 21:33:44 +0000 (16:33 -0500)]
fsl.conf: clean up distro conf for master

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agodisable extra inittab changes
Matthew McClintock [Wed, 11 Jul 2012 22:37:56 +0000 (17:37 -0500)]
disable extra inittab changes

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agomove serial console definitions into machine.conf so they are available for all distr...
Matthew McClintock [Wed, 11 Jul 2012 22:26:51 +0000 (17:26 -0500)]
move serial console definitions into machine.conf so they are available for all distros (e.g. poky and fsl)

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoboot-format_git.bb: update to latest version
Matthew McClintock [Mon, 13 Aug 2012 22:23:08 +0000 (17:23 -0500)]
boot-format_git.bb: update to latest version

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agou-boot: correct path to config files
Vladimir Zapolskiy [Fri, 10 Aug 2012 22:48:37 +0000 (01:48 +0300)]
u-boot: correct path to config files

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>
12 years agoadd NOR u-boot into the default build list of p1010rdb
Zhenhua Luo [Tue, 24 Jul 2012 04:06:47 +0000 (04:06 +0000)]
add NOR u-boot into the default build list of p1010rdb

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agofsl-image-lsb-sdk.bb: replace POKY_BASE_INSTALL with CORE_IMAGE_BASE_INSTALL
Zhenhua Luo [Mon, 16 Jul 2012 14:09:08 +0000 (14:09 +0000)]
fsl-image-lsb-sdk.bb: replace POKY_BASE_INSTALL with CORE_IMAGE_BASE_INSTALL

    POKY_BASE_INSTALL is replaced by CORE_IMAGE_BASE_INSTALL

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agoupdate preferred version for linux kernel
Matthew McClintock [Wed, 8 Aug 2012 15:56:37 +0000 (10:56 -0500)]
update preferred version for linux kernel

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agou-boot: change UBOOT_MACHINES to use ?= so they can be overridden
Matthew McClintock [Mon, 6 Aug 2012 18:35:33 +0000 (13:35 -0500)]
u-boot: change UBOOT_MACHINES to use ?= so they can be overridden

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agolinux-qoriq-sdk.bb: prepend to do_configure
Khem Raj [Thu, 2 Aug 2012 03:44:15 +0000 (20:44 -0700)]
linux-qoriq-sdk.bb: prepend to do_configure

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>
12 years agolinux-qoriq-sdk.inc: don't use tag in recipe, use git SHA
Matthew McClintock [Wed, 1 Aug 2012 23:34:33 +0000 (18:34 -0500)]
linux-qoriq-sdk.inc: don't use tag in recipe, use git SHA

This keeps us from hitting the network as well as assures the
tag itself did not change

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agolinux-qoriq-sdk-headers: Make it machine independent
Khem Raj [Mon, 23 Jul 2012 21:53:49 +0000 (14:53 -0700)]
linux-qoriq-sdk-headers: Make it machine independent

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>
12 years agomachine/e500v2.inc: Do not define TARGET_FPU
Khem Raj [Wed, 18 Jul 2012 06:25:47 +0000 (23:25 -0700)]
machine/e500v2.inc: Do not define TARGET_FPU

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>
12 years agofsl.conf: check all the serial consoles if they are present at boot
Matthew McClintock [Wed, 11 Jul 2012 18:01:32 +0000 (13:01 -0500)]
fsl.conf: check all the serial consoles if they are present at boot

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agomachines: Move machine specific variable to machine conf
Khem Raj [Wed, 11 Jul 2012 17:56:44 +0000 (10:56 -0700)]
machines: Move machine specific variable to machine conf

These variables are machine specific and therefore they
need to be in machine conf

Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 years agocorrect dts file for targets
Zhenhua Luo [Thu, 21 Jun 2012 08:39:30 +0000 (16:39 +0800)]
correct dts file for targets

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agoupdate commit of u-boot for sdk 1.2
Zhenhua Luo [Thu, 21 Jun 2012 08:06:59 +0000 (16:06 +0800)]
update commit of u-boot for sdk 1.2

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Conflicts:

recipes-kernel/u-boot/u-boot_git.bb

Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 years agoupdate commit to the latest for rcw/hv-cfg
Zhenhua Luo [Thu, 21 Jun 2012 07:49:20 +0000 (15:49 +0800)]
update commit to the latest for rcw/hv-cfg

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agotestfloat: fix dos2unix not found issue during do_unpack2
Ting Liu [Thu, 7 Jun 2012 14:17:37 +0000 (14:17 +0000)]
testfloat: fix dos2unix not found issue during do_unpack2

On some distros such as Ubuntu 10.04, dos2unix is replaced by
fromdos. Reference:
http://www.virtualhelp.me/linux/164-dos2unix-missing-ubuntu-1004

Fix the following error:
| NOTE: Applying patch 'TestFloat-powerpc-E500v2-SPE-1.patch'
| (../meta-fsl-ppc/recipes-test/testfloat/files/TestFloat-powerpc-E500v2
| -SPE-1.patch)
| ERROR: Error executing a python function in ../meta-fsl-ppc/recipes-test/testfloat/testfloat_2a.bb:
| CmdError: Command Error: exit status: 1  Output:

Signed-off-by: Ting Liu <b28495@freescale.com>
12 years agoadd official mirror for source download
Zhenhua Luo [Wed, 6 Jun 2012 16:23:05 +0000 (16:23 +0000)]
add official mirror for source download

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
12 years agohv-cfg: package images to hv-cfg-image
Ting Liu [Wed, 6 Jun 2012 09:47:50 +0000 (09:47 +0000)]
hv-cfg: package images to hv-cfg-image

images are required to be included in full rootfs.

Signed-off-by: Ting Liu <b28495@freescale.com>
12 years agorcw: package images to rcw-image
Ting Liu [Wed, 6 Jun 2012 09:45:21 +0000 (09:45 +0000)]
rcw: package images to rcw-image

images are required to be included in full rootfs.

Signed-off-by: Ting Liu <b28495@freescale.com>
12 years agotestfloat_2a.bb: fix license field
Matthew McClintock [Thu, 5 Jul 2012 21:34:15 +0000 (16:34 -0500)]
testfloat_2a.bb: fix license field

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agolinux-qoriq-sdk: Update to latest 1.2 SDK release
Khem Raj [Tue, 10 Jul 2012 02:13:43 +0000 (19:13 -0700)]
linux-qoriq-sdk: Update to latest 1.2 SDK release

Signed-off-by: Khem Raj <kraj@juniper.net>
12 years agofsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide linux-libc-headers-nativesdk
Khem Raj [Fri, 6 Jul 2012 04:48:28 +0000 (21:48 -0700)]
fsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide 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>
12 years agomachines: Dont lock linux-libc-headers-nativesdk preferred provider
Khem Raj [Fri, 6 Jul 2012 04:45:11 +0000 (21:45 -0700)]
machines: Dont lock linux-libc-headers-nativesdk preferred provider

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>
12 years agorecipes: Bring bbappends in line with OE-Core/master
Khem Raj [Thu, 5 Jul 2012 18:24:49 +0000 (11:24 -0700)]
recipes: Bring bbappends in line with OE-Core/master

Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 years agoFixed meta-toolchain to include the proper linux-libc-headers-nativesdk
David Nyström [Fri, 1 Jun 2012 15:46:01 +0000 (15:46 +0000)]
Fixed meta-toolchain to include the proper linux-libc-headers-nativesdk

12 years agoAdded ?= to PREFERRED provider in machines, and corrected linux PREFERRED_VERSION
David Nyström [Thu, 31 May 2012 08:13:20 +0000 (10:13 +0200)]
Added ?= to PREFERRED provider in machines, and corrected linux PREFERRED_VERSION

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoRemoved references to SRIO u-boot configurations
David Nyström [Thu, 31 May 2012 08:13:20 +0000 (10:13 +0200)]
Removed references to SRIO u-boot configurations

12 years agop1022ds.conf: switch to using xserver-xorg-lite
Matthew McClintock [Thu, 17 May 2012 20:28:45 +0000 (15:28 -0500)]
p1022ds.conf: switch to using xserver-xorg-lite

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agolinux-qoriq-sdk.inc: add patch to fix perf compiler issues
Matthew McClintock [Thu, 17 May 2012 17:54:04 +0000 (12:54 -0500)]
linux-qoriq-sdk.inc: add patch to fix perf compiler issues

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoremove reference to internal freescale machines
Matthew McClintock [Wed, 16 May 2012 20:39:00 +0000 (15:39 -0500)]
remove reference to internal freescale machines

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agoremove reference to usdpaa files that are not in public git tree
Matthew McClintock [Wed, 16 May 2012 17:43:23 +0000 (12:43 -0500)]
remove reference to usdpaa files that are not in public git tree

Signed-off-by: Matthew McClintock <msm@freescale.com>
12 years agobusybox: remove bbappends
Matthew McClintock [Tue, 15 May 2012 18:32:55 +0000 (13:32 -0500)]
busybox: remove bbappends

Signed-off-by: Matthew McClintock <msm@freescale.com>