From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 3BE66E00920; Sun, 28 May 2017 23:17:43 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (twoerner[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.214.67 listed in list.dnswl.org] Received: from mail-it0-f67.google.com (mail-it0-f67.google.com [209.85.214.67]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0BD57E00920 for ; Sun, 28 May 2017 23:17:39 -0700 (PDT) Received: by mail-it0-f67.google.com with SMTP id d68so6369078ita.1 for ; Sun, 28 May 2017 23:17:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=CF3W2oUczPZo7fb8jlYjjTrVuOEzJcedVSMIM6zfBJE=; b=isql9vjHe2KsTEhcGzAyHLNKyZ1mIOJAbKPOGSKlRwTQLd4IGxV/1V2Xe/FunWbme4 T/sjCPcEkfmXhCzrLE2qIOobWN4auAfRYw4GmirAyIY6tVKPQ9Biox6bDwWgZ40DDM6v i5ityl84i1Wkv6wqGl1HrSIbOiYJPllolZjm0j2VhlUiKtYNj29rT0FkNQbx9S9reJWj kmsDFBcODTXq8qtjtlpyM+FMhhvYqXbYo7bj88YEI5nIbbLTmCR9KqmMqImjS2kvCh8M BxUNaYe3TPqKhZWwlsVUteEzABxykQe5cv41s3jJPXRiHrCiAiNe2Ncu4g9bSt/ZHmQp 7wmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=CF3W2oUczPZo7fb8jlYjjTrVuOEzJcedVSMIM6zfBJE=; b=PanSw4gmk3US8D6xij1TCeAZnw+qQQk9tlwh2irYglKfShH/a+2dV4QOGQeEJfHD3s G8CojgVi8gTVbW+LtobbIIGmMduVfUt2vnsn0jtCKS/5WsRQr+Cq47lpSQ0FpkloyT3a jL2cK6+FEuLZsV4F4rTlSfrzKXPnrz4qbmRURyUZ5Mm69y3giBod6sNk+BlE8tVWtCFU z2JrrS15jK9C6ziI7mtu3oYiwmg1F0PJNqYFqeLnotW5I9dc05z9I5mkUcdoN2g9bKOY OC97k5KjvD7aWsHgweTycsGlWoCF1CU5f7Ep4wd63swjiPR+cACGAboIlmRyrmoL/GVy 82fA== X-Gm-Message-State: AODbwcDL469foNSskdFYbwoDHPkBKvs6egDHZPokpTUtR4m+Lcm+lRJy HPxcnuJGWSQ1M9bJ0/A= X-Received: by 10.36.14.203 with SMTP id 194mr12576387ite.56.1496038658940; Sun, 28 May 2017 23:17:38 -0700 (PDT) Received: from linux-uys3.suse ([206.248.190.95]) by smtp.gmail.com with ESMTPSA id c125sm1835658itc.11.2017.05.28.23.17.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 28 May 2017 23:17:38 -0700 (PDT) From: Trevor Woerner To: meta-freescale@yoctoproject.org Date: Mon, 29 May 2017 02:17:17 -0400 Message-Id: <20170529061717.31492-1-twoerner@gmail.com> X-Mailer: git-send-email 2.13.0 Subject: [PATCH] u-boot-fslc.inc: add use-mainline-bsp X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 06:17:43 -0000 Add use-mainline-bsp to COMPATIBLE_MACHINE since this recipe is for situations where the user wants to use mainline, and u-boot-fslc is considered mainline. Signed-off-by: Trevor Woerner --- recipes-bsp/u-boot/u-boot-fslc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc.inc b/recipes-bsp/u-boot/u-boot-fslc.inc index c178e0e6..efb8e6e9 100644 --- a/recipes-bsp/u-boot/u-boot-fslc.inc +++ b/recipes-bsp/u-boot/u-boot-fslc.inc @@ -11,7 +11,7 @@ was submitted for revision and it takes some time to become part of a stable \ version, or because it is not applicable for upstreaming." LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" -COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf)" +COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf|use-mainline-bsp)" DEPENDS_mxs += "elftosb-native openssl-native" -- 2.13.0