From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6546088382730076160 X-Received: by 10.28.122.24 with SMTP id v24mr173243wmc.13.1524222388338; Fri, 20 Apr 2018 04:06:28 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:866a:: with SMTP id 39-v6ls2442059wrw.7.gmail; Fri, 20 Apr 2018 04:06:27 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/kJLMiNIIuGCZ0UW2JKkLsIAEkjAqbnWHJpH9Czt8FZcMveE5livGzqwLyukVc6TW/mb1Y X-Received: by 2002:adf:8b0d:: with SMTP id n13-v6mr809322wra.26.1524222387842; Fri, 20 Apr 2018 04:06:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524222387; cv=none; d=google.com; s=arc-20160816; b=TUsIjcaIq3REnbtgYzZk2VAWmARzo8qmtkYeyef0qoRxndfUSkNRBtKNcnj/rRYQTF WbgjSYFb7mc+cKR4M+StgBl2SuCvHc8q4e0FdVzLf6eI4Sc7BcO+DGuuB0c+5Ttq7bMn rXv4OsPJYjqBSpseDcg55xSo5sJEy3u3JlJgmnz4iB6VeESAeHdBX0G71Si6QiUZ294s KUipr5KGqBBW06VpOR7z3tkS+xqPPvEN7faibzHZAKqKviZjawpjXOP59M++Saz/g6SW nAyp/9qEd3sdMJ+sxP2/lKEnLiy7K6RnVFXRPugSVwl6KTMAUTc7b92ZT9BbX/Shbsov L53A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:arc-authentication-results; bh=9vwhlaNg0JPxMxTUT/wlb2e4q539AS4N5uQYgIRPT9A=; b=WHPeULGkJYY/EvBqFHHoRzCzmwAy2QJS1L74gLJ/emOIZ7Q7tKgk/QYjNojAtTYzdI nCYc4lqt6kkbcPjIjtYl2HG/HLxNgA97W54+yQIjCEY9u1BoDOyIo9T4flDK4ARnVAQ6 2ash+e4nZauDm8iZyUBOcw53jklYrJe+zyWsjhAONlp0KOwacdsdU50NT1uiPvovWAii 7MuDsaTtPV5MX4joYBL2XLKUCFoHv2zrcCaYz3z4KA9Q+h51OcAs8VAIf4zKN02FtY4l OeMjM8AxNlTV9xRlw4fpzN0v4r3odRtx3rmXkEuy4KnY/52r15KIFmNBLvjh/3EiUmUQ eolA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id y144si31456wmd.3.2018.04.20.04.06.27 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Apr 2018 04:06:27 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id w3KB6RuW000536 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 20 Apr 2018 13:06:27 +0200 Received: from mmd1pvb1c.ad001.siemens.net (md1pvb1c.ad001.siemens.net [139.25.68.40] (may be forged)) by mail3.siemens.de (8.15.2/8.15.2) with ESMTP id w3KB6Q5Y026139; Fri, 20 Apr 2018 13:06:26 +0200 Date: Fri, 20 Apr 2018 13:06:25 +0200 From: Henning Schild To: Cc: Jan Kiszka Subject: Re: [PATCH v2] Correctly use the bitbake variable S from now on Message-ID: <20180420130625.708b4afb@mmd1pvb1c.ad001.siemens.net> In-Reply-To: <20180419165832.10741-1-henning.schild@siemens.com> References: <20180419092602.7791-1-henning.schild@siemens.com> <20180419165832.10741-1-henning.schild@siemens.com> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: jW1MPbEj/MoY Hold this one, it still has issues building custom kernels. A path that is not on CI testing ... Henning Am Thu, 19 Apr 2018 18:58:32 +0200 schrieb Henning Schild : > S is defined as ${WORKDIR}/${P} so it already contains ${WORKDIR} by > its definition. In Isar it was often concatinated with WORKDIR again. > One example where this was a problem is if you specified a patch in > SRC_URI but did not actually overwrite S. > Align the use of the variable with OE and bitbake defaults again. > > Impact: layers building on top of Isar will have to adjust their > recipes like the internal ones needed modification. The suggestion is > to not set S and make sure to unpack to ${WORKDIR}/${P}. When setting > S make sure to include ${WORKDIR}. This patch also introduces a > warning and tries to preserve the old behaviour a bit. However if > your recipe uses patches in SRC_URI and sets S you will get the > warning and do_patch will fail. > > Signed-off-by: Henning Schild > --- > doc/user_manual.md | 2 +- > meta-isar/recipes-app/example-hello/example-hello.bb | 4 +--- > meta-isar/recipes-app/libhello/libhello.bb | 4 +--- > meta-isar/recipes-kernel/example-module/example-module.bb | 2 +- > meta-isar/recipes-kernel/linux/linux-cip_4.4.bb | 4 +--- > meta-isar/recipes-kernel/linux/linux-mainline_4.14.18.bb | 4 +--- > meta/classes/dpkg-base.bbclass | 13 > +++++++++++-- > meta/classes/dpkg.bbclass | 2 +- > meta/classes/patch.bbclass | 2 +- > meta/recipes-kernel/linux-module/module.inc | 8 > ++++---- meta/recipes-kernel/linux/linux-custom.inc | > 2 +- 11 files changed, 24 insertions(+), 23 deletions(-) > > diff --git a/doc/user_manual.md b/doc/user_manual.md > index 2bd3793..3072bd5 100644 > --- a/doc/user_manual.md > +++ b/doc/user_manual.md > @@ -511,7 +511,7 @@ PV = "1.0" > SRC_URI = "git://github.com/ilbers/hello.git" > SRCREV = "ad7065ecc4840cc436bfcdac427386dbba4ea719" > > -S = "git" > +S = "${WORKDIR}/git" > > inherit dpkg > ``` > diff --git a/meta-isar/recipes-app/example-hello/example-hello.bb > b/meta-isar/recipes-app/example-hello/example-hello.bb index > 9788ec0..d23ee6c 100644 --- > a/meta-isar/recipes-app/example-hello/example-hello.bb +++ > b/meta-isar/recipes-app/example-hello/example-hello.bb @@ -15,11 > +15,9 @@ PV = "0.2-86cc719" DEPENDS += "libhello" > > SRC_URI = " \ > - git://github.com/ilbers/hello.git;protocol=https \ > + git://github.com/ilbers/hello.git;protocol=https;destsuffix=${P} > \ file://0001-Add-some-help.patch \ > file://yet-another-change.txt;apply=yes;striplevel=0" > SRCREV = "86cc719b3359adc3c4e243387feba50360a860f3" > > -S = "git" > - > inherit dpkg > diff --git a/meta-isar/recipes-app/libhello/libhello.bb > b/meta-isar/recipes-app/libhello/libhello.bb index 1875831..4e75f98 > 100644 --- a/meta-isar/recipes-app/libhello/libhello.bb > +++ b/meta-isar/recipes-app/libhello/libhello.bb > @@ -10,9 +10,7 @@ LIC_FILES_CHKSUM = > "file://${LAYERDIR_isar}/licenses/COPYING.GPLv2;md5=751419260 > PV = "0.1-98f2e41" > > -SRC_URI = "git://github.com/ilbers/libhello.git;protocol=https" > +SRC_URI = > "git://github.com/ilbers/libhello.git;protocol=https;destsuffix=${P}" > SRCREV = "98f2e41e7d05ab8d19b0c5d160b104b725c8fd93" > -S = "git" > - > inherit dpkg > diff --git > a/meta-isar/recipes-kernel/example-module/example-module.bb > b/meta-isar/recipes-kernel/example-module/example-module.bb index > dbaf5ac..98d0aaa 100644 --- > a/meta-isar/recipes-kernel/example-module/example-module.bb +++ > b/meta-isar/recipes-kernel/example-module/example-module.bb @@ -9,6 > +9,6 @@ include recipes-kernel/linux-module/module.inc SRC_URI += > "file://src" > -S = "src" > +S = "${WORKDIR}/src" > > AUTOLOAD = "1" > diff --git a/meta-isar/recipes-kernel/linux/linux-cip_4.4.bb > b/meta-isar/recipes-kernel/linux/linux-cip_4.4.bb index > 7502f70..e9aaa9f 100644 --- > a/meta-isar/recipes-kernel/linux/linux-cip_4.4.bb +++ > b/meta-isar/recipes-kernel/linux/linux-cip_4.4.bb @@ -8,12 +8,10 @@ > require recipes-kernel/linux/linux-custom.inc > > SRC_URI += " \ > - > git://git.kernel.org/pub/scm/linux/kernel/git/bwh/linux-cip.git;branch=linux-4.4.y-cip > \ > + > git://git.kernel.org/pub/scm/linux/kernel/git/bwh/linux-cip.git;branch=linux-4.4.y-cip;destsuffix=${P} > \ file://x86_64_defconfig" > SRCREV = "4e52cc5f668c4666e31a8485725b5f4e897b3baf" > PV = "4.4.112-cip18" > > -S = "git" > - > KERNEL_DEFCONFIG_qemuamd64 = "x86_64_defconfig" > diff --git a/meta-isar/recipes-kernel/linux/linux-mainline_4.14.18.bb > b/meta-isar/recipes-kernel/linux/linux-mainline_4.14.18.bb index > 2c93d40..751912f 100644 --- > a/meta-isar/recipes-kernel/linux/linux-mainline_4.14.18.bb +++ > b/meta-isar/recipes-kernel/linux/linux-mainline_4.14.18.bb @@ -8,10 > +8,8 @@ require recipes-kernel/linux/linux-custom.inc > > 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-${PV}.tar.xz;subdir=${P} > \ file://x86_64_defconfig" SRC_URI[sha256sum] = > "866a94c1c38d923ae18e74b683d7a8a79b674ebdfe7f40f1a3be9a27d39fe354" > -S = "linux-${PV}" > - > KERNEL_DEFCONFIG_qemuamd64 = "x86_64_defconfig" > diff --git a/meta/classes/dpkg-base.bbclass > b/meta/classes/dpkg-base.bbclass index 3c3a484..3845d8c 100644 > --- a/meta/classes/dpkg-base.bbclass > +++ b/meta/classes/dpkg-base.bbclass > @@ -2,8 +2,8 @@ > # Copyright (C) 2017 Siemens AG > > do_adjust_git() { > - if [ -f ${WORKDIR}/${S}/.git/objects/info/alternates ]; then > - sed -i ${WORKDIR}/${S}/.git/objects/info/alternates \ > + if [ -f ${S}/.git/objects/info/alternates ]; then > + sed -i ${S}/.git/objects/info/alternates \ > -e 's|${DL_DIR}|/downloads|' > fi > } > @@ -21,9 +21,18 @@ do_build[depends] = "buildchroot:do_build" > DEPENDS ?= "" > do_build[deptask] = "do_deploy_deb" > > +def get_package_srcdir(d): > + s = d.getVar("S", True) > + workdir = d.getVar("WORKDIR", True) > + if s.startswith(workdir): > + return s[len(workdir)+1:] > + bb.warn('S does not start with WORKDIR') > + return s > + > # Each package should have its own unique build folder, so use > # recipe name as identifier > PP = "/home/builder/${PN}" > +PPS ?= "${@get_package_srcdir(d)}" > > BUILDROOT = "${BUILDCHROOT_DIR}/${PP}" > do_build[stamp-extra-info] = "${DISTRO}-${DISTRO_ARCH}" > diff --git a/meta/classes/dpkg.bbclass b/meta/classes/dpkg.bbclass > index 06f0579..c8d4ac5 100644 > --- a/meta/classes/dpkg.bbclass > +++ b/meta/classes/dpkg.bbclass > @@ -6,5 +6,5 @@ inherit dpkg-base > # Build package from sources using build script > dpkg_runbuild() { > E="${@ bb.utils.export_proxies(d)}" > - sudo -E chroot ${BUILDCHROOT_DIR} /build.sh ${PP}/${S} > + sudo -E chroot ${BUILDCHROOT_DIR} /build.sh ${PP}/${PPS} > } > diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass > index 26a0c81..0bc449f 100644 > --- a/meta/classes/patch.bbclass > +++ b/meta/classes/patch.bbclass > @@ -5,7 +5,7 @@ python do_patch() { > import subprocess > > workdir = d.getVar("WORKDIR", True) + "/" > - src_dir = workdir + (d.getVar("S", True) or "") > + src_dir = d.getVar("S", True) > > for src_uri in (d.getVar("SRC_URI", True) or "").split(): > try: > diff --git a/meta/recipes-kernel/linux-module/module.inc > b/meta/recipes-kernel/linux-module/module.inc index ec1c4b0..3075f44 > 100644 --- a/meta/recipes-kernel/linux-module/module.inc > +++ b/meta/recipes-kernel/linux-module/module.inc > @@ -18,14 +18,14 @@ AUTOLOAD ?= "0" > inherit dpkg > > dpkg_runbuild_prepend() { > - cp -r ${WORKDIR}/debian ${WORKDIR}/${S}/ > + cp -r ${WORKDIR}/debian ${S}/ > sed -i -e 's/@PN@/${PN}/g' -e 's/@PV@/${PV}/g' \ > -e 's/@KERNEL_NAME@/${KERNEL_NAME}/g' \ > -e 's/@DESCRIPTION@/${DESCRIPTION}/g' \ > - ${WORKDIR}/${S}/debian/changelog > ${WORKDIR}/${S}/debian/control > + ${S}/debian/changelog ${S}/debian/control > > if [ ${AUTOLOAD} = "1" ]; then > - echo "echo ${PN} >> /etc/modules" >> > ${WORKDIR}/${S}/debian/postinst > - chmod +x ${WORKDIR}/${S}/debian/postinst > + echo "echo ${PN} >> /etc/modules" >> ${S}/debian/postinst > + chmod +x ${S}/debian/postinst > fi > } > diff --git a/meta/recipes-kernel/linux/linux-custom.inc > b/meta/recipes-kernel/linux/linux-custom.inc index 0498dfa..2643fec > 100644 --- a/meta/recipes-kernel/linux/linux-custom.inc > +++ b/meta/recipes-kernel/linux/linux-custom.inc > @@ -32,7 +32,7 @@ dpkg_runbuild() { > # Install package builder script > sudo install -m 755 ${WORKDIR}/build-kernel.sh > ${BUILDCHROOT_DIR} > - sudo cp ${WORKDIR}/${KERNEL_DEFCONFIG} > ${WORKDIR}/${S}/.config > + sudo cp ${WORKDIR}/${KERNEL_DEFCONFIG} ${S}/.config > > E="${@ bb.utils.export_proxies(d)}" >