From a79da7661e7ac18b01d6b2fd60faa33a2e9b571e Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 7 Sep 2020 14:01:18 +0200 Subject: [PATCH] local.conf: Remove custom license directory This structure was storing license per architecture instead of all licenses in the same directory. It requires a patch in yocto code to look for licenses at this location. --- build/conf/local.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/build/conf/local.conf b/build/conf/local.conf index c2574bb..efbcbce 100644 --- a/build/conf/local.conf +++ b/build/conf/local.conf @@ -32,7 +32,6 @@ BB_GENERATE_MIRROR_TARBALLS = "1" COPY_LIC_MANIFEST = "1" COPY_LIC_DIRS = "1" LICENSE_CREATE_PACKAGE = "1" -LICENSE_DIRECTORY = "${DEPLOY_DIR}/licenses/${PACKAGE_ARCH}" INHERIT += "buildhistory buildstats-summary"