From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by mail.openembedded.org (Postfix) with ESMTP id 6FF5D60638 for ; Mon, 9 Mar 2020 14:21:48 +0000 (UTC) Received: by mail-wm1-f68.google.com with SMTP id g62so5282829wme.1 for ; Mon, 09 Mar 2020 07:21:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=mZ+2y7cOKUbMvo+d/Ll3HtxH0O1XovIIuIZO7C0g5Qg=; b=MMbR6hjg75KlD6VG4fcr0ZkHCGuUNlboombexRsGrhpy4uTrIyWTqhB8jXuznHLiWS x3UhCbvJeP6SsI3L23Ta3YkekfO+24UzDs8UZAD18oEYbgCQY5vAFFE+YNXe17F18WFy nLNXpqeRkBU7diCnouTKBCi0vpOVYfrNQV+68= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=mZ+2y7cOKUbMvo+d/Ll3HtxH0O1XovIIuIZO7C0g5Qg=; b=SFU6TUltQYDuwbUlKgOJhnkFkDnTGLiW1zaQ/fuAXZkDMleW3xfn46kt5qM7bVravP T1hqjh13tNKU/KG6OkcpGH3ri4W1LynWg8GRdLqVER2EjoSx0FfkDhGd26GMzTBFjtwt qJnbr1f59hxUcmPYSDCnCrxebzvQ5XvjF04T56lBkEQ4g8ecEnbX+R7swRiT6eEIvYOs ePOS/70O4NFfAMto8Q5CCxrLH01S7vZa+d2tuyndJP16A/k/+LFJ4fRiP/D30woUh1GK IN8OGfvhoH3Boa/aB7w8pJgw8Ad129y+eM+8JfgiEK+ra4F6JnxzFBMtxl/kFlE4bJSv Vc6A== X-Gm-Message-State: ANhLgQ0oaly8KkIacmgcW74WkWvsuVFnNyeXOqGVkQF2xaNxA8UQ12/C AV/lw0hDhq6D3LXPubuEKtnRk1YLSeFW1aZm X-Google-Smtp-Source: ADFU+vujm5kFKjih9V87VRwN/A7XezceVsBvD3H6xAB7vSW2qsVa81+vdC7dK0e+Ikh9g39lm/1fmQ== X-Received: by 2002:a7b:c0c7:: with SMTP id s7mr4362759wmh.187.1583763708078; Mon, 09 Mar 2020 07:21:48 -0700 (PDT) Received: from ub1910.Hitronhub.home ([213.48.11.149]) by smtp.gmail.com with ESMTPSA id z10sm25780577wmk.31.2020.03.09.07.21.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Mar 2020 07:21:45 -0700 (PDT) From: Paul Barker To: openembedded-core@lists.openembedded.org Date: Mon, 9 Mar 2020 14:21:34 +0000 Message-Id: <20200309142139.15741-1-pbarker@konsulko.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [PATCH 0/5] Archiver and externalsrc fixes X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2020 14:21:48 -0000 Content-Transfer-Encoding: 8bit These changes fix the archival of git submodules, do_deploy_archives dependencies and externalsrc support for the kernel. The gitsm archiver fix is independent of the patch sent to bitbake - the patch here fixes the generation of archives for git submodules, the separate bitbake patch fixes the use of gitsm shallow mirror tarballs whether generated by the archiver or just by copying them from DL_DIR. I know we're in feature freeze but all of these patches fix specific errors which exist on both zeus and master. I recommend backporting all of these to zeus once committed to master. Paul Barker (5): archiver.bbclass: Handle gitsm URLs in the mirror archiver archiver.bbclass: Make do_deploy_archives a recursive dependency kernelsrc.bbclass: Fix externalsrc support perf: Fix externalsrc support kernel-yocto.bbclass: Support config fragments with externalsrc meta/classes/archiver.bbclass | 35 +++++++++++++++++++++++++------ meta/classes/kernel-yocto.bbclass | 3 ++- meta/classes/kernelsrc.bbclass | 2 +- meta/recipes-kernel/perf/perf.bb | 2 +- 4 files changed, 33 insertions(+), 9 deletions(-) -- 2.20.1