blob: f2fc8f280507c38ffb399211be433efe5f735ee8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm ipaqpxa h3900"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa"
EXTRA_IMAGECMD_h3900 = "-e 0x40000 -p"
BOOTSTRAP_EXTRA_DEPENDS = "handhelds-pxa"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules"
include conf/handheld-common.conf
# not using tune-xscale so as to retain backwards compatibility
include conf/tune-strongarm.conf
|