qemu: add mipsel target
This commit is contained in:
@@ -13,7 +13,7 @@ build = [
|
|||||||
# extract
|
# extract
|
||||||
f"mkdir -p {fembuilddir} && cd {fembuilddir} && tar -xvf /var/lib/fempkg/pkgs/{pkgname}-{pkgver}.tar.xz",
|
f"mkdir -p {fembuilddir} && cd {fembuilddir} && tar -xvf /var/lib/fempkg/pkgs/{pkgname}-{pkgver}.tar.xz",
|
||||||
# build and install!!
|
# build and install!!
|
||||||
f"cd {builddir} && mkdir build && cd build && ../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --target-list=x86_64-softmmu,aarch64-softmmu,i386-softmmu,arm-softmmu,ppc-softmmu,ppc64-softmmu --audio-drv-list=alsa --enable-virglrenderer --disable-pa --enable-slirp --enable-opengl --disable-docs --docdir=/usr/share/doc/qemu-{pkgver}",
|
f"cd {builddir} && mkdir build && cd build && ../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --target-list=x86_64-softmmu,aarch64-softmmu,i386-softmmu,arm-softmmu,ppc-softmmu,ppc64-softmmu,mipsel-softmmu --audio-drv-list=alsa --enable-virglrenderer --disable-pa --enable-slirp --enable-opengl --disable-docs --docdir=/usr/share/doc/qemu-{pkgver}",
|
||||||
f"cd {builddir}/build && make -j$(nproc) && make DESTDIR={destdir} install -j$(nproc)",
|
f"cd {builddir}/build && make -j$(nproc) && make DESTDIR={destdir} install -j$(nproc)",
|
||||||
|
|
||||||
# license cuz p
|
# license cuz p
|
||||||
@@ -30,4 +30,4 @@ build = [
|
|||||||
|
|
||||||
triggers = [
|
triggers = [
|
||||||
f"usermod -a -G kvm $(cat /var/lib/fempkg/username ) || true"
|
f"usermod -a -G kvm $(cat /var/lib/fempkg/username ) || true"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user