blob: f9083615a4c63c76dbab56bad85d4069b0995b6e (
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_EXTRA_ARCHS = "geodegx"
PREFERRED_PROVIDER_virtual/kernel = "linux-geodegx"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
udevdir = "/dev"
|