blob: 6350f2d94d9ae29608188ee4670b34ca118035bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Machine file for devices with the AMD Geode GX processor
# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
TARGET_ARCH = "i486"
require conf/machine/include/tune-geode.inc
PREFERRED_PROVIDER_virtual/kernel = "linux"
MACHINE_EXTRA_RDEPENDS = "kernel grub"
MACHINE_FEATURES = "kernel26 pci ext2 x86"
MACHINE_KERNEL_VERSION = "2.6"
udevdir = "/dev"
KERNEL_IMAGETYPE = "bzImage"
GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=geode"
|