-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0e8e602
Showing
2 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Tree: <!-- halium-5.1 or halium-7.1 --> | ||
|
||
- [ ] Create mainfest <!-- Link to the manifest, possibly on gist.github.com --> | ||
- [ ] Boot image and system image build successfully | ||
- [ ] Device boots into rootfs, `usb: Manufacturer: GNU/Linux Device` appears in `dmesg` on host. | ||
- [ ] LXC container starts and does not crash | ||
- [ ] libhybris tests | ||
* [ ] test_gps | ||
* [ ] test_hwcomposer | ||
* [ ] test_lights | ||
* [ ] test_vibrator | ||
* [ ] test_wifi | ||
* [ ] test_sensors | ||
* [ ] test_audio | ||
* [ ] test_camera | ||
* [ ] test_input | ||
* [ ] test_nfc | ||
* [ ] test_recorder | ||
|
||
<!-- | ||
Other information goes below this comment. Possible topics of comment may | ||
include special flashing or building instructions, such as manual effort to | ||
change vendor files. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Halium project management | ||
|
||
This repository tracks ports, proposals, and project-wide bugs for Halium. | ||
|
||
## Ports | ||
|
||
[Device ports](https://github.com/Halium/projectmanagement/labels/Ports) are tracked in this repository. | ||
|
||
To document a device port, use the template in the PORT-TEMPLATE file. | ||
|
||
## Bugs | ||
|
||
Bugs in the [Halium stack](http://docs.halium.org/en/latest/Planning.html#the-stack-proposal) are also tracked in this repository. | ||
|
||
* Android Source | ||
* [halium-5.1](https://github.com/Halium/projectmanagement/labels/Halium-5.1-source) | ||
* [Reference rootfs](https://github.com/Halium/projectmanagement/labels/Halium-rootfs) | ||
* [initramfs](https://github.com/Halium/projectmanagement/labels/Halium-Initrd) | ||
|
||
|
||
## Proposals | ||
|
||
[Proposals](https://github.com/Halium/projectmanagement/labels/Proposal) are also tracked in this repository. | ||
|
||
Proposals seek to change the Halium stack in some way that will add features or fix multiple bugs. When filing a proposal please consider the following: | ||
|
||
* Halium's product should be as distro-agnostic as possible. | ||
* If you are proposing a change that has not yet been developed, specify who will be developing the solution. | ||
* A change to Halium should be tested for its effect to the major distributions that support it. | ||
* To this end, include instructions so that others may test your proposal. | ||
* Changes will likely affect multiple repositories. Provide links to all of your patches in your proposal. |