Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Frankenchroot/Required Packages"
Jump to navigation
Jump to search
(Created page with "===''Editing make.conf''=== * First, add the following to {{f|/etc/portage/make.conf}} on the host system : {{file|name=/etc/portage/make.conf|desc=Portage make.conf file|bod...") |
|||
Line 4: | Line 4: | ||
{{file|name=/etc/portage/make.conf|desc=Portage make.conf file|body= | {{file|name=/etc/portage/make.conf|desc=Portage make.conf file|body= | ||
QEMU_USER_TARGETS="aarch64 arm" | QEMU_USER_TARGETS="aarch64 arm" | ||
}} | |||
===''Editing package.use''=== | |||
* Then, edit {{f|/etc/portage/package.use}} on the host system : | |||
{{file|name=/etc/portage/package.use|desc=Portage package.use file|body= | |||
app-emulation/qemu static-user | |||
dev-libs/glib static-libs | |||
sys-apps/attr static-libs | |||
sys-libs/zlib static-libs | |||
dev-libs/libpcre static-libs | |||
}} | |||
{{important| | |||
You ''WILL'' need to have updated to Funtoo-1.3-release and emerged the latest {{Package|dev-libs/glib}} ebuild as it has fixed the static library creation needed to compile and run Qemu. | |||
}} | |||
==='''Emerging Qemu'''=== | |||
* Finally, emerge {{Package|app-emulation/qemu}} on the host system : | |||
{{console|body= | |||
###i## emerge -a app-emulation/qemu | |||
}} | }} |
Latest revision as of 21:50, February 24, 2019
Editing make.conf
- First, add the following to
/etc/portage/make.conf
on the host system :
/etc/portage/make.conf
- Portage make.conf fileQEMU_USER_TARGETS="aarch64 arm"
Editing package.use
- Then, edit
/etc/portage/package.use
on the host system :
/etc/portage/package.use
- Portage package.use fileapp-emulation/qemu static-user
dev-libs/glib static-libs
sys-apps/attr static-libs
sys-libs/zlib static-libs
dev-libs/libpcre static-libs
Important
You WILL need to have updated to Funtoo-1.3-release and emerged the latest No results ebuild as it has fixed the static library creation needed to compile and run Qemu.
Emerging Qemu
- Finally, emerge No results on the host system :
root # emerge -a app-emulation/qemu