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:27 +0200 |
commit | 117f3fd7d99fd3ae3372f4fde84a4709dc16b868 (patch) | |
tree | a33c040e2ad0ed4ad924236f3c5d30b276350e3b | |
parent | e5746f4cf11a39727739b81e7f8f24d0e61ed14a (diff) | |
download | manifest-117f3fd7d99fd3ae3372f4fde84a4709dc16b868.tar.gz manifest-117f3fd7d99fd3ae3372f4fde84a4709dc16b868.tar.bz2 manifest-117f3fd7d99fd3ae3372f4fde84a4709dc16b868.zip |
Remove device/google/sunfish*
The device/google/sunfish repository has some firmware files:
device-sunfish.mk: $(LOCAL_PATH)/audio/rt5514/rt5514_dsp_fw1.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/rt5514_dsp_fw1.bin \
device-sunfish.mk: $(LOCAL_PATH)/audio/rt5514/rt5514_dsp_fw2.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/rt5514_dsp_fw2.bin \
device-sunfish.mk: $(LOCAL_PATH)/audio/rt5514/rt5514_dsp_fw3.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/rt5514_dsp_fw3.bin \
device-sunfish.mk: $(LOCAL_PATH)/audio/rt5514/rt5514_dsp_fw4.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/rt5514_dsp_fw4.bin \
[...]
they are shipped without source code and there is no license
attached, and I didn't find a license that applied to the
whole repository either.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | default.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/default.xml b/default.xml index ac2b433..b01a4cd 100644 --- a/default.xml +++ b/default.xml @@ -57,9 +57,6 @@ <project path="device/generic/x86_64" name="device/generic/x86_64" groups="pdk" /> <project path="device/google/atv" name="device/google/atv" groups="device,broadcom_pdk,generic_fs,pdk" /> <project path="device/google/contexthub" name="device/google/contexthub" groups="device,pdk" /> - <project path="device/google/sunfish" name="device/google/sunfish" groups="device,sunfish" /> - <project path="device/google/sunfish-kernel" name="device/google/sunfish-kernel" groups="device,sunfish" clone-depth="1" /> - <project path="device/google/sunfish-sepolicy" name="device/google/sunfish-sepolicy" groups="device,sunfish" /> <project path="device/google/cuttlefish" name="device/google/cuttlefish" groups="device,pdk" /> <project path="device/google/cuttlefish_kernel" name="device/google/cuttlefish_kernel" groups="device,pdk" clone-depth="1" /> <project path="device/google/cuttlefish_vmm" name="device/google/cuttlefish_vmm" groups="device,pdk" clone-depth="1" /> |