From b17f95d38168b170a5d53f719cadc9ba9b151da5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 26 Dec 2015 19:20:05 +0100 Subject: [PATCH] Revert "sysmocom-archiver: Attempt to fix issue with linux-firmware" Attempt to not change the fingerprint of all builds? This reverts commit 6fd05a1e3f9eb7569bf69553d794cf64849f15c7. --- meta-sysmocom-bsp/classes/sysmocom-archiver.bbclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-sysmocom-bsp/classes/sysmocom-archiver.bbclass b/meta-sysmocom-bsp/classes/sysmocom-archiver.bbclass index 3bc84b01a2..1510e8784c 100644 --- a/meta-sysmocom-bsp/classes/sysmocom-archiver.bbclass +++ b/meta-sysmocom-bsp/classes/sysmocom-archiver.bbclass @@ -250,9 +250,7 @@ def get_licenses(d): clean_licenses += x if '|' in clean_licenses: clean_licenses = clean_licenses.replace('|','') - # linux-firmware has many many licenses, leading to too long path - # so let's truncate it at 200... - return clean_licenses[0:200] + return clean_licenses def move_tarball_deploy(d,tarball_list): '''move tarball in location to ${DEPLOY_DIR}/sources'''