aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/colinux.conf
blob: 8c66aa1ab45247d19aefd950d9b69aac1a110ab2 (plain)
1
2
3
4
5
6
7
8
9
#@TYPE: Machine
#@NAME: Cooperative Linux
#@DESCRIPTION: Machine configuration for Cooperative Linux running on an x86 compatible PC

TARGET_ARCH = "i686"
IPKG_ARCHS = "all i686 i386 x86 ${MACHINE}"
PREFERRED_PROVIDER_virtual/kernel = "linux-colinux"
BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules"