aboutsummaryrefslogtreecommitdiffstats
path: root/classes/xilinx-bsp.bbclass
AgeCommit message (Collapse)Author
2010-11-14xilinx-bsp.bbclass: fix sh equality operatorAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Michael Smith <msmith@cbnco.com>
2010-08-04xilinx-bsp: Rewrite to handle xilinx virtex4 virtex5 targetsAdrian Alonso
* Rewrite for handling most xilinx target virtex4 and virtex5 based * Add helper functions for configuring the target board * User must add in local.conf: XILINX_BOARD = "ml401" | "ml403" | "ml405" | "ml410" | "ml507" | "ml510" XILINX_BSP_PATH = "Xilinx XPS hardware project dir" with this variables u-boot and the linux kernel gets configured for a selected board. * xilinx-bsp exits when there is no hardware project or when parameters header or the linux kernel device tree haven't been generated in Xilinx XPS [1] in order to match hardware/software model * Only tested for powerpc based hardware projects * [1] Xilinx XPS -> Xilinx Platform Studio * v2 add additional comments Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2010-03-16xilinx-bsp.bbclass: add support for xilinx ml507Adrian Alonso
Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2007-12-23Remove some GNUism and replace cp -a with cp -pPR (once again)Holger Freyther
I didn't touch the to be installed files, as we have GNU coreutils or at least a compatible busybox version on our targets so far.
2007-08-21classes/xilinx-bsp.bbclass : Add a class to handle xilinx kernel requirmentsStelios Koroneos