Age | Commit message (Collapse) | Author | Files |
|
and added INC_PR
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
and used it in the recipes
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Nikita Shulga <nikita_shulga@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
* Add Xserver args support for virtex5 board
* Increase PR
* v2 split changes for handling xilinx virtex platforms
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* Return a valid module_id for xilinx virtex platform
* On Xilinx platforms there is no line `Hardware`. Instead it is
stored in the line starting with `platform`.
* v2 split changes, nicer module_id function for handling xilinx
virtex platforms
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* Add xilinx virtex platforms support
* Set xserver args
* Bump PR
* v2 reorder patch set
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* Add xorg conf for xilinx virtex5 family targets
* Increase PR
* v2 reorder patch set
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* Add machine_id support for xilinx virtex platforms
used in xserver-common for args settings.
* On Xilinx platforms there is no line `Hardware`. Instead it is
stored in the line starting with `platform`.
* Bump PR
* v2 nicer machine_id function for handling xilinx virtex platforms
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* Config machine for virtex5 platforms ml507, ml510
* Hardware reference design at
http://github.com/aalonso/xilinx-ml507
* v2 more descriptive subject
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* New config machine, generic support for Xilinx
Virtex4 platforms ml401, ml403, ml405, ml410
* Tested on ml405 target board, powerpc based ref project
design at http://github.com/aalonso/xilinx-ml405
* Target configuration handled in xilinx-bsp.bbclass
* v2 more descriptive subject
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* u-boot for xilinx platforms virtex4, virtex5 based
* Inherits xilinx-bsp.bbclass for passing xparameters
header file from hardware reference design project
to match hardware/software model
* v2 reorder patch set
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* Kernel recipe for generic xilinx platforms
* Inherits xilinx-bsp.bbclass to pass device
tree for the final target
* v2 reorder patch set
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* kernel defconfig for xilinx-virtex4 platform
* kernel defconfig for xilinx-virtex5 platform
* xilinx frame buffer patch
* v2 fix trailing whitespace
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* 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>
|
|
* Removed the USE_VT = 0 setting from am37x-evm and dm37x-evm
configuration files. With matrix-gui-e using chvt 4 it is OK
for these consoles to be created.
* The console is used for the beagleboard validation software
as well so it should be available to allow running the
validation software on these boards.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
* Added chvt 4 to init scripts to allow the matrix-guiE
application to run in its own virtual terminal. This
prevents the console being respawned over the running
matrix-guiE process during times of inactivity.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
perl makes use of this variable and it doesn't match how we use it.
Since it doesn't need to be exposed like this, don't.
No acks, but "sounds good" to Koen and "don't see why not" from Roman
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
.. to avoid
ERROR: Error Method already seen: all_perl_packages in' perl_5.8.8.bb'
now in 'perl_5.10.1.bb'
TODO: error() already prints "ERROR:" so the "Error" in above msg is
redundant
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
|
|
* changes usb0 to dhcp
|
|
Simply adding 'ext2.gz' to the IMAGE_FSTYPES to produce a default sized
ramdisk image whenever this image is built.
Uses 'IMAGE_FSTYPES +=' syntax to add a compressed ext2 image to use as
a ramdisk for BeagleBoard validation. No space is required in the
string per link provided by Paul Menzel. [1]
[1] http://docs.openembedded.org/usermanual/usermanual.html
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
* Add support for using SOC_FAMILY in the COMPATIBLE_MACHINES
setting for a recipe.
* This will allow recipes to work for entire families of
devices without having to maintain/update the compatible
devices as new devices are added into a family
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
* Is this recipe still needed with the current Xorg in OE?
|
|
|
|
|
|
|
|
classpath-minimal 0.96.1: Removed.
classpath 0.95: Dito.
classpath 0.96.1: Dito.
|
|
|
|
xalan-j: BBCLASSEXTEND="native"-ified.
|
|
xerces-j: BBCLASSEXTEND="native"-ified.
|
|
inetlib: BBCLASSEXTEND="native"-ified.
|
|
|
|
|
|
gnumail-native: Deleted.
gnujaf: BBCLASEXTEND="native"-ified.
gnumail: Dito.
|
|
xml-commons-resolver1.1-native: Deleted.
xml-commons-resolver1.1: BBCLASSEXTEND="native"-ified.
jaxp1.3: Dito.
|
|
jzlib-native: Deleted.
jsch: BBCLASSEXTEND="native"-ified.
jzlib: Dito.
|
|
jacl: BBCLASSEXTEND="native"-ified.
|
|
commons-net-native: Deleted.
commons-logging: BBCLASSEXTEND="native"-ified.
commons-net: BBCLASSEXTEND="native"-ified.
|
|
bsf-native: Dito.
log4j1.2-native: Dito.
oro-native: Dito.
regexp-native: Dito.
avalon-framework-api: BBCLASSEXTEND="native"-ified.
bsf-native: Dito.
log4j1.2-native: Dito.
oro-native: Dito.
regexp-native: Dito.
|
|
|
|
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
other packages
It seems that installing opkg/opkg-collateral blows away the configuration we
need to install more packages, so lets make that explicit by installing those
things last.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
* Convert to using INC_PR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|