blob: e4f56f16e3402fda8c70b7c0f8f592309aa243d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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"
IPKG_ARCHS = "all i486 geodegx"
PREFERRED_PROVIDER_virtual/kernel = "linux-geodegx"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
udevdir = "/dev"
|