blob: f11266d7e01e2385be707349cfc4513e64acb919 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
NAME
opkbuild - Build opkg packages.
SYNOPSIS
opkbuild [binpkg]
DESCRIPTION
opkbuild builds binary packages from a source package.
NAME
oh-strip - Strip binary objects of symbols.
SYNOPSIS
oh-strip [-g] [-l] binaryfile...
DESCRIPTION
oh-strip strips binary object files of symbols, optionally first copying
debugging symbols into a debugging object file.
OPTIONS
-g
Copy debugging symbols into a debugging object file and add a link from
binaryfile to the debugging object file.
-l
Treat binaryfile as a library.
NAME
oh-installfiles - Install files into a binary package staging area.
SYNOPSIS
oh-installfiles pkgname...
DESCRIPTION
oh-installfiles moves files from the source package installation directory
to a binary package staging area, based on the patterns in the binary
package's 'install' file.
NAME
oh-buildopk - Pack binary package files into an opk file.
SYNOPSIS
oh-buildopk pkgname...
DESCRIPTION
oh-buildopk packs files in a binary package staging area into an opk file.
|