Merge pull request #2359 from freifunk-gluon/x86-separate-images
x86: copy separate kernel and rootfs images to "other" directory
This commit is contained in:
commit
2729293058
@ -1,9 +1,14 @@
|
||||
include 'x86.inc'
|
||||
|
||||
packages {
|
||||
'kmod-gpio-nct5104d',
|
||||
'kmod-leds-gpio',
|
||||
'kmod-pcengines-apuv2',
|
||||
'kmod-gpio-nct5104d',
|
||||
'kmod-leds-gpio',
|
||||
'kmod-pcengines-apuv2',
|
||||
}
|
||||
|
||||
device('x86-64', 'generic')
|
||||
device('x86-64', 'generic', {
|
||||
extra_images = {
|
||||
{'-kernel', '-kernel', '.bin'},
|
||||
{'-squashfs-rootfs', '-rootfs', '.img.gz'},
|
||||
},
|
||||
})
|
||||
|
@ -1,12 +1,16 @@
|
||||
include 'x86.inc'
|
||||
|
||||
packages {
|
||||
'kmod-gpio-nct5104d',
|
||||
'kmod-leds-gpio',
|
||||
'kmod-pcengines-apuv2',
|
||||
'kmod-gpio-nct5104d',
|
||||
'kmod-leds-gpio',
|
||||
'kmod-pcengines-apuv2',
|
||||
}
|
||||
|
||||
device('x86-generic', 'generic', {
|
||||
extra_images = {
|
||||
{'-kernel', '-kernel', '.bin'},
|
||||
{'-squashfs-rootfs', '-rootfs', '.img.gz'},
|
||||
},
|
||||
manifest_aliases = {
|
||||
'x86-kvm',
|
||||
'x86-xen_domu',
|
||||
|
Loading…
Reference in New Issue
Block a user