mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
12
openembedded/conf/machine/c7x0.conf
Normal file
12
openembedded/conf/machine/c7x0.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: Sharp Zaurus SL-C7x0
|
||||
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices
|
||||
|
||||
KERNEL_VERSION ?= "2.6"
|
||||
|
||||
include conf/machine/zaurus-clamshell.conf
|
||||
include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
|
||||
|
||||
ROOT_FLASH_SIZE = "32"
|
||||
# yes, the husky has 64MB, I know... Be happy, that way you can install more software :)
|
||||
|
||||
24
openembedded/conf/machine/handheld-common.conf
Normal file
24
openembedded/conf/machine/handheld-common.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
HANDHELD_MODULES = "ipv6 \
|
||||
ipsec \
|
||||
nvrd \
|
||||
mip6-mn \
|
||||
tun \
|
||||
ide-cs ide-disk ide-probe-mod \
|
||||
loop \
|
||||
vfat ext2 \
|
||||
sunrpc nfs \
|
||||
btuart-cs dtl1-cs bt3c-cs rfcomm bnep l2cap sco hci_uart \
|
||||
pcnet-cs serial-cs airo-cs \
|
||||
af_packet \
|
||||
ppp-async ppp-deflate ppp-mppe \
|
||||
ip-gre ip-tables ipip \
|
||||
irda irlan irnet irport irtty ircomm-tty \
|
||||
input uinput \
|
||||
"
|
||||
|
||||
# Configuration bits for "generic handheld"
|
||||
BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin scap network-suspend-scripts"
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm apmd network-suspend-scripts"
|
||||
BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin scap ${@linux_module_packages('${HANDHELD_MODULES}', d)}"
|
||||
|
||||
INHERIT += "linux_modules"
|
||||
9
openembedded/conf/machine/ipaq-common.conf
Normal file
9
openembedded/conf/machine/ipaq-common.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
IPAQ_MODULES = "apm h3600_generic_sleeve ipaq-sleeve ipaq-mtd-asset nvrd atmelwlandriver sa1100-rtc ipaq-hal h3600_ts usb-eth wavelan_cs keybdev"
|
||||
|
||||
BOOTSTRAP_EXTRA_DEPENDS += "kbdd bl hostap-modules orinoco-modules atmelwlandriver"
|
||||
BOOTSTRAP_EXTRA_DEPENDS_append_kernel24 += "mipv6"
|
||||
BOOTSTRAP_EXTRA_RRECOMMENDS += "kbdd bl hostap-modules-cs orinoco-modules-cs atmelwlandriver ${@linux_module_packages('${IPAQ_MODULES}', d)}"
|
||||
BOOTSTRAP_EXTRA_RRECOMMENDS_append_kernel24 += "mipv6"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
|
||||
|
||||
33
openembedded/conf/machine/ipaq-pxa270.conf
Normal file
33
openembedded/conf/machine/ipaq-pxa270.conf
Normal file
@@ -0,0 +1,33 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: iPAQ hx47xx hx2xxx
|
||||
#@DESCRIPTION: Machine configuration for the iPAQ with a pxa27x CPU devices
|
||||
|
||||
TARGET_ARCH = "arm"
|
||||
IPKG_ARCHS = "all arm armv4 armv5te ipaqpxa hx4700"
|
||||
PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
|
||||
|
||||
PREFERRED_VERSION_orinoco-modules = "0.15rc1"
|
||||
|
||||
BOOTSTRAP_EXTRA_DEPENDS = "ipaq-boot-params"
|
||||
BOOTSTRAP_EXTRA_DEPENDS_append = " handhelds-pxa-2.6 udev modutils-collateral module-init-tools"
|
||||
|
||||
BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${PXA270_MODULES}', d)}"
|
||||
BOOTSTRAP_EXTRA_RDEPENDS_append = " udev modutils-collateral module-init-tools"
|
||||
|
||||
PXA270_MODULES = "g_ether pxa27x_udc"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
|
||||
include conf/machine/ipaq-common.conf
|
||||
include conf/machine/handheld-common.conf
|
||||
|
||||
GUI_MACHINE_CLASS = "bigscreen"
|
||||
GPE_EXTRA_DEPENDS += "gaim sylpheed gpe-filemanager gpe-nmf evince"
|
||||
GPE_EXTRA_INSTALL += "gaim sylpheed gpe-filemanager gpe-nmf evince"
|
||||
|
||||
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
|
||||
include conf/machine/tune-xscale.conf
|
||||
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}"
|
||||
HX4700_MODULES = "asic3_base asic3_mmc hx4700_bt hx4700_core hx4700_leds hx4700_navpt hx4700_pcmcia \
|
||||
hx4700_ts hx4700_wlan snd_pxa_i2sound_hx4700"
|
||||
8
openembedded/conf/machine/jornada7xx.conf
Normal file
8
openembedded/conf/machine/jornada7xx.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: HP Jornada 7xx
|
||||
#@DESCRIPTION: Machine configuration for the SA1100 based HP Jornada 7xx palmtop computer
|
||||
|
||||
TARGET_ARCH = "arm"
|
||||
IPKG_ARCHS = "all arm ${MACHINE}"
|
||||
|
||||
include conf/machine/tune-strongarm.conf
|
||||
58
openembedded/conf/machine/nokia770.conf
Normal file
58
openembedded/conf/machine/nokia770.conf
Normal file
@@ -0,0 +1,58 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: Nokia 770 internet tablet
|
||||
#@DESCRIPTION: Machine configuration for the Nokia 770, an omap 1710 based tablet
|
||||
TARGET_ARCH = "arm"
|
||||
IPKG_ARCHS = "all arm armv4 armv5te"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-omap"
|
||||
PREFERRED_PROVIDER_virtual/bootloader = ""
|
||||
|
||||
XSERVER = "xserver-kdrive-omap"
|
||||
|
||||
# 800x480 is big enough for me
|
||||
GUI_MACHINE_CLASS = "bigscreen"
|
||||
GPE_EXTRA_DEPENDS += "gaim sylpheed gpe-mini-browser tscalib"
|
||||
GPE_EXTRA_INSTALL += "gaim sylpheed gpe-mini-browser tscalib"
|
||||
|
||||
# Use tune-arm926 per default. Machine independent feeds should be built with tune-strongarm.
|
||||
#include conf/machine/tune-arm926ejs.conf
|
||||
|
||||
|
||||
#size of the root partition (yes, it is 123 MB)
|
||||
ROOT_FLASH_SIZE = "123"
|
||||
EXTRA_IMAGECMD_jffs2_nokia770 = "--pad --little-endian --eraseblock=0x20000 --no-cleanmarkers"
|
||||
|
||||
# serial console port on devboard rev. B3
|
||||
#SERIAL_CONSOLE = "115200 tts/0"
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
|
||||
|
||||
#build omap1 till nokia releases the patches
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-omap1"
|
||||
|
||||
BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel sysfsutils nokia770-init \
|
||||
pcmcia-cs apmd ppp wireless-tools console-tools openswan wpa-supplicant-nossl lrzsz ppp-dialin"
|
||||
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "sysfsutils nokia770-init \
|
||||
pcmcia-cs apm ppp wireless-tools console-tools"
|
||||
|
||||
# NFS Modules
|
||||
#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc"
|
||||
# Crypto Modules
|
||||
#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5"
|
||||
# SMB and CRAMFS
|
||||
#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs"
|
||||
# Serial Modules
|
||||
#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 "
|
||||
# Bluetooth Modules
|
||||
#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \
|
||||
# kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco"
|
||||
# PPP Modules
|
||||
#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ppp-generic kernel-module-ppp-async"
|
||||
|
||||
#USB Gadget Modules
|
||||
#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage kernel-module-g-serial \
|
||||
# kernel-module-g-ether"
|
||||
|
||||
include conf/machine/handheld-common.conf
|
||||
|
||||
20
openembedded/conf/machine/spitz.conf
Normal file
20
openembedded/conf/machine/spitz.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: Sharp Zaurus SL-C3000
|
||||
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device
|
||||
|
||||
KERNEL_VERSION ?= "2.4"
|
||||
|
||||
include conf/machine/zaurus-clamshell.conf
|
||||
include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
|
||||
|
||||
PIVOTBOOT_EXTRA_DEPENDS += "pivotinit pcmcia-cs"
|
||||
PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit pcmcia-cs"
|
||||
PIVOTBOOT_EXTRA_RRECOMMENDS += ""
|
||||
|
||||
# Useful things for the built-in Harddisk
|
||||
BOOTSTRAP_EXTRA_DEPENDS += "hdparm e2fsprogs"
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "hdparm e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs"
|
||||
|
||||
IMAGE_FSTYPES = "jffs2 tar"
|
||||
|
||||
ROOT_FLASH_SIZE = "100"
|
||||
2
openembedded/conf/machine/tune-arm920t.conf
Normal file
2
openembedded/conf/machine/tune-arm920t.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
|
||||
|
||||
2
openembedded/conf/machine/tune-arm926ejs.conf
Normal file
2
openembedded/conf/machine/tune-arm926ejs.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
|
||||
PACKAGE_ARCH = "armv5te"
|
||||
1
openembedded/conf/machine/tune-arm9tdmi.conf
Normal file
1
openembedded/conf/machine/tune-arm9tdmi.conf
Normal file
@@ -0,0 +1 @@
|
||||
TARGET_CC_ARCH = "-mcpu=arm9tdmi -mtune=arm9tdmi"
|
||||
2
openembedded/conf/machine/tune-strongarm.conf
Normal file
2
openembedded/conf/machine/tune-strongarm.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
TARGET_CC_ARCH = "-march=armv4 -mtune=xscale"
|
||||
|
||||
3
openembedded/conf/machine/tune-xscale.conf
Normal file
3
openembedded/conf/machine/tune-xscale.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
TARGET_CC_ARCH = "-march=armv5te -mtune=xscale"
|
||||
PACKAGE_ARCH = "armv5te"
|
||||
|
||||
48
openembedded/conf/machine/zaurus-clamshell-2.4.conf
Normal file
48
openembedded/conf/machine/zaurus-clamshell-2.4.conf
Normal file
@@ -0,0 +1,48 @@
|
||||
# Zaurus Clamshell specific configuration for kernel 2.4
|
||||
# Don't forget to include zaurus-clamshell.conf as well
|
||||
|
||||
PREFERRED_PROVIDERS_append_c7x0 = " virtual/kernel:c7x0-kernels-2.4-embedix"
|
||||
PREFERRED_PROVIDERS_append_akita = " virtual/kernel:openzaurus-pxa27x"
|
||||
PREFERRED_PROVIDERS_append_spitz = " virtual/kernel:openzaurus-pxa27x"
|
||||
PREFERRED_PROVIDERS_append_borzoi = " virtual/kernel:openzaurus-pxa27x"
|
||||
|
||||
# Later versions are broken on kernel 2.4
|
||||
PREFERRED_VERSION_orinoco-modules = "0.13e"
|
||||
|
||||
BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel hostap-modules orinoco-modules sharp-sdmmc-support \
|
||||
pcmcia-cs apmd wireless-tools console-tools irda-utils lrzsz hostap-utils prism3-firmware prism3-support \
|
||||
wpa-supplicant-nossl ppp ppp-dialin openswan"
|
||||
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "kernel hostap-modules-cs orinoco-modules-cs sharp-sdmmc-support \
|
||||
pcmcia-cs apmd apm wireless-tools console-tools irda-utils hostap-utils prism3-firmware prism3-support \
|
||||
wpa-supplicant-nossl ppp ppp-dialin openswan"
|
||||
|
||||
# Misc Modules
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-net-fd kernel-module-registers"
|
||||
|
||||
# USB Client Modules
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-usbdcore kernel-module-usbdmonitor"
|
||||
|
||||
# Bluetooth Modules
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluez kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \
|
||||
kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \
|
||||
kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs \
|
||||
kernel-module-firmware-class kernel-module-bt3c-cs"
|
||||
|
||||
# BI Module
|
||||
BOOTSTRAP_EXTRA_RDEPENDS_append_c7x0 = " kernel-module-pxa-bi"
|
||||
BOOTSTRAP_EXTRA_RDEPENDS_append_spitz = " kernel-module-pxa27x-bi"
|
||||
BOOTSTRAP_EXTRA_RDEPENDS_append_akita = " kernel-module-pxa27x-bi"
|
||||
BOOTSTRAP_EXTRA_RDEPENDS_append_borzoi = " kernel-module-pxa27x-bi"
|
||||
|
||||
# USB Host Modules
|
||||
BOOTSTRAP_EXTRA_RDEPENDS_append_spitz = " kernel-module-usbcore kernel-module-usbmouse kernel-module-usb-monitor \
|
||||
kernel-module-usbkbd kernel-module-usb-storage kernel-module-hci-usb \
|
||||
kernel-module-usb-ohci-pxa27x kernel-module-bfusb"
|
||||
BOOTSTRAP_EXTRA_RDEPENDS_append_akita = " kernel-module-usbcore kernel-module-usbmouse kernel-module-usb-monitor \
|
||||
kernel-module-usbkbd kernel-module-usb-storage kernel-module-hci-usb \
|
||||
kernel-module-usb-ohci-pxa27x kernel-module-bfusb"
|
||||
BOOTSTRAP_EXTRA_RDEPENDS_append_borzoi = " kernel-module-usbcore kernel-module-usbmouse kernel-module-usb-monitor \
|
||||
kernel-module-usbkbd kernel-module-usb-storage kernel-module-hci-usb \
|
||||
kernel-module-usb-ohci-pxa27x kernel-module-bfusb"
|
||||
|
||||
36
openembedded/conf/machine/zaurus-clamshell-2.6.conf
Normal file
36
openembedded/conf/machine/zaurus-clamshell-2.6.conf
Normal file
@@ -0,0 +1,36 @@
|
||||
# Zaurus Clamshell specific configuration for kernel 2.6
|
||||
# Don't forget to include zaurus-clamshell.conf as well
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-openzaurus"
|
||||
PREFERRED_VERSION_orinoco-modules = "0.15rc1"
|
||||
|
||||
BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel udev sysfsutils hostap-modules orinoco-modules \
|
||||
pcmcia-cs apmd wireless-tools console-tools irda-utils lrzsz hostap-utils prism3-firmware prism3-support \
|
||||
ppp ppp-dialin openswan wpa-supplicant-nossl"
|
||||
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils hostap-modules-cs orinoco-modules-cs \
|
||||
pcmcia-cs apm wireless-tools irda-utils udev-utils console-tools hostap-utils prism3-firmware prism3-support \
|
||||
ppp ppp-dialin openswan wpa-supplicant-nossl"
|
||||
|
||||
# Ethernet modules
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcnet-cs"
|
||||
# NFS Modules
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc"
|
||||
# Crypto Modules
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5"
|
||||
# SMB and CRAMFS
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs"
|
||||
# Serial Modules
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 kernel-module-serial-cs"
|
||||
# Bluetooth Modules
|
||||
BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \
|
||||
kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \
|
||||
kernel-module-bt3c-cs kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs"
|
||||
# Infrared Modules
|
||||
#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel-module-ircomm
|
||||
# kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb"
|
||||
|
||||
# USB Gadget Modules
|
||||
#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \
|
||||
# kernel-module-g-serial kernel-module-g-ether"
|
||||
|
||||
25
openembedded/conf/machine/zaurus-clamshell.conf
Normal file
25
openembedded/conf/machine/zaurus-clamshell.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
TARGET_ARCH = "arm"
|
||||
IPKG_ARCHS = "all arm armv4 armv5te c7x0"
|
||||
|
||||
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
|
||||
|
||||
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n"
|
||||
EXTRA_IMAGEDEPENDS = "sharp-flash-header-c700"
|
||||
|
||||
IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \
|
||||
--output=${T}/${IMAGE_NAME}.rootfs.jffs2 ${EXTRA_IMAGECMD}; \
|
||||
cat ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin \
|
||||
${T}/${IMAGE_NAME}.rootfs.jffs2 > ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img"
|
||||
|
||||
BOOTSTRAP_EXTRA_DEPENDS += "zaurus-updater"
|
||||
|
||||
GUI_MACHINE_CLASS = "bigscreen"
|
||||
GPE_EXTRA_DEPENDS += "gaim sylpheed chkhinge"
|
||||
GPE_EXTRA_INSTALL += "gaim sylpheed chkhinge"
|
||||
|
||||
include conf/machine/handheld-common.conf
|
||||
|
||||
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
|
||||
include conf/machine/tune-xscale.conf
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
Reference in New Issue
Block a user