blob: d47a8402980bcf1fd13f996e7c15464bf5add707 (
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
|
[[!meta title="Development Projects"]]
There are a number of tasks that need to be done before the operating system can
be considered ready for production use:
* [[Boot_Sequencing|dev/todo/boot-sequencing]]
A flexible method of determining the order in which init scripts should be
executed.
* [[Multiarch|dev/todo/multiarch]]
The ability to install and use packages built for non-native architectures.
* [[Installation_Bootstrap_Tool|dev/todo/installation-bootstrap-tool]]
A tool to bootstrap the installation of a basic system.
* [[Package_Cross_Building_Tool|dev/todo/package-cross-building-tool]]
A tool to build packages within a chroot environment
* [[Multiarch_Cross_Toolchain_Packages|dev/todo/multiarch-cross-toolchains]]
Packages of toolchain components that use multiarch library paths.
* [[Packaging|dev/todo/packaging]]
Software that should be packaged soon.
* [[Removing_libbb_from_opkg|dev/todo/removing-libbb-from-opkg]]
The modification of opkg to dynamically link against a newer libbusybox.
|