Zhenhua Luo [Tue, 21 May 2013 06:21:07 +0000 (06:21 +0000)]
linux-qoriq-sdk: append SDK version to kernel version
if SDK_VERSION is defined, append the sdk version string to kernel version,
this can make make the sdk version is explicit for users, expecially when same
kernel verison is used for different releases.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.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
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.
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>
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.
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.
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>
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.
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 [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
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, 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