Repositories
taskit-overlay-oe-core
Overlay for OpenEmbedded Core
-
Cloning this repository:
git clone git://gitorious.org/taskit/taskit-overlay-oe-core.git taskit-overlay-oe-core cd taskit-overlay-oe-core
Add this repository as a remote to an existing local repository:
git remote add taskit-overlay-oe-core git://gitorious.org/taskit/taskit-overlay-oe-core.git git fetch taskit-overlay-oe-core git checkout -b my-local-tracking-branch taskit-overlay-oe-core/master_or_other_branch
taskit-overlay
Overlay for classic OpenEmbedded
-
Cloning this repository:
git clone git://gitorious.org/taskit/taskit-overlay.git taskit-overlay cd taskit-overlay
Add this repository as a remote to an existing local repository:
git remote add taskit-overlay git://gitorious.org/taskit/taskit-overlay.git git fetch taskit-overlay git checkout -b my-local-tracking-branch taskit-overlay/master_or_other_branch

