blob: 0ec67820760961d62be5a389b5b1a57bab9cf3ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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-geodegx"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
udevdir = "/dev"
KERNEL_IMAGETYPE = "bzImage"
GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=geode"
|