blob: 5039d8ba9080999ec10db01def3839189286389b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
prokit install [-a <arch>] [-P <plat>] <suite> <chroot>
<suite>
e.g. rs1, dev/trunk, or proteanos:dev/trunk
if <arch> != host-arch
install host-arch base packages to /inst
prokit shell <chroot>
prokit opkg <chroot> [<option> ...] <command> [<argument> ...]
prokit opkbuild <chroot> [<option> ...] <pkgdir>
gets build deps, makes and installs metapackage, opkbuilds
removes metapackage, autoremoves cruft
developer:
host$ prokit install -a core-linux-eglibc -P dev proteanos:dev/trunk chroot
host$ prokit opkbuild chroot .
buildd:
host$ prokit opkg chroot install src-expat
host$ prokit opkbuild chroot chroot/usr/src/expat_*/
|