From patchwork Mon Sep 25 08:04:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Stephan X-Patchwork-Id: 31083 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91695CE7A81 for ; Mon, 25 Sep 2023 08:05:09 +0000 (UTC) Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) by mx.groups.io with SMTP id smtpd.web11.56862.1695629099436579098 for ; Mon, 25 Sep 2023 01:04:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@baylibre-com.20230601.gappssmtp.com header.s=20230601 header.b=Zl8hbU6J; spf=pass (domain: baylibre.com, ip: 209.85.167.51, mailfrom: jstephan@baylibre.com) Received: by mail-lf1-f51.google.com with SMTP id 2adb3069b0e04-50435a9f800so7766382e87.2 for ; Mon, 25 Sep 2023 01:04:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20230601.gappssmtp.com; s=20230601; t=1695629097; x=1696233897; darn=lists.openembedded.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=G3C+hcvu4p1bTarZp6dpkHzO9zosb4NF0Oh21d4H9t4=; b=Zl8hbU6Jijib/iq43vF2kvAkgskHnlFNPySI4KoFg3BoBaXMlPHfuCbXg5JYijFbYN EzJ30ZkfliK6LXZLvSx6lukUo5CvQD2V+KGH5Evw1CZGornK1ZnH5Srj2wxZywMT/diu v1YrtYCxgoORuo4+YzY6+e2C0pn9ADeL5pVndp2DbjiVYKPxUbfWtM2TNPQvVVXQEid0 Nuv7p6TZfYEFu3Ptz73S5e0tqHLhUaQSnh0xB8l68CDGAcqzpX+NG+v9QHCdakvION4B Bebvc/QtymwXB2D1N2ev8cdhAh+MDkgfUuyIL1Xs7tjUvW4ky4mICmTKNFuC4RQAlqqp a29Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695629097; x=1696233897; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=G3C+hcvu4p1bTarZp6dpkHzO9zosb4NF0Oh21d4H9t4=; b=OTuARqdL70tGDHwKaleYsckX9ki6Ta85oaAas2NUn6YaMPJlEG1miYA3/xGZIVJzKE TH6h9kw34m7Y8VidnhggXfqXQzp+19DJ1gyfjfstawiI2ZKgezo3S59I2QZDMSIxjPpX 1VVEkrNydq35ihx2l3hPfKKz51duPkyZqaNYv8qxeSabpOvE5GaKTIF7tClQC5OTYzHj 3OKJXErKrF9QuFGHCf0jKSBFNFzzlVJRRI+KmWaDQ2aRZzuNyoyEIesrDbyTofSIKIFs QIj0ddtBN64WkIXFtfNcro9BMLdypf9qgNAr1fXVcB9kH4OvnX7i4nBtjPumgrUWdSYA rQjQ== X-Gm-Message-State: AOJu0YxP0QlrKATWNkrHRrrNHU6opuxvvEoIaG6QIPuNrKaanqMaeR6m vEukMGLLPQfEsETj+nPMNulW/qGt4E59Y3a+QRg= X-Google-Smtp-Source: AGHT+IF1YdKOCUVshNicGcwgz3P8A2BxqAiISvIdxJYWC9FiE4IrH7wRkBRlQMK0eef9K/jiIAkvSg== X-Received: by 2002:ac2:5b9c:0:b0:503:2877:67d3 with SMTP id o28-20020ac25b9c000000b00503287767d3mr4299201lfn.67.1695629097289; Mon, 25 Sep 2023 01:04:57 -0700 (PDT) Received: from localhost.localdomain ([2a01:e0a:55f:21e0:9e19:4376:dea6:dbfa]) by smtp.gmail.com with ESMTPSA id q12-20020a05600c040c00b0040586360a36sm3196950wmb.17.2023.09.25.01.04.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Sep 2023 01:04:57 -0700 (PDT) From: Julien Stephan To: openembedded-core@lists.openembedded.org Cc: Julien Stephan Subject: [PATCH v5 1/5] bitbake.conf: include bblock.conf Date: Mon, 25 Sep 2023 10:04:48 +0200 Message-ID: <20230925080452.803540-2-jstephan@baylibre.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230925080452.803540-1-jstephan@baylibre.com> References: <20230925080452.803540-1-jstephan@baylibre.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 25 Sep 2023 08:05:09 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/188175 include conf/bblock.conf. This file is generated by the bblock tool. It locks some package tasks by fixing their signatures. See bblock -h for more details Signed-off-by: Julien Stephan --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 67577c8fe7e..6a8deee4f72 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -829,6 +829,7 @@ include conf/documentation.conf include conf/licenses.conf require conf/sanity.conf require conf/cve-check-map.conf +include conf/bblock.conf ################################################################## # Weak variables (usually to retain backwards compatibility)