26 lines
494 B
Bash
26 lines
494 B
Bash
# Copyright 2008 Daniel Mierswa <impulze@impulze.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require "${PN}"
|
|
|
|
SCM_REPOSITORY="git://git.qemu.org/qemu.git"
|
|
SCM_EXTERNAL_REFS="
|
|
roms/vgabios:
|
|
roms/seabios:
|
|
roms/ipxe:
|
|
roms/SLOF:
|
|
roms/openbios:
|
|
roms/qemu-palcode:
|
|
roms/sgabios:
|
|
"
|
|
|
|
require scm-git
|
|
|
|
PLATFORMS="~amd64"
|
|
SLOT="0"
|
|
|
|
# won't build at the moment, if one figures out that it builds
|
|
# occasionaly, one can remove that
|
|
RESTRICT="test"
|
|
|