summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* cryptodev: compile testprogs and package them to ${PN}-testsZongchun Yu2013-06-182-1/+86
| | | | | | Also add missing openssl dependency. Signed-off-by: Zongchun Yu <b40527@freescale.com>
* usdpaa: export ARCH for all tasksZongchun Yu2013-06-181-3/+3
| | | | | | | | | ARCH environment variable is needed for do_{compile,install,clean}. This fixes the issue: when run command "make clean" under devshell, the obj files was not be cleaned. Signed-off-by: Zongchun Yu <b40527@freescale.com>
* usdpaa: Added fmc in usdpaa dependency list.Vakul Garg2013-06-181-2/+2
| | | | Signed-off-by: Vakul Garg <vakul@freescale.com>
* hypervisor: Compile only for fsl machinesKhem Raj2013-05-221-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-qoriq-sdk: append SDK version to kernel versionZhenhua Luo2013-05-221-2/+6
| | | | | | | | 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>
* eth-config: use pattern match for xml files installationZhenhua Luo2013-05-211-6/+3
| | | | | | | Use pattern match to install xml files and no need to update recipe if xml files are added, renamed or deleted. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* netbase: remove netbase bbappendChunrong Guo2013-05-071-2/+0
| | | | | | | | * 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>
* fmc: deploy header and library into sysrootZhenhua Luo2013-05-031-3/+9
| | | | | | fmc.h and libfmc.a might be depended by other packages Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* Update READMEZhenhua Luo2013-04-251-10/+10
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* linux-qoriq-sdk: enable CONFIG_DEVTMPFS_MOUNT to ensure /dev can be mounted ↵Chunrong Guo2013-04-122-1/+80
| | | | | | | | | 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>
* Remove unnecessary variables from machine confZhenhua Luo2013-04-1130-60/+0
| | | | | | | 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>
* lio-utils: remove v4.0 as v4.1 has been added in meta-oeTing Liu2013-04-092-76/+0
| | | | | Signed-off-by: Ting Liu <b28495@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* linux: update to the commit for sdk 1.3.2chunrong guo2013-03-271-15/+4
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* u-boot: update to the commit for sdk 1.3.2chunrong guo2013-03-271-13/+16
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* usdpaa: update to the commit for sdk 1.3.2chunrong guo2013-03-271-4/+2
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* eth-config: update to the commit for sdk 1.3.2chunrong guo2013-03-271-3/+3
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* rcw: update to the commit for sdk 1.3.2chunrong guo2013-03-271-4/+2
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* fm-ucode: update to the commit for sdk 1.3.2chunrong guo2013-03-271-24/+26
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* fmlib: update to the commit for sdk 1.3.2chunrong guo2013-03-271-2/+4
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* fmc: update to the commit for sdk 1.3.2chunrong guo2013-03-271-1/+3
| | | | Signed-off-by: Chunrong Guo <B40290@freescale.com>
* layer.conf: avoid unnecessary early expansion with :=Christopher Larson2013-03-261-2/+2
| | | | | | bitbake handles immediate expansions of LAYERDIR for us automatically. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
* oprofile: remove useless patchesTing Liu2013-03-145-491/+0
| | | | | | | | | | 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>
* busybox: remove SDK specific bitsTing Liu2013-03-145-1499/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* udev-extraconf: add rule to rename network interfaces for t4/b4Ting Liu2013-03-112-3/+25
| | | | | | | | | | 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>
* udev-extraconf: added to the list of MACHINE_EXTRA_RRECOMMENDSTing Liu2013-03-116-6/+6
| | | | | | It will then added into packagegroup-basic and packagegroup-base. Signed-off-by: Ting Liu <b28495@freescale.com>
* udev-extraconf: move rules from udev and netbaseTing Liu2013-03-115-11/+13
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* procps: remove customized sysctl.conf which is SDK specificTing Liu2013-03-082-66/+1
| | | | | | | 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>
* sysvinit: remove SDK specific bitsTing Liu2013-03-082-20/+1
| | | | | | | 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>
* lio-utils: add tcm_start.sh and lio_start.sh to rootfsChunrong Guo2013-03-081-3/+6
| | | | | | | | | *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>
* qemu: configure properly check if -lrt is neededTing Liu2013-03-082-2/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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>
* remove lm_sensor as it is already in meta-oeTing Liu2013-03-081-50/+0
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* remove images folderChunrong Guo2013-03-064-61/+0
| | | | | | | | | 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>
* Revert "Remove recipes-append folder which are SDK specific"Zhenhua Luo2013-03-064-0/+61
| | | | | | | 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>
* Remove DSTRO string from PR due to meta-fsl-ppc is not distro specificZhenhua Luo2013-03-061-1/+1
| | | | | | | | 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>
* conf/machines: update to use SOC_FAMILYMatthew McClintock2013-02-1830-2/+63
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Remove recipes-append folder which are SDK specificZhenhua Luo2013-01-304-61/+0
| | | | | | | | 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>
* Remove distro conf which are BSP/SDK specificZhenhua Luo2013-01-301-94/+0
| | | | | | Remove conf/distro/fsl.conf Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* rename collection name from fsl to fsl-ppcZhenhua Luo2013-01-301-3/+3
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* rcw: update SHA for e6500 targetsZhenhua Luo2013-01-301-1/+3
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* usdpaa: add non t4/b4 boards supportTing Liu2013-01-301-1/+4
| | | | | | commit for non t4/b4 boards was pushed to external git server too. Signed-off-by: Ting Liu <b28495@freescale.com>
* eth-config: add recipes use public git tree for eth-config buildZhenhua Luo2013-01-301-0/+22
| | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* fmc_git: add recipeTing Liu2013-01-301-0/+45
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* fm-ucode: add recipeTing Liu2013-01-301-0/+46
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* fmlib: add recipeTing Liu2013-01-302-0/+82
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* usdpaa: add recipeZhenhua Luo2013-01-301-0/+33
| | | | | | use external git tree to build usdpaa for t4/b4 Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* u-boot_git: add e6500 commit for 1.3.1 releaseTing Liu2013-01-301-7/+3
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* update the kernel version for t4/b4 boardsZhenhua Luo2013-01-301-1/+11
| | | | | | change "3.0.48" to "3.0.51" Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* fmc: update the version for legacy targetsZhenhua Luo2013-01-301-0/+2
| | | | | | | 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>
* add machine configure files for t4160qds and t4160qds-64bZhenhua Luo2013-01-302-0/+36
| | | | | | | currently the only difference of t4160qds and t4240qds is u-boot configure, the others are shared. Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* add machine configure files for b4420qdsZhenhua Luo2013-01-302-0/+34
| | | | | | add b4420qds and b4420qds-64b machine configure files Signed-off-by: Zhenhua Luo <b19537@freescale.com>