summaryrefslogtreecommitdiff
path: root/conf/machine/beagle.conf
blob: a209160f3d7304eacea17c02b1dcd63d20b200f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#@TYPE: Machine
#@NAME: MasterIA PA100
#@DESCRIPTION: Machine configuration for the SA1100 based MasterIA PA-100 device

TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm ${MACHINE}"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "montavista-sa"
BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils hostap-modules orinoco-modules "
BOOTSTRAP_EXTRA_RDEPENDS = " kernel-module-net-fd \
kernel-module-sa1100-bi kernel-module-usbdcore kernel-module-usbdmonitor \
kernel-module-pcnet-cs kernel-module-8390 kernel-module-unix  \
kernel-module-sa1100-ir kernel-module-irlan kernel-module-irnet \
kernel-module-usb-eth kernel-module-sa1100usb-core \
kernel-module-ppp-generic kernel-module-ppp-async kernel-module-mtdchar \
kernel-module-fat kernel-module-vfat \
kernel-module-ircomm kernel-module-ircomm-tty \
kernel-module-serial kernel-module-slhc "
BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs "


EXTRA_IMAGECMD_jffs2 = "--pad=0xec0000 --little-endian --eraseblock=0x40000"
EXTRA_IMAGEDEPENDS = "cetools-native"

IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \
                   --output=${T}/${IMAGE_NAME}.rootfs.jffs2 \
                   ${EXTRA_IMAGECMD}; bin2rom ${T}/${IMAGE_NAME}.rootfs.jffs2 \
                   ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img \
                   ffffffff ffffffff d0140000"

include conf/machine/handheld-common.conf
include conf/machine/tune-strongarm.conf

# Remove BlueZ from the Stock ROM
# BOOTSTRAP_EXTRA_RRECOMMENDS -= "bluez-utils"


SERIAL_CONSOLE = "115200 ttySA0"