From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7199407093452898304 X-Received: by 2002:a2e:98c2:0:b0:293:4ffb:d953 with SMTP id s2-20020a2e98c2000000b002934ffbd953mr107518ljj.12.1676242587094; Sun, 12 Feb 2023 14:56:27 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:15a3:b0:4c8:8384:83f3 with SMTP id bp35-20020a05651215a300b004c8838483f3ls1391291lfb.3.-pod-prod-gmail; Sun, 12 Feb 2023 14:56:25 -0800 (PST) X-Google-Smtp-Source: AK7set/C1npCUuwHWQBKyWqxsxTCWpAvMakeeVpwRX0DBTLmJZ/0VqOTMG5xXCsCEK2SbN2d/6MU X-Received: by 2002:ac2:5fac:0:b0:4a4:68b8:f4e7 with SMTP id s12-20020ac25fac000000b004a468b8f4e7mr5476292lfe.45.1676242585423; Sun, 12 Feb 2023 14:56:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1676242585; cv=none; d=google.com; s=arc-20160816; b=r2+qvWWj5co0rT9PoSCPafQzYsUP3HwS8SFXn4CqAOualLZfzCO3VGtToWpypmpD2/ fyo8HS35fp2QnEG6aAmcC8g5T81KTeyjcRhwIT0OzT88hB0ULukIyFeAQWJerFnMkdni QL98YITCSy6TYQQf/FdsV5q1P8FtaB2RnDo7f50ze2GQAUP7k2RDhMC5CWSXmqrLvLHR CeFxOf4BmAB7Eb1YKK8DSs9upgm2lDHBJvJvf6PCFG6JgJYiwUklm8HmdZCJ+Rfmcg1L JBqqrwpV/q4MoNBRbs6Quym/Do56qn2PUo0ASfqLCU8hRYUwnY+IOg7UR/jIBojwriT5 XYog== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from; bh=6KYc6o86W0jzvg0CiyTRxkqTyytMHnIoFtVg41xaVQA=; b=AfhV4R1PNwZsTc1dHHt7xX1SmA2WuNjC2IA1fpNeTmutNyPOwrWb1kp+8jP2WOsKFA VJYh+0+nSmDOTMe9nzL+cVPmtf1oXN0R/IwZm133lkahpaovYCdMPg14zsdh7XPD5CMY R0pAf3bihxtQV8ffQQZVYmvh8/0PKo71a0MzAWEpZ3bYwp77crwNg9535zBr5PWXsoC1 USwFkWbBH1PX8YE+r6Um9gI5CvKT9Ngj/y5HbnSdTMHhS5TFC/06DcQdfoKP+3CB1RQm +HYU7V8Jr4ejOXCAYIvyM+Sa12lNvfk/qQ41I8NfGsb/O7GBSfIxT+T/o7aJ5nOodo3B VhDA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of roberto.foglietta@linuxteam.org designates 5.144.164.165 as permitted sender) smtp.mailfrom=roberto.foglietta@linuxteam.org Return-Path: Received: from relay04.th.seeweb.it (relay04.th.seeweb.it. [5.144.164.165]) by gmr-mx.google.com with ESMTPS id be18-20020a056512251200b004d09f629f63si586743lfb.8.2023.02.12.14.56.25 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 12 Feb 2023 14:56:25 -0800 (PST) Received-SPF: pass (google.com: domain of roberto.foglietta@linuxteam.org designates 5.144.164.165 as permitted sender) client-ip=5.144.164.165; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of roberto.foglietta@linuxteam.org designates 5.144.164.165 as permitted sender) smtp.mailfrom=roberto.foglietta@linuxteam.org Received: from localhost.localdomain (unknown [IPv6:2a02:8071:3187:7b80:f718:b201:2ea6:242c]) by m-r1.th.seeweb.it (Postfix) with ESMTPA id C00DF1F54D; Sun, 12 Feb 2023 23:56:22 +0100 (CET) From: roberto.foglietta@linuxteam.org To: isar-users@googlegroups.com Cc: roberto.foglietta@gmail.com Subject: [PATCH] RECIPE-API-CHANGELOG.md syntax type for bitbake2 Date: Sun, 12 Feb 2023 23:56:17 +0100 Message-Id: <20230212225617.501412-1-roberto.foglietta@linuxteam.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: 7BSMRwzbLwvJ From: "Roberto A. Foglietta" RECIPE-API-CHANGELOG.md syntax type for bitbake2 Signed-off-by: Roberto A. Foglietta --- RECIPE-API-CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md index e48c98c..2f3a129 100644 --- a/RECIPE-API-CHANGELOG.md +++ b/RECIPE-API-CHANGELOG.md @@ -192,7 +192,7 @@ files and patches using bbappend a lot easier. For example: ``` -FILESEXTRAPATHS_prepend := "$THISDIR/files:" +FILESEXTRAPATHS:prepend := "$THISDIR/files:" ``` ### multiconfig build targets were renamed -- 2.34.1