Skip to content
Snippets Groups Projects
  • David Bauer's avatar
    95b133d4
    x86-geode: add target class · 95b133d4
    David Bauer authored
    x86-geode does not include the common x86 target-settings. Thus we need
    to specify the device class in order to build images with all necessary
    packages included.
    95b133d4
    History
    x86-geode: add target class
    David Bauer authored
    x86-geode does not include the common x86 target-settings. Thus we need
    to specify the device class in order to build images with all necessary
    packages included.
x86-geode 428 B
class 'standard'

packages {
	'kmod-3c59x',
	'kmod-8139cp',
	'kmod-8139too',
	'kmod-e100',
	'kmod-e1000',
	'kmod-forcedeth',
	'kmod-igb',
	'kmod-natsemi',
	'kmod-ne2k-pci',
	'kmod-pcnet32',
	'kmod-r8169',
	'kmod-sis900',
	'kmod-sky2',
	'kmod-tg3',
	'kmod-tulip',
	'kmod-via-rhine',
	'kmod-via-velocity',
}

factory_image('x86-geode', 'combined-squashfs', '.img.gz')
sysupgrade_image('x86-geode', 'combined-squashfs', '.img.gz')