summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fsl-toolchain.bb: remove usdpaa from fsl-toolchain which was incorrectly addedMatthew McClintock2012-03-121-2/+0
| | | | | | | This is not building any x86 tools or libraries to link against, it' just trying to build the target usdpaa package for e500mc. Signed-off-by: Matthew McClintock <msm@freescale.com>
* conf/layer.conf: expand search for bbappend filesMatthew McClintock2012-03-091-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: Change TARGET_ARCH to TUNEPKG_ARCH for generating toolchain tarballMatthew McClintock2012-03-091-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl-toolchain.bb: remove qemu-nativesdk from toolchainMatthew McClintock2012-03-061-1/+0
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot_git.bb: update u-boot recipe to use new triplet's after multilib changesMatthew McClintock2012-02-271-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl.conf: override TARGET_VENDOR for multilib scenarioMatthew McClintock2012-02-271-0/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* busybox: fix install error when CONFIG_INETD enabledTing Liu2012-02-273-0/+55
| | | | | | | | | To avoid the following error: | CONFIG_INETD=y | install: cannot stat `.../busybox-1.18.5-r2/inetd': No such file or directory | ERROR: Function 'do_install' failed Signed-off-by: Ting Liu <b28495@freescale.com>
* u-boot: add additional u-boot images for all Freescale boardsChunrong Guo2012-02-2310-15/+21
| | | | Signed-off-by:Chunrong Guo <b40290@freescale.com>
* busybox: fix the build error when enable CONFIG_TCPSVDZhenhua Luo2012-02-233-0/+154
| | | | | | These patches were pulled from upstream busybox Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* update p5020ds to use common tune file instead of diff ones for 32/64 bitMatthew McClintock2012-02-232-2/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* mtd-utils: fix corrupt cleanmarker with flash_erase -j commandZhenhua Luo2012-02-232-0/+135
| | | | | | patch is got from http://patchwork.ozlabs.org/patch/108873/ Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* conf/machine/mpc8544ds.conf Signed-off-by: ChunRong Guo <b40290@freescale.com>Chunrong Guo2012-02-201-0/+9
|
* conf/machine/p5040ds.conf Signed-off-by:ChunRong Guo <b40290@freescale.com>Chunrong Guo2012-02-201-0/+9
|
* u-boot: fixup building multiple images and add thsoe images for p1020rdb to ↵Matthew McClintock2012-02-082-14/+16
| | | | | | start with Signed-off-by: Matthew McClintock <msm@freescale.com>
* Added the proper terminal support for Linux under Hypervisor.Diana CRACIUN2012-01-261-1/+1
| | | | | | Under Hypervisor, Linux is using ttyEHV0. Signed-off-by: Diana CRACIUN <Diana.Craciun@freescale.com>
* Move default images types built into image recipesMatthew McClintock2012-01-197-4/+6
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* make all IMAGE_FSTYPES overridableMatthew McClintock2012-01-124-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* p3060qds.conf: Fix typoMatthew McClintock2012-01-111-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Update fsl distroMatthew McClintock2012-01-061-2/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add usdpaa dts into KERNEL_DEVICETREEZhenhua Luo2012-01-056-6/+12
| | | | | | p2041rdb, p3041ds, p3060qds, p4080ds, p5020ds and p5020ds-64b Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* e5500: set PREFERRED_PROVIDER_virtual/kernel to linux-qoriq-sdkTing Liu2012-01-021-1/+1
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* set PREFERRED_PROVIDER_virtual/libx11 to libx11Ting Liu2012-01-021-0/+1
| | | | | | | | | | | | | | | | To avoid the following error when building fsl-image-lsb/fsl-image-lsb-sdk: ERROR: Multiple .bb files are due to be built which each provide virtual/libx11 (/home/jenkins/poky/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb /home/jenkins/poky/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb). task-core-lsb requires runtime dependency "libx11-locale" which is only provided by libx11_1.3.4.bb. Meanwhile, PREFERRED_PROVIDER_virtual/libx11 is by default set to "libx11-trim". File "libx11-trim_1.3.4.bb" is selected when adding dependency virtual/libx11 for dbus/qt4 etc. Both of the two recipes provide virtual/libx11. Signed-off-by: Ting Liu <b28495@freescale.com>
* make sure hv-cfg and rcw binaries are included in cache packagesZhenhua Luo2012-01-022-2/+8
| | | | | | fix the rcw and hv-cfg binaries are not generated when do cache build Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* hv-cfg: add dtc-native into the depencency listZhenhua Luo2012-01-021-1/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* u-boot: make sure u-boot images are included in cache packageZhenhua Luo2012-01-021-1/+8
| | | | | | fix the u-boot images are not generated when do cache build Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* Initial add of hv-cfg using public gitMatthew McClintock2011-12-281-0/+34
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Initial add of rcw using public gitMatthew McClintock2011-12-281-0/+34
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add boot-format recipe using public gitMatthew McClintock2011-12-281-0/+20
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* update the kernel defconfig for non-smp targetsZhenhua Luo2011-12-083-3/+3
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* conf/machines: add non-dpaa target boards supportZhenhua Luo2011-12-079-0/+81
| | | | | | | | | | The following boards are added: mpc8536ds.conf, mpc8548cds.conf, p1010rdb.conf, p1020mbg.conf, p1020utm.conf,p1021rdb.conf, p1024rdb.conf, p1025rdb.conf, p2020rdb.conf Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Matthew McClintock <msm@freescale.com>
* fsl-toolchain.bb: use glib to pull in glib instead of gtkMatthew McClintock2011-12-051-1/+1
| | | | | | | Change this from gtk+ to glib since we can not specific this in TOOLCHAIN_TARGET_TASK Signed-off-by: Matthew McClintock <msm@freescale.com>
* xserver-xf86-config_0.1.bbappend: Fix typoMatthew McClintock2011-12-051-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* linux-qoriq-sdk-headers: remove vardep for KERNEL_DEFCONFIG since it does ↵Matthew McClintock2011-12-041-0/+1
| | | | | | not effect headers Signed-off-by: Matthew McClintock <msm@freescale.com>
* bbappends: Add +fsl to PR of all packages we modifyMatthew McClintock2011-11-303-0/+6
| | | | | | | This way we can tell if we modified them after they are built and shipped. This is just to help with debugged later. Signed-off-by: Matthew McClintock <msm@freescale.com>
* add machine configure file for p1023rds and p2041rdbZhenhua Luo2011-11-302-0/+16
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* u-boot_git.bb: Make u-boot build for 64-bit partsMatthew McClintock2011-11-291-3/+7
| | | | | | | | | u-boot is always built 32-bit even for 64-bit parts, this is an issue for 64-bit machines. This is a first attempt at getting this working. However, this method is less than ideal as it uses multilib to build a 32-bit toolchain to build u-boot Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: Fix mkdir path that was wrongMatthew McClintock2011-11-291-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add mkdir -p to target install dir so it existsMatthew McClintock2011-11-281-0/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Remove -mcpu= from CC as it's affecting code sizeMatthew McClintock2011-11-281-3/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add compilation flags for u-boot when building for p5020ds-64b which still ↵Matthew McClintock2011-11-241-1/+3
| | | | | | has a 32bit u-boot Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: Add work around for -lgcc not foundMatthew McClintock2011-11-211-1/+1
| | | | | | | | With just CROSS_COMPILE defined we do not modify the CFLAGS to include the required --sysroot arguments. By adding CC as well the appropriate arguments are passed in. Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add u-boot to default imagesMatthew McClintock2011-11-215-3/+9
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add u-boot recipe to meta-fsl-ppcMatthew McClintock2011-11-181-0/+99
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add linux-qoriq-sdk recipe to meta-fsl-ppcMatthew McClintock2011-11-186-0/+118
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add DEPENDS to the xserver for xf86-video-fbdevMatthew McClintock2011-11-081-0/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Add support for graphics on p1022dsMadeeha Javed2011-11-086-0/+91
| | | | | Signed-off-by: Madeeha Javed <madeeha_javed@mentor.com> Signed-off-by: Matthew McClintock <msm@freescale.com>
* Remove dependencies on packages not in this layer, will use bbappend to add ↵Matthew McClintock2011-11-081-7/+0
| | | | | | them in the layer where dependencies exist Signed-off-by: Matthew McClintock <msm@freescale.com>
* Spawn multiple tty's on first two serial ports by defaultMatthew McClintock2011-11-075-4/+4
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* Include extra boot-format-nativesdk-config in fsl-toolchainMatthew McClintock2011-11-071-1/+3
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add udev rules in netbase to rename ethernet portZhenhua Luo2011-11-022-0/+24
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>