From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E0EB2E00C88; Mon, 28 Aug 2017 07:24:28 -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=-1.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM autolearn=no version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 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.216.193 listed in list.dnswl.org] * 0.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source * [209.85.216.193 listed in dnsbl.sorbs.net] Received: from mail-qt0-f193.google.com (mail-qt0-f193.google.com [209.85.216.193]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 53240E00C7A for ; Mon, 28 Aug 2017 07:24:27 -0700 (PDT) Received: by mail-qt0-f193.google.com with SMTP id d15so541601qta.5 for ; Mon, 28 Aug 2017 07:24:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ossystems-com-br.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization; bh=mwb/dLmBHOVYg+zsmOqoe3rQ6TOpEdYaNcTwQXmbr2o=; b=P78O1eZG/L/1Kz2Xb/Ow1GkFZwa07L1FYE7f4KPPcJOfJZRzpTome2SqaRs1WVeFXr N7PctZlfJim1lJSG1ztQzWG8LLTJSFj/62XeJELf2nKJtSfiMFrsce+uQiQoJuC5wJkJ pQdQYgeOnkqX08GuL3EEWdI08ZsdNWlTWI0PJnf8BXcxcJEF1dUwwEtJQQdATWPPZwOy 9cxjQ0bESpZHWSOHoeMqwJH3q8sh1csO2Qy7Uc82F8JyWKwArEqDQYMD1OPSYthrqjrT noKH6CwNHApEHFBDWdAQCE6PJ/Se0Uu0eSCLN7RX32S4bK3j/O5O3+2SxDG9S/S9CUKO nD1Q== 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:organization; bh=mwb/dLmBHOVYg+zsmOqoe3rQ6TOpEdYaNcTwQXmbr2o=; b=T2pxEebPWo29UJtR8pdjdesx6yrSePDBw9lSFbpoAvw93DvYcUW86iWHfeGXvjf406 oBuHxoSpPmQmdgqhQCqb1ZuLja2cY1T9P+9sPkvFbWf7J9oMhUbgtMiqQfggdJsGC8ye kuGwmr1HH1Exmw/GX24NZcIkSffQ0vqaPL7+GrRaeTgsFDZCU8yQEXc4UI1osCakj2Pw Dzq9E4VkyFbRdah8jtZ0+AFCHdp+j3XupEd+vqhiaOs24CuXI4anyx15baGIts0tSlYW PzDppqkR75vbxTHmKgg2RfxYA38R/PWRsSOg2eSapQtnZN8KD9BhP7GQ2D9pCP0nfau6 rAKA== X-Gm-Message-State: AHYfb5gLYcpCKyG0snoBLrvLWf2wnA3YoJtSgCKhWdwkW24PtLQzlEJc uQQsN1XPx9U2Ndw3zvc= X-Received: by 10.200.28.29 with SMTP id a29mr1070191qtk.318.1503930267301; Mon, 28 Aug 2017 07:24:27 -0700 (PDT) Received: from centrium.lab.ossystems ([181.220.79.73]) by smtp.gmail.com with ESMTPSA id b29sm333767qkb.78.2017.08.28.07.24.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Aug 2017 07:24:26 -0700 (PDT) From: Fabio Berton To: meta-freescale@yoctoproject.org Date: Mon, 28 Aug 2017 11:24:02 -0300 Message-Id: <20170828142404.22170-1-fabio.berton@ossystems.com.br> X-Mailer: git-send-email 2.11.0 Organization: O.S. Systems Software LTDA. Subject: [PATCH 1/3] linux-fslc: Remove recipe for version 4.4 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, 28 Aug 2017 14:24:29 -0000 On master branch we'll maintain only one kernel LTS version. Currently the latest longterm version is 4.9.x. Signed-off-by: Fabio Berton --- recipes-kernel/linux/linux-fslc_4.4.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 recipes-kernel/linux/linux-fslc_4.4.bb diff --git a/recipes-kernel/linux/linux-fslc_4.4.bb b/recipes-kernel/linux/linux-fslc_4.4.bb deleted file mode 100644 index 71ad6d72..00000000 --- a/recipes-kernel/linux/linux-fslc_4.4.bb +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (C) 2012-2016 O.S. Systems Software LTDA. -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes" -DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \ -provide support for some backported features and fixes, or because it was applied in linux-next \ -and takes some time to become part of a stable version, or because it is not applicable for \ -upstreaming." - -include linux-fslc.inc - -PV = "4.4+git${SRCPV}" - -SRCBRANCH = "4.4.x" -SRCREV = "f5ecad2b737be61e43e4971ab5388677a0b5dc8a" - -COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)" -- 2.11.0