Skip to content

Commit

Permalink
add rpi
Browse files Browse the repository at this point in the history
  • Loading branch information
peyo-hd committed Feb 26, 2015
1 parent 6eef0eb commit b26b73e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@
<project path="external/libpciaccess" name="android-ia/external_libpciaccess" revision="master" remote="github"/>

<remote name="peyo" fetch="http://github.com/peyo-hd"/>
<project path="kernel/common" name="kernel_common" revision="android-3.14-ibox" remote="peyo"/>
<remove-project name="platform/external/mesa3d"/>
<project path="external/mesa3d" name="external_mesa3d" revision="ibox" remote="peyo"/>
<project path="hardware/drm_gralloc" name="hardware_drm_gralloc" revision="master" remote="peyo"/>
<project path="hardware/drm_hwcomposer" name="hardware_drm_hwcomposer" revision="master" remote="peyo"/>

<project path="kernel/common" name="kernel_common" revision="android-3.14-ibox" remote="peyo"/>
<project path="device/x86/ibox" name="device_x86_ibox" revision="master" remote="peyo"/>

<project path="kernel/rpi" name="kernel_rpi" revision="rpi2" remote="peyo"/>
<project path="device/brcm/rpi2" name="device_brcm_rpi2" revision="master" remote="peyo"/>

<remove-project name="device/asus/flo-kernel" />
<remove-project name="device/asus/fugu-kernel" />
<remove-project name="device/lge/hammerhead-kernel" />
Expand Down

0 comments on commit b26b73e

Please sign in to comment.