Local Manifest for Motorola Atrix HD devices
To get started with Android, you'll need to get familiar with Git and Repo.
Make a build directory:
mkdir Andoid (or whatever name you choose)
cd Android (or the name you chose)
mkdir .repo/local_manifests
To initialize your local repository using the Cyanogemod manifest, use commands like these:
repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
curl -L -o .repo/local_manifests/qinara.xml -O -L https://raw.github.com/UISS-Dev-Team/android_local_qinara/cm-10.1/qinara.xml
( or Download: https://github.com/UISS-Dev-Team/android_local_qinara/blob/cm-10.1/qinara.xml
and place it in ~/Android/.repo/local_manifest.xml (or ~/'name you chose'/.repo)
Then to sync up:
repo sync