]>
code.ossystems Code Review - meta-freescale.git/log
Chunrong Guo [Mon, 6 May 2013 08:14:22 +0000 (08:14 +0000)]
netbase: remove netbase bbappend
* netbase was updated from 5.0 to 5.1 in oe-core,
so as our bbappend only contained a PRINC,
we can drop it now without breaking upgrade path
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Zhenhua Luo [Fri, 3 May 2013 14:01:41 +0000 (22:01 +0800)]
fmc: deploy header and library into sysroot
fmc.h and libfmc.a might be depended by other packages
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Zhenhua Luo [Wed, 24 Apr 2013 13:20:01 +0000 (13:20 +0000)]
Update README
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Chunrong Guo [Fri, 12 Apr 2013 05:47:42 +0000 (05:47 +0000)]
linux-qoriq-sdk: enable CONFIG_DEVTMPFS_MOUNT to ensure /dev can be mounted correctly
* The udev is upgraded to 182, the /dev mount requires CONFIG_DEVTMPFS_MOUNT
is enabled in Kernel, so enable the option for QorIQ SDK targets.
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Zhenhua Luo [Wed, 10 Apr 2013 07:02:37 +0000 (07:02 +0000)]
Remove unnecessary variables from machine conf
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>
Ting Liu [Sun, 7 Apr 2013 07:39:52 +0000 (07:39 +0000)]
lio-utils: remove v4.0 as v4.1 has been added in meta-oe
Signed-off-by: Ting Liu <b28495@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
chunrong guo [Thu, 21 Mar 2013 03:52:07 +0000 (03:52 +0000)]
linux: update to the commit for sdk 1.3.2
Signed-off-by: Chunrong Guo <B40290@freescale.com>
chunrong guo [Thu, 21 Mar 2013 03:49:13 +0000 (03:49 +0000)]
u-boot: update to the commit for sdk 1.3.2
Signed-off-by: Chunrong Guo <B40290@freescale.com>
chunrong guo [Thu, 21 Mar 2013 03:45:31 +0000 (03:45 +0000)]
usdpaa: update to the commit for sdk 1.3.2
Signed-off-by: Chunrong Guo <B40290@freescale.com>
chunrong guo [Thu, 21 Mar 2013 03:42:16 +0000 (03:42 +0000)]
eth-config: update to the commit for sdk 1.3.2
Signed-off-by: Chunrong Guo <B40290@freescale.com>
chunrong guo [Thu, 21 Mar 2013 03:37:49 +0000 (03:37 +0000)]
rcw: update to the commit for sdk 1.3.2
Signed-off-by: Chunrong Guo <B40290@freescale.com>
chunrong guo [Thu, 21 Mar 2013 03:20:33 +0000 (03:20 +0000)]
fm-ucode: update to the commit for sdk 1.3.2
Signed-off-by: Chunrong Guo <B40290@freescale.com>
chunrong guo [Thu, 21 Mar 2013 03:16:26 +0000 (03:16 +0000)]
fmlib: update to the commit for sdk 1.3.2
Signed-off-by: Chunrong Guo <B40290@freescale.com>
chunrong guo [Thu, 21 Mar 2013 03:09:53 +0000 (03:09 +0000)]
fmc: update to the commit for sdk 1.3.2
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Christopher Larson [Tue, 19 Mar 2013 01:22:28 +0000 (01:22 +0000)]
layer.conf: avoid unnecessary early expansion with :=
bitbake handles immediate expansions of LAYERDIR for us automatically.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Ting Liu [Tue, 12 Mar 2013 09:30:45 +0000 (09:30 +0000)]
oprofile: remove useless patches
There patches is useless since bb file had been removed in commit:
commit
330e7d07a6c6881ea47038dc7c9d0a588d5218c8
Author: Matthew McClintock <msm@freescale.com>
Date: Thu Jan 17 12:46:12 2013 -0600
oprofile: remove from meta-fsl-ppc and use oe-core
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Tue, 12 Mar 2013 09:20:30 +0000 (09:20 +0000)]
busybox: remove SDK specific bits
There are three kinds of SDK specific bits:
(1) deleted: busybox-1.20.2/busybox-1.19.4-ubi-user-h.patch
This patch is just a workground to fix busybox 1.9 builds when enabling
ubi applets (disabled by default in Yocto). The actual fix exists in
kernel, but was not applied on fsl kernel git tree for SDK 1.3.x. This
patch restored a compatible mtd/ubi-user.h into busybox. Now the kernel
fix was already included in Yocto:
http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.2/commit/?id=
f210735fe2f17a6225432ee3d1239bcf23a8659c
http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.4/commit/?id=
f210735fe2f17a6225432ee3d1239bcf23a8659c
http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-3.8/commit/?id=
f210735fe2f17a6225432ee3d1239bcf23a8659c
commit
f210735fe2f17a6225432ee3d1239bcf23a8659c
headers_install: fix __packed in exported kernel headers
And fsl SDK 1.4 will based on kernel 3.8 which also include this commit.
So this patch can be dropped.
(2) deleted: busybox-1.20.2/defconfig-fsl
This defconfig is SDK specific. Remove it.
(3) deleted: busybox-1.20.2/inetd{.conf}
There is already submitted patches for this, but not applied:
[PATCH] busybox: Add inetd related files
http://patches.openembedded.org/patch/33233/
http://patches.openembedded.org/patch/33235/
The issue still exist and we will send new patches.
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Sat, 9 Mar 2013 15:32:03 +0000 (15:32 +0000)]
udev-extraconf: add rule to rename network interfaces for t4/b4
Since on FManv3 a MEMAC can be configured either as 1G or 10G, rename
all interfaces on T4/B4 to "fmX-macY", with X in the range 1..2 and
Y in the range 1..10.
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Signed-off-by: Ioana Radulescu <ruxandra.radulescu@freescale.com>
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Sat, 9 Mar 2013 15:32:02 +0000 (15:32 +0000)]
udev-extraconf: added to the list of MACHINE_EXTRA_RRECOMMENDS
It will then added into packagegroup-basic and packagegroup-base.
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Sat, 9 Mar 2013 15:32:01 +0000 (15:32 +0000)]
udev-extraconf: move rules from udev and netbase
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Fri, 8 Mar 2013 15:28:32 +0000 (15:28 +0000)]
procps: remove customized sysctl.conf which is SDK specific
It was added to disable rp_filter to enhance ASF IP forward
performance, which is really fsl SDK specific.
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Fri, 8 Mar 2013 15:28:31 +0000 (15:28 +0000)]
sysvinit: remove SDK specific bits
This is fsl SDK specific, and was recommended to go to SDK layer:
http://patches.openembedded.org/patch/34623/
Signed-off-by: Ting Liu <b28495@freescale.com>
Chunrong Guo [Fri, 8 Mar 2013 15:28:30 +0000 (15:28 +0000)]
lio-utils: add tcm_start.sh and lio_start.sh to rootfs
*following scripts had been added
/etc/init.d/target
/etc/target/tcm_start.sh
/etc/target/lio_start.sh
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Ting Liu [Fri, 8 Mar 2013 15:28:29 +0000 (15:28 +0000)]
qemu: configure properly check if -lrt is needed
-lrt is needed to avoid the error "undefined reference to
`timer_settime'". add the check in configure.
Backport from http://git.qemu.org/?p=qemu.git
commit:
8bacde8d86a09699207d85d4bab06162aed18dc4
Fix the below build issue:
| ../qemu-timer.o: In function `dynticks_rearm_timer':
| .../qemu/1.0+fsl-r2/git/qemu-timer.c:597: undefined reference to `timer_gettime'
| .../qemu/1.0+fsl-r2/git/qemu-timer.c:610: undefined reference to `timer_settime'
| ../qemu-timer.o: In function `dynticks_stop_timer':
| .../qemu/1.0+fsl-r2/git/qemu-timer.c:583: undefined reference to `timer_delete'
| ../qemu-timer.o: In function `dynticks_start_timer':
| .../qemu/1.0+fsl-r2/git/qemu-timer.c:565: undefined reference to `timer_create'
| ivshmem.o: In function `pci_ivshmem_init':
| .../qemu/1.0+fsl-r2/git/hw/ivshmem.c:720: undefined reference to `shm_open'
| .../qemu/1.0+fsl-r2/git/hw/ivshmem.c:727: undefined reference to `shm_open'
| collect2: error: ld returned 1 exit status
| make[1]: *** [qemu-system-ppc] Error 1
| make: *** [subdir-ppc-softmmu] Error 2
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile
Yocto 1.4_M4 uses qemu 1.3.1 which includes this fix. So
this issue only appeared to us.
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Fri, 8 Mar 2013 15:28:28 +0000 (15:28 +0000)]
remove lm_sensor as it is already in meta-oe
Signed-off-by: Ting Liu <b28495@freescale.com>
Chunrong Guo [Thu, 28 Feb 2013 08:54:13 +0000 (08:54 +0000)]
remove images folder
the customized rootfs images is specific to fsl networking SDK, move
them from this layer to meta-fsl-networking layer
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Zhenhua Luo [Fri, 1 Mar 2013 06:14:32 +0000 (06:14 +0000)]
Revert "Remove recipes-append folder which are SDK specific"
This reverts commit
ee364575803812dbbb2b103d468c66c54efcc7af .
The intention of the patch is to remove the confusion commit(mismatched title and change).
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Zhenhua Luo [Fri, 1 Mar 2013 09:43:52 +0000 (09:43 +0000)]
Remove DSTRO string from PR due to meta-fsl-ppc is not distro specific
conf/distro/fsl.conf has been removed from this layer, meta-fsl-ppc is not
distro specific.
use PRINC := "${@int(PRINC) + 1}"
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Matthew McClintock [Mon, 18 Feb 2013 20:47:59 +0000 (14:47 -0600)]
conf/machines: update to use SOC_FAMILY
Signed-off-by: Matthew McClintock <msm@freescale.com>
Zhenhua Luo [Wed, 30 Jan 2013 06:44:06 +0000 (14:44 +0800)]
Remove recipes-append folder which are SDK specific
The change in recipe-append is specific for FSL networking SDK, so move them
from meta-fsl-ppc to meta-fsl-networking.
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Zhenhua Luo [Wed, 30 Jan 2013 06:39:15 +0000 (14:39 +0800)]
Remove distro conf which are BSP/SDK specific
Remove conf/distro/fsl.conf
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Zhenhua Luo [Tue, 22 Jan 2013 12:11:52 +0000 (12:11 +0000)]
rename collection name from fsl to fsl-ppc
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Zhenhua Luo [Tue, 18 Dec 2012 01:23:36 +0000 (09:23 +0800)]
rcw: update SHA for e6500 targets
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Ting Liu [Sun, 16 Dec 2012 11:11:17 +0000 (11:11 +0000)]
usdpaa: add non t4/b4 boards support
commit for non t4/b4 boards was pushed to external git server too.
Signed-off-by: Ting Liu <b28495@freescale.com>
Zhenhua Luo [Sun, 16 Dec 2012 03:00:06 +0000 (11:00 +0800)]
eth-config: add recipes use public git tree for eth-config build
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Ting Liu [Fri, 14 Dec 2012 16:51:58 +0000 (16:51 +0000)]
fmc_git: add recipe
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Fri, 14 Dec 2012 17:14:29 +0000 (17:14 +0000)]
fm-ucode: add recipe
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Fri, 14 Dec 2012 17:14:30 +0000 (17:14 +0000)]
fmlib: add recipe
Signed-off-by: Ting Liu <b28495@freescale.com>
Zhenhua Luo [Fri, 14 Dec 2012 20:18:13 +0000 (20:18 +0000)]
usdpaa: add recipe
use external git tree to build usdpaa for t4/b4
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Ting Liu [Fri, 14 Dec 2012 16:11:09 +0000 (16:11 +0000)]
u-boot_git: add e6500 commit for 1.3.1 release
Signed-off-by: Ting Liu <b28495@freescale.com>
Zhenhua Luo [Sat, 8 Dec 2012 05:28:10 +0000 (13:28 +0800)]
update the kernel version for t4/b4 boards
change "3.0.48" to "3.0.51"
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Zhenhua Luo [Wed, 5 Dec 2012 21:41:45 +0000 (21:41 +0000)]
fmc: update the version for legacy targets
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>
Zhenhua Luo [Fri, 30 Nov 2012 09:55:31 +0000 (09:55 +0000)]
add machine configure files for t4160qds and t4160qds-64b
currently the only difference of t4160qds and t4240qds is u-boot configure,
the others are shared.
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Zhenhua Luo [Tue, 20 Nov 2012 13:34:57 +0000 (13:34 +0000)]
add machine configure files for b4420qds
add b4420qds and b4420qds-64b machine configure files
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Zhenhua Luo [Tue, 20 Nov 2012 12:31:12 +0000 (12:31 +0000)]
t4240qds: add usdpaa dts in the build list
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Matthew McClintock [Mon, 12 Nov 2012 10:37:16 +0000 (10:37 +0000)]
e6500: replace corenet64_smp_defconfig with temp e6500rev1_defconfig for now
Signed-off-by: Matthew McClintock <msm@freescale.com>
Zhenhua Luo [Thu, 1 Nov 2012 06:33:23 +0000 (14:33 +0800)]
add usdpaa dts in the build list for b4860qds
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Ting Liu [Fri, 30 Nov 2012 13:42:57 +0000 (13:42 +0000)]
fsl-toolchain: install static library
Signed-off-by: Ting Liu <b28495@freescale.com>
Yashpal Dutta [Thu, 29 Nov 2012 20:09:03 +0000 (20:09 +0000)]
cryptodev: skip arch QA since kernel might not match for 64-bit kernels on 32-bit rfs
Signed-off-by: Yashpal Dutta <yashpal.dutta@freescale.com>
Yashpal Dutta [Mon, 26 Nov 2012 07:54:34 +0000 (15:54 +0800)]
cryptodev kernel module recipe
This is a /dev/crypto device driver, equivalent to those in OpenBSD or FreeBSD.
The main idea is to access of existing ciphers in kernel space from userspace,
thus enabling re-use of a hardware implementation of a cipher.
Signed-off-by: Yashpal Dutta <yashpal.dutta@freescale.com>
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Matthew McClintock [Fri, 2 Nov 2012 00:50:32 +0000 (00:50 +0000)]
boot-format_git.bb: update to latest
Signed-off-by: Matthew McClintock <msm@freescale.com>
Zhenhua Luo [Thu, 1 Nov 2012 06:31:46 +0000 (14:31 +0800)]
correct the dts name for t4240qds
t4240.dts => t4240qds.dts
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Matthew McClintock [Wed, 24 Oct 2012 10:58:44 +0000 (10:58 +0000)]
hypervisor_git.bb: remove unneeded create_link task
Signed-off-by: Matthew McClintock <msm@freescale.com>
Matthew McClintock [Mon, 26 Nov 2012 21:45:54 +0000 (15:45 -0600)]
libxml2_2.9.0.bbappend: remove a bbappends that's no longer required
Signed-off-by: Matthew McClintock <msm@freescale.com>
Noor Ahsan [Fri, 21 Dec 2012 12:24:55 +0000 (17:24 +0500)]
linux-qoriq: Add a patch to fix perf compilation issue.
* Perf gived compilation error
CC builtin-sched.o
builtin-sched.c: In function ‘get_cpu_usage_nsec_parent’:
builtin-sched.c:399:16: error: storage size of ‘ru’ isn’t known
* Added a patch from linux kernel git repo commit id
7b78f13603c6fcb64e020a0bbe31a651ea2b657b which include resource.h
file in builtin-sched.c.
* Bump PR.
* Verified it on P4080DS machine.
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Matthew McClintock [Thu, 17 Jan 2013 18:46:12 +0000 (12:46 -0600)]
oprofile: remove from meta-fsl-ppc and use oe-core
Signed-off-by: Matthew McClintock <msm@freescale.com>
Matthew McClintock [Fri, 4 Jan 2013 20:34:29 +0000 (14:34 -0600)]
remove lxc since it's now in meta-virt
Signed-off-by: Matthew McClintock <msm@freescale.com>
Ting Liu [Tue, 4 Dec 2012 08:22:35 +0000 (16:22 +0800)]
lxc: move patches to default search path
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Tue, 4 Dec 2012 08:22:34 +0000 (16:22 +0800)]
add centos 6.3 in the supported Linux distros list
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Tue, 4 Dec 2012 08:22:33 +0000 (16:22 +0800)]
using nativesdk as a prefix, not a suffix
Signed-off-by: Ting Liu <b28495@freescale.com>
Ting Liu [Tue, 4 Dec 2012 08:22:32 +0000 (16:22 +0800)]
lxc: remove rdepend perl-module-warnings-register
The module does not exist any more. Its content (warnings/register.pm)
has been moved to the main perl package. Introduced by commit:
(poky:
51cbb5ae76a22d465e2f6c5ef923ec2682624e3b )
* File warnings/register.pm has been moved to package perl
Fix:
|error: Failed dependencies:
|perl-module-warnings-register is needed by lxc-0.8.0+rc1-r6.ppce500mc
|ERROR: Function failed: do_rootfs
Signed-off-by: Ting Liu <b28495@freescale.com>
Signed-off-by: Chunrong Guo <b40290@freescale.com>
Zhenhua Luo [Tue, 4 Dec 2012 08:22:31 +0000 (16:22 +0800)]
add Ubuntu 12.04.1 LTS in the supported Linux distros list
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Matthew McClintock [Mon, 26 Nov 2012 21:45:14 +0000 (15:45 -0600)]
linux-qoriq-sdk: move patches to default search path
Signed-off-by: Matthew McClintock <msm@freescale.com>
Matthew McClintock [Mon, 26 Nov 2012 21:43:33 +0000 (15:43 -0600)]
README: add message about git.freescale.com vs. git.yp.org
Signed-off-by: Matthew McClintock <msm@freescale.com>
Zhenhua Luo [Fri, 23 Nov 2012 10:10:37 +0000 (18:10 +0800)]
libxml: update the version number to 2.9.0 to match the upgrade in poky
upgrade the version to 2.9.0 to fix following version mismatch issue:
ERROR: No recipes available for:
/srv/home/pokybuild/yocto-autobuilder/yocto-slave/p1022ds/build/yocto/meta-fsl-ppc/recipes-append/libxml/libxml2_2.8.0.bbappend
[YOCTO #3476]
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Matthew McClintock [Tue, 13 Nov 2012 18:37:27 +0000 (12:37 -0600)]
update README
Signed-off-by: Matthew McClintock <msm@freescale.com>
Zhenhua Luo [Wed, 7 Nov 2012 12:46:44 +0000 (20:46 +0800)]
flib: add recipe to build external git tree
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Matthew McClintock [Tue, 6 Nov 2012 14:16:20 +0000 (08:16 -0600)]
linux-qoriq-sdk: lock down SHA for release
Signed-off-by: Matthew McClintock <msm@freescale.com>
Zhenhua Luo [Tue, 6 Nov 2012 10:09:26 +0000 (18:09 +0800)]
hv-cfg: lock down SHA for release
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Matthew McClintock [Tue, 6 Nov 2012 09:51:36 +0000 (09:51 +0000)]
u-boot_git.bb: lock down SHA for release
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>
Matthew McClintock [Thu, 1 Nov 2012 22:11:12 +0000 (22:11 +0000)]
rcw_git.bb: lock down SHA for release
Signed-off-by: Matthew McClintock <msm@freescale.com>
Matthew McClintock [Wed, 31 Oct 2012 00:19:08 +0000 (00:19 +0000)]
qemu_1.0.bb: lock down SHA for release
Signed-off-by: Matthew McClintock <msm@freescale.com>
Zhenhua Luo [Fri, 26 Oct 2012 12:16:23 +0000 (12:16 +0000)]
set preferred version of oprofile to 0.9.6 for e5500/e5500-64b targets
the patches of e5500/e5500-64b support are only available for oprofile-0.9.6.
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
Matthew McClintock [Mon, 22 Oct 2012 20:55:55 +0000 (15:55 -0500)]
qemu_1.0.bb: lock down SHA
Signed-off-by: Matthew McClintock <msm@freescale.com>
Matthew McClintock [Mon, 22 Oct 2012 18:21:30 +0000 (13:21 -0500)]
lxc_0.8.0-rc1.bb: fix parallel makefile issue
Signed-off-by: Matthew McClintock <msm@freescale.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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 .
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>