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:24 +0200 |
commit | a9bc38c9337dd059285f5522ac488aa993221b59 (patch) | |
tree | 3f5e6ce6c86801467977edf21888db9ce56168f6 | |
parent | 4bd62bf230bd83e171559f02dd0e27830246bdf4 (diff) | |
download | manifest-a9bc38c9337dd059285f5522ac488aa993221b59.tar.gz manifest-a9bc38c9337dd059285f5522ac488aa993221b59.tar.bz2 manifest-a9bc38c9337dd059285f5522ac488aa993221b59.zip |
Remove device/amlogic/yukawa*
The device/amlogic/yukawa repository has some firmware files:
device-common.mk: $(LOCAL_PATH)/bt-wifi-firmware/BCM.hcd:$(TARGET_COPY_OUT_VENDOR)/firmware/brcm/BCM.hcd \
device-common.mk: $(LOCAL_PATH)/bt-wifi-firmware/fw_bcm4359c0_ag.bin:$(TARGET_COPY_OUT_VENDOR)/firmware/brcm/fw_bcm4359c0_ag.bin \
device-common.mk: $(LOCAL_PATH)/bt-wifi-firmware/nvram.txt:$(TARGET_COPY_OUT_VENDOR)/firmware/brcm/nvram.txt \
[...]
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/default.xml b/default.xml index fe08bce..a385ab3 100644 --- a/default.xml +++ b/default.xml @@ -37,8 +37,6 @@ <project path="developers/demos" name="platform/developers/demos" groups="developers" /> <project path="developers/samples/android" name="platform/developers/samples/android" groups="developers" /> <project path="development" name="platform/development" groups="developers,pdk-cw-fs,pdk-fs" /> - <project path="device/amlogic/yukawa" name="device/amlogic/yukawa" groups="device,yukawa,pdk" /> - <project path="device/amlogic/yukawa-kernel" name="device/amlogic/yukawa-kernel" groups="device,yukawa,pdk" clone-depth="2" /> <project path="device/common" name="device/common" groups="pdk-cw-fs,pdk" /> <project path="device/generic/arm64" name="device/generic/arm64" groups="pdk" /> <project path="device/generic/armv7-a-neon" name="device/generic/armv7-a-neon" groups="pdk" /> |