aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
AgeCommit message (Collapse)Author
2014-02-13u-boot: update SHA for SDK T2080QDSdylanZongchun Yu
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
2014-02-13rcw: update SHA for SDK T2080QDSZongchun Yu
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
2014-02-13u-boot: update license according the source codeZongchun Yu
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
2014-02-13u-boot:add srio image supportZongchun Yu
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
2014-01-21u-boot: fix depend race issue of u-boot-NAND.bin buildZhenhua Luo
| /srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-fsl-ppc/build/build/tmp/work/p1022ds-poky-linux-gnuspe/u-boot/git-r30/git/P1022DS_NAND/spl/arch/powerpc/cpu/mpc85xx/.depend:125: *** missing separator. Stop. | make[3]: Leaving directory `/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-fsl-ppc/build/build/tmp/work/p1022ds-poky-linux-gnuspe/u-boot/git-r30/git/arch/powerpc/cpu/mpc85xx' | make[2]: *** [/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-fsl-ppc/build/build/tmp/work/p1022ds-poky-linux-gnuspe/u-boot/git-r30/git/P1022DS_NAND/spl/arch/powerpc/cpu/mpc85xx/start.o] Error 2 Fixed [Bug 5239]. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2014-01-13u-boot: update SHA for SDK 1.5Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
2014-01-13u-boot: use spl version for sd and spi imageTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>
2014-01-13u-boot: simplify the compile stepsTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>
2014-01-13u-boot: replace tab with 4 spacesTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>
2014-01-13u-boot:add support for fsl external toolchainZongchun Yu
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com> Tested-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2014-01-13rcw: update SHA for SDK 1.5Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2014-01-13boot-format: update the SHA for SDK 1.5Zhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
2014-01-13rcw: export PYTHON to override the assignment in MakefileTing Liu
As RCW compiler is supported only with Python 2.6.x and 2.7.x, and currently Yocto uses python 2.7.3 or later, export PYTHON to directly use Yocto's python which can work with rcw.py definitely for now. Signed-off-by: Ting Liu <b28495@freescale.com> Reviewed-by: Emilian Medve <Emilian.Medve@freescale.com> Tested-by: Emilian Medve <Emilian.Medve@freescale.com>
2014-01-13u-boot: append sdk version into uboot versionChunrong Guo
Signed-off-by: Chunrong Guo <B40290@freescale.com>
2014-01-13change layout to follow oe-core guidelines of recipesTing Liu
Follow the rules defined in: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes.txt recipes-bsp - Anything with links to specific hardware or hardware configuration information recipes-connectivity - Libraries and applications related to communication with other devices recipes-core - What's needed to build a basic working Linux image including commonly used dependencies recipes-devtools - Tools primarily used by the build system (but can also be used on targets) recipes-extended - Applications which whilst not essential add features compared to the alternatives in core. May be needed for full tool functionality or LSB compliance. recipes-gnome - All things related to the GTK+ application framework recipes-graphics - X and other graphically related system libraries recipes-kernel - The kernel and generic applications/libraries with strong kernel dependencies recipes-lsb4 - Recipes added for the sole purpose of supporting the Linux Standard Base (LSB) 4.x recipes-multimedia - Codecs and support utilties for audio, images and video recipes-rt - Provides package and image recipes for using and testing the PREEMPT_RT kernel recipes-qt - All things related to the Qt application framework recipes-sato - The Sato demo/reference UI/UX, its associated apps and configuration recipes-support - Recipes used by other recipes but that are not directly included in images recipes-dpaa - recipes related to fsl dpaa feature recipes-virtualization - recipes related to fsl virtualization feature Signed-off-by: Ting Liu <b28495@freescale.com>