From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6620265736346533888 X-Received: by 2002:adf:fb0c:: with SMTP id c12-v6mr2009429wrr.22.1541400733887; Sun, 04 Nov 2018 22:52:13 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:9910:: with SMTP id b16-v6ls1114465wme.8.gmail; Sun, 04 Nov 2018 22:52:13 -0800 (PST) X-Google-Smtp-Source: AJdET5f5Qx1Am3pr0PwihtmxKXvhHzncfgqa3uPVWAvPIs6f9690A+K+YbQIBlxPnJJfZMj2gp2z X-Received: by 2002:a1c:f704:: with SMTP id v4-v6mr665028wmh.20.1541400733402; Sun, 04 Nov 2018 22:52:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541400733; cv=none; d=google.com; s=arc-20160816; b=HtMIF2idJ2t7rp3rWYJrDwHwHsTrJCT2Dluhas5E5nxyAvjo5/MqJX7rTIg/fmPi/b i9xlBs6f+ty7EGQo+N98zmTiDyOex7xhgoiG3qcPXoxERgn3SUnEZyksaK2x9ORWai4l ct2r7iqrImog0tAbzttaSoekFZZbpltY+rNuv0Fv6VwC5AQp/PqtcS3y6e9FhE7wDmS/ UUzAaP44iql2bSWwhc0KyolBdI39+KGrci/qSb6L1hN7/DaP5ODRestyQtOUgj79tYUm sFEffBjinjm2CfPayGuRlm9j9rsdy+0u6t/CUILw4p2gXaA/fyNOq8tfVjQuNvffswKk GBEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:references:in-reply-to:message-id:date :subject:to:from; bh=c3RJDezSFqjQVWJXHKDLhT5eghNzEyv8Q4OH/IO4eQI=; b=Yh7FXEZmgPcP/5X1+rio5+rupG/P9S4R1uI8yZrSjz3yIgA7hPgYpiU6XavuGPfQXI HD/t0ztPJ63s3F5+XjwcEPUEGVr0PNKuoJvwqt7zdM+VJOxP3pB58lLNbwv3f6hj3n4m +4wir4Dmf3LBWxsEnh4DMgKT+q7FfplyeARKouh65/H0lhNv5PyGpMIy+iEp4Iea9yXt CQQthzneYr0XNk/a9e7yKyOmYRr/oyJgLRgUjaFXmUV8QH5yFPTSBrv0G9jwTo4VXj1x tQUS6YrRLHHf6KBxHrIp4YWzpt3W7rll5QWYtjdFB/RN4ybzw+UMh198kxqLvXq0JKJq oOuw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from lizzard.sbs.de (lizzard.sbs.de. [194.138.37.39]) by gmr-mx.google.com with ESMTPS id l15-v6si240331wmc.4.2018.11.04.22.52.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 Nov 2018 22:52:13 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.39 as permitted sender) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id wA56qDnW001171 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 5 Nov 2018 07:52:13 +0100 Received: from md1f2u6c.ad001.siemens.net ([167.87.39.16]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id wA56qBn1011680 for ; Mon, 5 Nov 2018 07:52:12 +0100 From: Jan Kiszka To: isar-users Subject: [PATCH 03/10] meta-isar: linux: Update mainline recipe to 4.19 Date: Mon, 5 Nov 2018 07:52:03 +0100 Message-Id: <2c268efcb10ba4be3baaf7dff4d70a6d210fc0e0.1541400730.git.jan.kiszka@siemens.com> X-Mailer: git-send-email 2.16.4 In-Reply-To: References: In-Reply-To: References: X-TUID: 8nTTkrnxPjJ/ From: Jan Kiszka As the archive is omitting the sublevel version while the build rules need this, we need some extra logic. Signed-off-by: Jan Kiszka --- .../linux/{linux-mainline_4.14.18.bb => linux-mainline_4.19.0.bb} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename meta-isar/recipes-kernel/linux/{linux-mainline_4.14.18.bb => linux-mainline_4.19.0.bb} (52%) diff --git a/meta-isar/recipes-kernel/linux/linux-mainline_4.14.18.bb b/meta-isar/recipes-kernel/linux/linux-mainline_4.19.0.bb similarity index 52% rename from meta-isar/recipes-kernel/linux/linux-mainline_4.14.18.bb rename to meta-isar/recipes-kernel/linux/linux-mainline_4.19.0.bb index fc465fd..b109f3c 100644 --- a/meta-isar/recipes-kernel/linux/linux-mainline_4.14.18.bb +++ b/meta-isar/recipes-kernel/linux/linux-mainline_4.19.0.bb @@ -7,11 +7,13 @@ require recipes-kernel/linux/linux-custom.inc +ARCHIVE_VERSION = "${@d.getVar('PV').strip('.0')}" + SRC_URI += " \ - https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${PV}.tar.xz \ + https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${ARCHIVE_VERSION}.tar.xz \ file://x86_64_defconfig" -SRC_URI[sha256sum] = "866a94c1c38d923ae18e74b683d7a8a79b674ebdfe7f40f1a3be9a27d39fe354" +SRC_URI[sha256sum] = "0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1" -S = "${WORKDIR}/linux-${PV}" +S = "${WORKDIR}/linux-${ARCHIVE_VERSION}" KERNEL_DEFCONFIG_qemuamd64 = "x86_64_defconfig" -- 2.16.4