Skip to content

96boards/aosp-known-good-manifests

Repository files navigation

aosp-known-good-manifests

Snapshots of "known-good" AOSP manifests for various devboards

Where "known-good" means that basic functionality has been checked and it should be ok for development work.

To use:

  1. Go to your already checked out AOSP TOPDIR

  2. Download the known-good manifest you wish to use. Manifests can be found under the board directories here:

    https://github.com/96boards/aosp-known-good-manifests/tree/master/known-good

    And the latest known-good manifest can be accessed via:

    https://github.com/96boards/aosp-known-good-manifests/tree/master/latest/<BOARD>.xml

  3. Copy known-good manifest to .repo/manifests/ dir

    cp <MANIFEST>.xml .repo/manifests/

  4. Initialize & sync the repo using the manifest:

    repo sync -j24 -m <MANIFEST>.xml

  5. Then proceed to build.

To switch back to AOSP/master:

  1. Go to your already checked out AOSP TOPDIR

  2. Remove the known-good manifest

    rm .repo/manifests/<MANIFEST>.xml

  3. Re-Initialize and sync the repo using the AOSP/master manifest:

    repo sync -j24

About

Known Good Manifests for AOSP Devboards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages