| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
| |
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
| |
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
| |
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
| |
Signed-off-by: Ting Liu <b28495@freescale.com>
|
|
|
|
|
|
|
|
| |
install the right nand-uboot for p1010rdb and bsc913x.
u-boot-with-spl.bin is the right nand-uboot image.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Ting Liu <b28495@freescale.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1.Update kernel version to 3.8.
2.add DEPENDS libgcc and append TOOLCHAIN_OPTIONS to KERNEL_{CC,LD}.
kernel in sdk 1.4 need run-time support libraries 'libgcc.a', added
in file arch/powerpc/Makefile:
LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
Without passing the TOOLCHAIN_OPTIONS (define --sysroot parameter),
it will fail to find the libgcc.a.
3.Also remove the patches which were already merged on git tree.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Ting Liu <b28495@freescale.com>
|
|
|
|
|
|
|
|
| |
This package contains shell and cgi scripts which maintain a
database of sensor data and generate web pages containing
graphs of sensor data.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
|
|
| |
SKMM is the application for PCIe endpoint.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
|
|
| |
QorIQ Debug File System Module
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
|
|
|
| |
mux_server is a Linux-based utility supporting console multiplexing and
demultiplexing. It is part of Embedded Hypervisor.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
|
|
| |
cst is the utility for security boot.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
|
|
| |
asf is software Application Specific Fast-path for Freescale non-dpaa targets.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
| |
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
|
|
|
| |
Currently both macless0 port and PCIe Ethernet port in slot3 use "eth2",
update udev rules to rename macless0 to eth4.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In kernel-3.8, PCIe Ethernet port is the last one to be brought up,
so the name of PCIe Ethernet card is ethN(N is variant) instead of eth0.
The udev rules update is to unify the PCIe Ethernet port of DPAA targets:
Ethernet card in PCIe slot0: eth0
Ethernet card in PCIe slot1: eth1
Ethernet card in PCIe slot2: eth2
Ethernet card in PCIe slot3: eth3
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Change-Id: Ia2a9cc3eb5b6c49e911bb6cc067a2d2d3cfaec0a
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
|
| |
Change-Id:Ic42311e8619e5fbcf6f53f9f661439f6776dd760
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
| |
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
|
|
|
|
|
| |
Some recipes are specific to fsl machines but arent marked
so. When building images for other machines while including
meta-fsl-ppc in bblayers exposes the build failures on these
recipes. Lets mark them fsl machine specific
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
Also add missing openssl dependency.
Signed-off-by: Zongchun Yu <b40527@freescale.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: Vakul Garg <vakul@freescale.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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 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.h and libfmc.a might be depended by other packages
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
| |
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Signed-off-by: Ting Liu <b28495@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
| |
Signed-off-by: Chunrong Guo <B40290@freescale.com>
|
|
|
|
|
|
| |
bitbake handles immediate expansions of LAYERDIR for us automatically.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
It will then added into packagegroup-basic and packagegroup-base.
Signed-off-by: Ting Liu <b28495@freescale.com>
|
|
|
|
| |
Signed-off-by: Ting Liu <b28495@freescale.com>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|