summaryrefslogtreecommitdiff
path: root/conf/machine
AgeCommit message (Collapse)AuthorFiles
2010-07-02qemumipsel.conf: Add qemumipsel support, based upon qemumips.Graham Gower1
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-01omap3evm: Cleanup machine configRoger Monk1
* Set uboot preferred provider * Set VT * Set x-loader machine * Align jffs2 params with other ti targets Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-01am3517-evm: Machine config cleanupRoger Monk1
* Remove legacy OMAP3517 extra machine * Only used internally - safe to remove * Add uboot preferred provider * Set Machine configs for uboot/xloader * Set VT Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-01dm3730-am3715-evm: Add x-loader MACHINE nameRoger Monk1
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-27linux-omap-psp 2.6.32: disable mt9t111 module, it causes non-xM boards to ↵Koen Kooi1
hang at boot
2010-06-26linux-omap-psp 2.6.32: add WIP camera drivers for the beagleboard xMKoen Kooi1
2010-06-25htcdream: don't set PREFERRED_PROVIDER_virtual/libgl to mesa-driMartin Jansa1
* there was --disable-egl in mesa-dri recipes (there are mesa recipes for this) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de> Acked-by: Graeme Gregory <dp@xora.org.uk>
2010-06-25om-gta02: prefer kernel 2.6.32Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-22Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov1
git://git.openembedded.org/openembedded into org.openembedded.dev
2010-06-20ezx: rename references to ezx-boot-usb into moto-boot-usbAntonio Ospite1
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-06-20Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov2
git://git.openembedded.org/openembedded into org.openembedded.dev
2010-06-20lite5200: add MACHINE_FEATURES and UBOOT_MACHINEDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-19zaurus-2.6.inc: add fbdev to spitz's XSERVERMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-18omap5912osk: Use 2.6.34 as PREFERRED_KERNELKhem Raj1
* TMPFS is disabled it does not boot with tmpfs. needs to be investigated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-11lite5200: update machine configDmitry Eremin-Solenikov1
Update Lite5200 board config with correct console definition, kernel provider and kernel image. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-07linux-omap-psp 2.6.32: rebase patches onto new baselineKoen Kooi1
2010-06-06linux-omap-psp 2.6.32: disable CDC_EEM for beagleboardKoen Kooi1
2010-06-04motorola-ezx-base.inc: Add support for ubifsIlya Petrov1
Signed-off-by: Ilya Petrov <ilya.muromec@gmail.com> Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Koen Kooi <koen@openembedded.org>
2010-06-04motorola-ezx-base.inc: refresh machine definitionAntonio Ospite1
Reorder sections to a more logic scheme, following magician.conf, other cleanups: * sort MACHINE_FEATURES alphabetically * add ezx-gen-blob to EXTRA_IMAGEDEPENDS * use MODUTILS=26 * Add needed kernel modules for BP Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Koen Kooi <koen@openembedded.org>
2010-06-04motorola-ezx-base.inc: use PREFERRED_PROVIDER_virtual/xserverAntonio Ospite1
This fixes a "multiple recipes provide xserver" warning. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Koen Kooi <koen@openembedded.org>
2010-06-02Revert "qemu.inc: zap_root_password for qemu images."Khem Raj1
Its better not to put this was here but in the images if needed. This reverts commit 39a7a0152d5d9a38ab202e11eb2eaab163dc35fa.
2010-06-02qemu.inc: zap_root_password for qemu images.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-31bug20.conf: Sync with Bug Labs repoStefan Schmidt1
This brings the bug20 machine file in sync with the Bug Labs internal version. The difference was only ubi as FSTYPE and some jffs2 tweaking.
2010-05-31beagleboard: remove u-boot preferred versionKoen Kooi1
2010-05-29qemux86.conf: Set PREFERRED_PROVIDER_virtual/kernel to linux instead of ↵Khem Raj1
linux-rp. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-26linux-openmoko: partial revert of rename to PN_PV shemeMartin Jansa3
* details in http://thread.gmane.org/gmane.comp.handhelds.openembedded/32950 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-26linux-openmoko: rename recipes to common PN_PV scheme, cleanup versioningMartin Jansa3
* move DESCRIPTION to .inc * remove OEV, KERNEL_RELEASE and KERNEL_VERSION, keep KERNEL_* from kernel.bbclass * update distro/machine configs where needed Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-26imote2.conf: Switch kernel to linux-zigbeeStefan Schmidt1
2010-05-25imote2.conf: Only define the eraseblock size onceStefan Schmidt1
The second definition overlayed the first one. It was consistent, but we still want to only have the correct one.
2010-05-24xilinx-ml507: Add screen option and don't disable tty1Adrian Alonso1
Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-05-21linux-omap-psp 2.6.32: tweak reported powervalue for MUSB on beagleboardKoen Kooi1
2010-05-19linux-davinci: Update to latest kernel for DA8xx/OMAPL1xxRoger Monk1
* Update to latest kernel patches PSP 3.20.00.12 * Still 2.6.33rc4 * Update defconfigs to match updated kernel configs * Bump Kernel PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-05-18dm3730-am3715-evm: disable virtual console, set JFFS2 erase blockDenys Dmytriyenko1
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-05-17htcleo: use uncompressed kernel iamgeLukas Gorris1
2010-05-15machine/qemush4: Add new machine for SH4 on qemuKhem Raj1
* Make improvements to run-qemu script. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-15qemuppc: Add new machine qemuppc running ppc on QEMU.Khem Raj1
* Tested with DISTRO=minimal image=minimal-image * Adjust run-qemu.sh to use native-qemu and fix variables needed for powerpc run. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-14machine/qemu.inc: Build and install qemu-native for qemu based targets.Khem Raj1
* Some distributions like ubuntu dont ship roms which are needed to boot ppc targets therefore we need to use qemu-native to run the images, therefore always build qemu-native for qemu based targets Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-13machine/qemuarm: Move kernel version to 2.6.33Khem Raj1
* Tested using gcc 4.4.4 DISTRO=minimal Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-13conf/machine/bug20.conf, add xf86-input-tslib for BUG2.0 touchscreenJohn Connolly1
*BUG20 is using tslib for xorg touchscreen. *would like this to get into stable *tested on BUG2.0
2010-05-13imote2.conf: Restore old kernel provider.Stefan Schmidt1
Thanks Koen for spotting.
2010-05-12bug20/xorg.conf: update to use tslib driver for touchscreen input device.Ken Gilmer1
2010-05-07omap3.inc: bump MACHINE_KERNEL_PRKoen Kooi1
2010-05-07linux-omap-psp 2.6.32: move to 3.00.01.06Koen Kooi1
2010-05-04linux-omap-psp 2.6.32: refresh touchbook defconfig, add disabled patch to ↵Koen Kooi1
enable 800MHz operation
2010-05-03qemu.inc: Set virtual/xserver not xserver.Tom Rini1
Tested with qemu{arm,x86,mips} and x11-image. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-04-30tune-ppc603e: Drop -mhard-floatTom Rini1
-mcpu takes care of this argument for us Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-04-30omap3: bump MACHINE_KERNEL_PRKoen Kooi1
2010-04-27linux-omap-psp 2.6.32: switch back to 'userspace' governor on beagleboardKoen Kooi1
omap3: bump MACHINE_KERNEL_PR
2010-04-21zaurus-2.6.inc: remove forgotten comments (#) and unbreak jffs2Andrea Adami1
2010-04-21zaurus-2.6.inc: merge the jffs2 bits from zaurus-clamshells.inc.Andrea Adami5
* remove the legacy headers needed for vanilla Sharp images. * (the checksum was anyway broken)