Age | Commit message (Collapse) | Author | Files |
|
|
|
TARGET_OS does explicitly NOT belong in a machine.conf, it belongs in a distro.conf
This reverts commit 78411fdbc9e5a4a737303b88ef8962c275425802.
|
|
* EABI has advantages for all armv4 > and with
a little tinkering it works well for armv4.
Since it comes with speed increases theres no
reason to use anything else.
Signed-off-by: Kristoffer ericson <kristoffer.ericson@gmail.com>
|
|
- eliminate a patch from the recipe that was already in git
- fixed a patch which failed on a file which was not applicable for openrd-base
(made a dedicated patch with only those parts that are needed for openrd-base)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
|
|
anymore
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
- added a recipe for 2.6.33-rc5
- updated video patch (as provided by einfochips)
- made use of the PR bump to add building tgt as module in defconifg
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Removed filesystems declaration from conf/machine/include/htc-msm7.inc
because it should been already decleared in ${build}/conf/local.conf.
|
|
The HP iPAQ RX1950 has no bluetooth, and its flash size is 64M.
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
|
|
Using standard vanilla linux kernel because everything is supported
in it
Also using the 2.6.32 version because 2.6.33 is not out yet and I
only made a defconfig for 2.6.32
added MACHINE_DRI_MODULES = "i915" instead of "intel"
because intel didn't work:
| make[5]: Entering directory `.../Mesa-7.6/src/mesa/drivers/dri/intel'
| make[5]: *** No targets specified and no makefile found. Stop.
Copied the glibc part from ion.conf(I didn't test it yet)
I also added the xf86-input-synaptics at the last moment and I didn't
have the time to test that modification but I tested
xf86-input-synaptics and it works fine
It also uses xf86-input-mouse and xf86-input-keyboard as xorg.conf will use them
(evdev didn't work for me even if it was compiled in the kernel,there was
xf86-input-evdev installed and there was an entry in xorg.conf)
|
|
into org.openembedded.dev
|
|
Correction of at91sam9260ek and at91sam9g20ek configuration files:
Xserver is not needed. At91sam9rlek configuration file: no usbhost.
Adding of two new boards: at91sam9g10ek and at91sam9g45ekes. "es" stands
for Engineering Sample and correspond to the marking that is on the board.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Written by Robert, tweaked a bit by me.
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
kernel for the nanonote.
Signed-off-by:Kristoffer Ericson <kristoffer.ericson@gmail.com>
|
|
Split up into three files to allow easier maintenance of AT91 boards.
machine/<board>.conf
machine/include/AT91.inc
machine/include/AT91-LCD.inc
A machine with an LCD controller would normally include "AT91-LCD.inc"
A machine without an LCD controller would include "AT91.inc"
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
---
|
|
|
|
into org.openembedded.dev
Conflicts:
recipes/linux/linux-kirkwood_2.6.33-rc1.bb
|
|
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
|
|
|
|
* Put all in the common zaurus-2.6.inc.
|
|
added a lot of modules to openrd client
added a change in openrd-base defconfig for SD
|
|
* The machine conf for the davinci dm365 EVM board was wrong.
This patch fixes it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
* qemu boots vmlinux on mips so set KERNEL_IMAGETYPE
and KERNEL_OUTPUT accordingly.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
* mkfs.ubifs is called by bitbake the same but:
shr-full-eglibc-ipk--20100103-om-gta02.rootfs.ubifs
shr-full-eglibc-ipk--20100103-om-gta02.ubifs.img
are a bit different, probably only some timestamp of ubifs build?
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
mesa-dri_git.bb
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
in every rootfs built.
Signed-off-by: Alex Furgeson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
|
|
This reverts commit c2b7702d52fd6f62f34e58dc2e806b44b8fb976b.
|
|
* This is not supporting multilib
* Only 64-bit userspace can be built.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
website
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
snd modules from machine configs
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
* add 480x272 bootlogo for da850-omapl138-evm
* add 640x480 bootlogo for hawkboard
* enable more usb drivers and stats for hawkboard
|
|
* Update defconfig for qemumips so that inet support is enabled
and networking devices like eth0 are seen.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
|
|
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
|
|
|
|
* New codec recipes from Arago team in Germantown
* Updated dm6446 and dm355 from Brijesh Singh
* cmem, gst-ti and dmai fixes from Brijesh Singh
angstrom: introduce SOC_FAMILY and start using it TI recipes as a testing ground
* SOC_FAMILY tells you which system on chip is used in the MACHINE, e.g. omap3, dm355, pxa25x, s3c24xx.
This avoids having to duplicate lots of overrides in machine specific recipes. This is *NOT*
intended to be used as a package arch.
|
|
|
|
Text from vendor page:
Sim.One means Simplemachines One, The first Project from Simplemachines
team. It's a single board computer based on the low cost Cirrus System
On Chip EP9307. It deliver a set of flexible PC-Like interfaces and
add-on expansion connector to connect daughter boards.
All the hardware Specs (CAD files, schematics, BOM, etc) are available
under open hardware license, so you are free to use, study, adapt or
manufacture for your needs.
The Sim.One come with a rich set of Free Software, Debian OS, Device
Drivers for all its pheripherals and Optimized GCC compiler with FPU
support.
URL: http://simplemachines.it/simone.html
|
|
- dm355-evm, dm365-evm, dm6446-evm, dm6467-evm, dm6467t-evm
- 2.6.32rc2 - davinci1 staging (PSP 3.01.00.28 - Rel 3.1.0 Phase 3 Build 28i)
- 7b2683fd0168df1576fcea947ef9f63e905de807
- Add uboot to image depends (EXTRA_IMAGEDEPENDS)
- defconfigs taken from davinci staging tree
- dm355-evm - davinci_dm355_defconfig
- dm365-evm - davinci_dm365_defconfig
- dm6446-evm - davinci_dm644x_defconfig
- dm6467-evm - davinci_dm646x_defconfig
- dm6467t-evm - davinci_dm646x_1ghz_defconfig
- Bump kernel PR (davinci.inc)
|