diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-08 20:07:33 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-14 01:19:31 +0200 |
commit | e0bb198ff6097e29bbabc5728938715f9adff6a1 (patch) | |
tree | b4d60c746984fb0d292e2cef60ff6099b7264990 | |
parent | 83f57d851ad730c5ccdcd6945c624cf2b2a8a5b3 (diff) | |
download | manifest-e0bb198ff6097e29bbabc5728938715f9adff6a1.tar.gz manifest-e0bb198ff6097e29bbabc5728938715f9adff6a1.tar.bz2 manifest-e0bb198ff6097e29bbabc5728938715f9adff6a1.zip |
Remove device/ti/beagle_x15*
The device/ti/beagle_x15 repository has some binary-only
shared libraries files:
gpu/gralloc.am57x.so
gpu/libEGL_POWERVR_SGX544_116.so
gpu/libGLESv1_CM_POWERVR_SGX544_116.so
gpu/libGLESv2_POWERVR_SGX544_116.so
[...]
They are all shipped without source code and at least some of the
licenses that are present in the NOTICE file in the gpu directory
have restrictions that are incompatible with free software.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | default.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/default.xml b/default.xml index 09f1379..9ee8663 100644 --- a/default.xml +++ b/default.xml @@ -73,8 +73,6 @@ <project path="device/linaro/bootloader/OpenPlatformPkg" name="device/linaro/bootloader/OpenPlatformPkg" /> <project name="device/mediatek/wembley-sepolicy" path="device/mediatek/wembley-sepolicy" groups="device"/> <project path="device/sample" name="device/sample" groups="pdk" /> - <project path="device/ti/beagle_x15" name="device/ti/beagle-x15" groups="device,beagle_x15,pdk" /> - <project path="device/ti/beagle_x15-kernel" name="device/ti/beagle-x15-kernel" groups="device,beagle_x15,pdk" clone-depth="1" /> <project path="external/aac" name="platform/external/aac" groups="pdk" /> <project path="external/adeb" name="platform/external/adeb" groups="pdk" /> <project path="external/adhd" name="platform/external/adhd" groups="pdk" /> |