Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
UniversalSuperBox committed Jan 24, 2018
0 parents commit 0e8e602
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
24 changes: 24 additions & 0 deletions PORT-TEMPLATE
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.
-->
31 changes: 31 additions & 0 deletions README.md
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.

0 comments on commit 0e8e602

Please sign in to comment.