]>
code.ossystems Code Review - meta-freescale.git/log
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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 .
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>
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>
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>
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>
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>
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 .
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>
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>
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>
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>