aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-12-08util-linux: rename file to util-linux_2.22.1.bbappendedowson/xilinx-ml507-gcc-4.5Elvis Dowson
This commit renames util-linux bbaapend file to match recipe version provided in poky/meta/recipes-core/util-linux Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-12-07Merge branch 'master' into master-xilinx-ml507-gcc-4.5Elvis Dowson
2012-11-22README: add maintainers contact informationAdrian Alonso
* Add maintainers contact information * Instruct to use "[meta-xilinx]" when sending emails to yocto@yoctoproject.org mailing list Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-10-08virtex5: Update configuration to indicate the absence of a real-time ↵201210092220-xilinx-ml507-ppc440201210082240-xilinx-ml507-ppc440Elvis Dowson
hardware clock. This commit adds the MACHINE_FEATURE_BACKFILL_CONSIDERED = "rtc" config to indicate the absence of a real-time hardware clock. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-09-13linux-xilinx-3.3: Add new recipe for linux-xilinx v3.3.0 kernel.201209131900-xilinx-ml507-ppc440Elvis Dowson
This commit adds a new recipe for the linux-xilinx v3.3.0 kernel, and includes the following features: * support for Xilinx ML507 development board * support for Xilinx Virtex 5 PowerPC440 processor * support for console output on a LCD display using the DVI port * support for using a ramdisk and booting to a bash prompt * support for xps-uart16550-2.00.a, ttyS0 * support for xps-ethernetlite-4.00.a, 10/100 Mbps ethernet interface The ramdisk size has been set to 32768 kilobytes. This value can be changed by modifying the supplied kernel deconfig file. The linux-xilinx v3.3.0 kernel has been tested using a hardware project created using Xilinx EDK 14.2. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-09-10linux-libc-headers: Add linux-libc-headers_3.3.bb.Elvis Dowson
This commit adds linux-libc-headers_3.3.bb for linux-xilinx kernel 3.3. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-09-10virtex5: Update MACHINE_FEATURES.Elvis Dowson
* Update MACHINE_FEATURES to add ext3, keyboard and serial. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-09-10tune-ppc440e: Add tune-ppc440e file.Elvis Dowson
* Tune option for ppc440e with hard-float. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-09-10tune-ppc405e: Add tune-ppc405e file.Elvis Dowson
* Tune option for ppc405e with hard-float. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-09-10tune-ppc405: Add glibc configure options.Elvis Dowson
* Add glibc configure options to get ppc405 specific library. * Minor changes to tune-ppc405 recipe to specify soft-float option. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-09-10tune-ppc440: Reorder tune features.Elvis Dowson
* Minor change to reorder the tune features. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-09-10conf: Add local.conf sample configuration file.Elvis Dowson
* Add local.conf sample configuration file to build meta-xilinx using gcc-4.5 and eglibc-2.13 retired toolchain recipes from the meta-openembedded/toolchain-layer, for the Xilinx ML507 development board using the Virtex-5 PowerPC 440 processor. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-09-10conf: Add bblayers.conf sample configuration file.Elvis Dowson
* Add bblayers.conf sample configuration file to build meta-xilinx using gcc-4.5 and eglibc-2.13 retired toolchain recipes from the meta-openembedded/toolchain-layer. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-09-10xilinx-boot.bbclass: Add support for selecting the xilinx hardware bitstream ↵Elvis Dowson
file. * Remove hard-coded references to the xilinx hardware bitstream file, and allow selection via a variable XILINX_BITSTREAM_FILE . Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
2012-07-16xilinx-kernel.bbclass: Fix support for binary device tree generationAdrian Alonso
This commit fixes support for binary device tree generation, which was broken as a result of commit 8c904eb643ad8ca1bc29cb2d870a80b355dcb341 in oe-core: linux-dtb: add multi-dtb build support including following enhancement: * support multi-dtb build * skip dtb build and install when KERNEL_DEVICETREE is empty * print a warning message when specified dts file is not available Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-06-28util-linux: rename file to util-linux_2.21.2.bbappendAdrian Alonso
* Rename util-linux bbaapend file to match recipe version provided in poky/meta/recipes-core/util-linux Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-06-26linux-xilinx: Update xilinx linux kernel to v3.3.0.Adrian Alonso
* Update xilinx linux kernel to v3.3.0. * Update recipe to use SRCREV_pn-${PN} to set the commit id. * Refactor recipe and move common definitions to linux-xilinx.inc * Bump PR. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-06-26xilinx-boot: Refactor recipe to add support for Xilinx ISE 14.1.Adrian Alonso
* Refactor recipe to add support for Xilinx ISE 14.1. * Fix minor spelling mistakes. * Add additional log messages. Ensure that you reconfigure your shell to use bash instead of dash while building with Ubuntu 12.04 LTS. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-06-10xilinx-kernel: Change string comparision checks to use strict POSIX complianceAdrian Alonso
This commit fixes an issue with string comparision checks failing because of not using strict POSIX compliance, therby failing to copy the device tree from the hardware model to the linux kernel device tree. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-06-03u-boot-xilinx_git: Update recipe to support fetching from separate git ↵Adrian Alonso
repositories for virtex5 and microblaze. * virtex5: Modify SRC_URI_virtex5 to fetch u-boot from git://git.denx.de/u-boot.git * virtex5: Update to u-boot v2012.04.01 * microblaze: Retain SRC_URL_microblaze to fetch u-boot from git://git.xilinx.com/u-boot-xlnx.git * microblaze: Retain u-boot v2009.11 Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-06-03xilinx-boot: Change string comparision checks to use strict POSIX compliance.Adrian Alonso
This commit fixes an issue with string comparision checks failing because of not using strict POSIX compliance, therby resulting in wrong definitions being generated into the ${xparam} file. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-06-03linux-xilinx: Correct license to GPLv2.Adrian Alonso
* This commits corrects the license for the linux-xilinx recipe to GPLv2. * Update the SRC_URI to git://git.xilinx.com/linux-xlnx.git to match the project name on the Xilinx git repository. * Bump PR Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-05-31tune-ppc440: Add glibc configure options.Adrian Alonso
* Add glibc configure options to get ppc440 specific library. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-05-31tune-ppc440: Indicate no floating point support.Adrian Alonso
* PACKAGE_EXTRA_ARCHS_tune-ppc440: Indicate no floating point support by adding -nf suffix. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Acked-by: Adrian Alonso <aalonso00@gmail.com>
2012-05-30util-linux: rename bbapend fileAdrian Alonso
* Rename util-linux bbaapend file to match current util-linux package version provided in core meta layer. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-05-30linux-xilinx: add linux versionAdrian Alonso
* Add Linux version and set PV variable * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-05-30tune-ppc440 fix package extra archsAdrian Alonso
* Fix package extra archs * PPCPKGARCH removed from arch-powerpc.inc file Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-13README: short layer descriptionAdrian Alonso
* README file, short layer description Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-13virtex5mb: cleanup tune optionsAdrian Alonso
* Cleanup tune options for virtex5mb platform Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-13virtex4: cleanup tune optionsAdrian Alonso
* Cleanup tune options for virtex4 platform Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-13tune-ppc405: update tune options for ppc405 targetsAdrian Alonso
* Update ppc405 tune options for powerpc 405 targets * Align with newer tune options settings Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-13linux-xilinx: override XILINX_BOARD if definedAdrian Alonso
* Override XILINX_BOARD if previously defined Useful on microblaze target where we can't easy find out on which board microblaze is used. * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-13spartan6-sp605: cleanup tune optionsAdrian Alonso
* Cleanup tune options, which are set on tune-microblazeel.inc Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-13spartan6-lx9mb: cleanup tune optionsAdrian Alonso
* Cleanup tune options, which are set on tune-microblazeel.inc Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-13tune-microblazeel: tune options for microblaze little endianAdrian Alonso
* Update microblaze options for little endia variant Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-13tune-microblaze: update to reuse common settingsAdrian Alonso
* Update tune options to reuse common settings from microblaze-arc inc file Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-13arch-microblaze.inc: new tune option fileAdrian Alonso
* New tune option file for microblaze soft cpu * Group common tune settings for microblaze Big endian/Litte endian variants shoul inherit this settings and add/override custom settings Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-13tcmode-external-xilinx: comment tclibc settingAdrian Alonso
* Comment tclibc setting; glibc is not a valid TCLIBC option Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-08tune-microblaze: update tune optionsAdrian Alonso
* Update tune options for microblaze Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-08perl: config options for microblazeAdrian Alonso
* Remove perl config options for microblaze * Broken support need futher investigation right is not needed. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-07u-boot-xilinx: rework uartlite support patchesAdrian Alonso
* Rework uartlite support patches * Remove fixed SRCREV version in favor of AUTOREV * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-07x11-common: remove custom virtex machine configurationAdrian Alonso
* Remove xserver custom configuration for virtex platforms xserver options are now more generic so no need to custom settings. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-07perl: update to version 5.14.2Adrian Alonso
* Update bbappend perl version so it can be applyed * Override config.sh only to microblaze configuration Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-06util-linux: update to version 2.21Adrian Alonso
* Update to version 2.21 so bbappend can be applyed Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-06openssl: remove powerpc configuration patchAdrian Alonso
* Remove openssl powerpc configuration patch Error not present in openssl_1.0.0g * bbappend file doesn't apply as openssl_0.9.8p was deprecated. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-06linux-xilinx: remove uneeded patchsAdrian Alonso
* Remove uneeded patchs, fixed errors with newer gcc kbuild-Fix-passing-Wno-options-to-gcc-4.4.patch linux-xilinx-do-not-use-OS-option.patch * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-06xilinx-default-revisions: set u-boot to autorevAdrian Alonso
* Set uboot SRCREV to AUTOREV Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-06layer: remove gcc preferred versionAdrian Alonso
* Remove gcc preferred version 4.5.1 as kernel build errors are fixed with nerwer gcc Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-06virtex5: update machine config fileAdrian Alonso
* Update machine config file * Remove TARGET_ARCH and TARGET_FPU this are set in tune-ppc440 and arch-powerpc include files Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-03-06tune-ppc440: reformat tune optionsAdrian Alonso
* Reformat tune options * Add ppc440 to available tune options * Set TUNE_FEATURES to ppc440 and m32 * Set defeult soft-fpu Signed-off-by: Adrian Alonso <aalonso00@gmail.com>