summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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>
| * Add mux-server for all, and boot-format for e500v2 partsMatthew McClintock2011-11-011-1/+9
| | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * Add fsl-toolchain-bare for just barebones toolchainMatthew McClintock2011-10-262-4/+12
| | | | | | | | | | | | | | | | Make fsl-toolchain build from the -bare version and we can start adding nativesdk package such as qemu and dtc there Signed-off-by: Matthew McClintock <msm@freescale.com>
| * Add ccache to lsb-sdk imageMatthew McClintock2011-10-211-0/+1
| | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * Build u-boot for various machinesMatthew McClintock2011-10-209-2/+10
| | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * Fix to build u-boot images instead of just ext2.gz imagesMatthew McClintock2011-10-194-4/+4
| | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * Add overall reference to Freescale git serverMatthew McClintock2011-10-191-0/+1
| | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * Change SDK_NAME for fsl distroMatthew McClintock2011-10-191-1/+1
| | | | | | | | | | | | | | powerpc and power64 conflict across various TUNES, instead lets name based off the PACKAGE_ARCH (ppce500v2, ppce500mc, etc) Signed-off-by: Matthew McClintock <msm@freescale.com>
| * Add support for p3060qdsMatthew McClintock2011-10-191-0/+7
| | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * Update images and distro informationMatthew McClintock2011-10-193-3/+12
| | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * define preferred version of u-boot-mkimage-nativeTing Liu2011-10-191-0/+2
| | | | | | | | | | | | current preferred version 2009.08 is not available, only 2011.03 2011.06 exists Signed-off-by: Ting Liu <b28495@freescale.com>
| * Update dtc and git to be included in lsb-sdk imageMatthew McClintock2011-10-111-0/+2
| | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * Initial commit for FSL Machines, Images, and Distro settingsMatthew McClintock2011-10-0417-0/+235
| | | | | | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
| * Add initial READMEKumar Gala2011-07-291-0/+4
| | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* layer.conf: include layer-specific bb filesTing Liu2015-07-131-0/+3
| | | | | | | | | | | Previously layer-specific bbappends are applied when that layer is included in the configuration. There is layer-specific bb files too (like asf_git.bb). Apply the same rule here. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rename ls-base.inc -> qoriq-arm.incTing Liu2015-07-132-1/+1
| | | | | | | Preparation for next merge stage with qoriq-ppc. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* asf: use KBUILD_OUTPUT to point to build-artifactsTing Liu2015-07-131-0/+6
| | | | | | | | | | | | | | In poky commit 46cdaf1, the kernel build output was put into kernel-build-artifacts, and kernel-source is kept "pristine". KERNEL_PATH points to kernel-source, while KBUILD_OUTPUT points to build-artifacts which can be used for external module build. asf Makefile tries to include the .config, use KBUILD_OUTPUT to avoid build error. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* asf: update to revision 62ba10aTing Liu2015-07-131-2/+2
| | | | | | | | | | | | | | | | | | This imports following changes: 62ba10a asf_fmc: Patch to update the name of xml files. 8d744dd asf: Patch to fix ipv6 issue on dpaa. ddf9678 asf: Patch to return jumbo packet back. dcda291 asf: Patch to include caam_jr_strstatus in ASF_IPSEC_DEBUG mode. 49f591f asf: Patch to change function signature caam_jr_strstatus f860eff ipsecproc: Patch to fix display of ipsec stats. 461586d ASFIPSEC: fix compilation for SEC 3.x when ASF_IPSEC_DEBUG is defined 03b9bad asf: Patch to fix sha256 issue. a21b2d7 Removing Ethernet padding in abuf to skb conversion a03283d4 Aligning function ASFFFPProcessAndSendFD and ASFFFPProcessAndSendPkt while validating flows Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: update to revision 426f7a6Ting Liu2015-07-132-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This imports following changes: 426f7a6 SECURE BOOT: Add missing RCW's for T4240QDS 756454f SECURE BOOT: Rename the RCW's 7782087 SECURE BOOT: Remove Unwanted RCW's e93c210 LS1021: Unset BOOT_HO bit in rcw. 4375fc4 t1023rdb: update IFC_MODE to 0x2F for errata A-009138 5cf9bc5 T4240QDS: Add four 1800MHz/Core RCW files for T4240QDS board cff536a t1023rdb: set RTC=1 to enable GPIO1[14] a5983f2 T4240RDB: Add one new RCW for T4240RDB board 3a6ae48 ls1021a: fix some serdes settings for SATA 31078e1 ls1021atwr: do not power down PLL which is used by SATA c6d72e3 t2080qds: rcw: Add eMMC DDR mode RCW c77415c T104xD4RDB: update SRDS_PLL_REF_CLK_SEL_S1 value e2c0844 ls1021atwr: add USB 2.0 support fd0c1df p5020/p5040: NAND Secure Boot RCW added with PBI commands 259d57d t1023rdb: add rcw for t1023rdb board c3ab906 T1042: Add t1042d4rdb rcw files for serdes protocol 0x86 ae39560 T1040: Add t1040d4rdb rcw files for serdes protocol 0x66 b9d3c22 p3041: NAND Secure Boot RCW added with PBI commands dc0fad9 t2080rdb: update ddr to 1866MT/s 03c5ee6 t2080: update platform clock to 600MHz 72945fa rcw: ls102xa: merge rcw for lpuart and dcu 6678741 rcw: ls102xa: Adjust the features supported in SD boot f7a54c1 arm: ls102xa: Increase IO drive strength for LS1021AQDS board 3dd07fa B4860-As-B3: Add two new RCW files 69a041c B4860QDS: Add HWA_CGA_M3_CLK_SEL bits define in b4860.rcwi file 87289d5 ls102xa: rcw: Add QSPI boot RCW for LS1021A TWR board 13bf692 t1024: update FM1_MAC_RAT from 0 to 1 5b94b3e t1024rdb: add new rcw 0x135 and minor update Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>