From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bastet.se.axis.com (bastet.se.axis.com [195.60.68.11]) by mail.openembedded.org (Postfix) with ESMTP id EEA8C760A3 for ; Wed, 27 Jan 2016 17:23:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by bastet.se.axis.com (Postfix) with ESMTP id 380C118135; Wed, 27 Jan 2016 18:23:45 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at bastet.se.axis.com Received: from bastet.se.axis.com ([IPv6:::ffff:127.0.0.1]) by localhost (bastet.se.axis.com [::ffff:127.0.0.1]) (amavisd-new, port 10024) with LMTP id mAmYYL3L2M9y; Wed, 27 Jan 2016 18:23:41 +0100 (CET) Received: from boulder.se.axis.com (boulder.se.axis.com [10.0.2.104]) by bastet.se.axis.com (Postfix) with ESMTP id D811318108; Wed, 27 Jan 2016 18:23:41 +0100 (CET) Received: from boulder.se.axis.com (localhost [127.0.0.1]) by postfix.imss71 (Postfix) with ESMTP id B9C8C1586; Wed, 27 Jan 2016 18:23:41 +0100 (CET) Received: from thoth.se.axis.com (thoth.se.axis.com [10.0.2.173]) by boulder.se.axis.com (Postfix) with ESMTP id AE91B1335; Wed, 27 Jan 2016 18:23:41 +0100 (CET) Received: from saur-2.se.axis.com (saur-2.se.axis.com [10.92.3.2]) by thoth.se.axis.com (Postfix) with ESMTP id ABD313414B; Wed, 27 Jan 2016 18:23:41 +0100 (CET) Received: from saur-2.se.axis.com (localhost [127.0.0.1]) by saur-2.se.axis.com (8.14.5/8.14.5) with ESMTP id u0RHNfNh001793; Wed, 27 Jan 2016 18:23:41 +0100 Received: (from pkj@localhost) by saur-2.se.axis.com (8.14.5/8.14.5/Submit) id u0RHNfLA001792; Wed, 27 Jan 2016 18:23:41 +0100 From: Peter Kjellerstedt To: bitbake-devel@lists.openembedded.org, poky@yoctoproject.org Date: Wed, 27 Jan 2016 18:23:26 +0100 Message-Id: X-Mailer: git-send-email 2.1.0 Subject: [PATCH 0/5] Make BBMASK support multiple regular expressions X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 17:23:45 -0000 [ This is a bitbake change, but since the documentation is all over Poky I am cross-posting to the Poky list as well. ] This series of patches changes BBMASK so that it can contain multiple, whitespace separated regular expressions. It should be fully backwards compatible with any existing values in BBMASK. The first two patches are for bitbake, the third is for yocto-docs, the fourth is for OE-Core, and the fifth is for meta-yocto... //Peter The following changes since commit 3d2c0f5902cacf9d8544bf263b51ef0dd1a7218c: cmake: update to 3.4.2 (2016-01-26 22:49:40 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib pkj/bbmask_multiple_re http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/bbmask_multiple_re Peter Kjellerstedt (5): cooker: Allow BBMASK to contain multiple regular expressions bitbake-user-manual-ref-variables: Update the help for BBMASK ref-manual: Update the help for BBMASK documentation.conf: Update the help for BBMASK local.conf.sample.extended: Update the info about BBMASK .../bitbake-user-manual-ref-variables.xml | 20 ++++++++--------- bitbake/lib/bb/cooker.py | 17 ++++++++++++-- documentation/ref-manual/ref-variables.xml | 26 +++++++++------------- meta-yocto/conf/local.conf.sample.extended | 4 ++-- meta/conf/documentation.conf | 2 +- 5 files changed, 37 insertions(+), 32 deletions(-) -- 2.1.0