From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6627124962412986368 X-Received: by 2002:a2e:90c8:: with SMTP id o8-v6mr182119ljg.24.1542997770672; Fri, 23 Nov 2018 10:29:30 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:9d8e:: with SMTP id c14-v6ls1675152ljj.10.gmail; Fri, 23 Nov 2018 10:29:30 -0800 (PST) X-Google-Smtp-Source: AFSGD/WL+8E3ZmU2AmPqEkJtVz2YxQouA9gcvsSf9INWuxJiMt7dSPeCyylLii0HpWu9CXiu/EH3 X-Received: by 2002:a2e:90c8:: with SMTP id o8-v6mr182116ljg.24.1542997770057; Fri, 23 Nov 2018 10:29:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542997770; cv=none; d=google.com; s=arc-20160816; b=r8teMBJG9hSZupXwSTyRAfC1BMqcLZ77ETfMvjny2R2Tgy1GGbQRHwURXWEACR79DM 1zzaqA1Q42lPEgT6eButyVKyWwR+FP3sUwY9lOdfOoEM8NZhfJ+lngVRdJYQNbbqiOA0 CRZmlEGOhsBaZRzTVLlRhFJvTLkg0EY4W0GCg4lqJZeD9BtUdKHirLwsvoDKAAzV2kGD CTBtc92Wo9G/fzyt3QQmKlGO2sYUiVHzs8suPgG+4aTjKvdlualOAjaUn2LWAW41sIrs hWh3c3gJ1CoP3MBMCGAaPaAp/gZJRKnlOdbQJhpGNnVfGy8Mu/L/1EB4sNOG+yeom5d5 5S7w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:mime-version:user-agent :date:message-id:subject:from:to; bh=dMcrNjnNo6LBdia/E9o/4NpMF9CYB7m6H3OX8JXBBs8=; b=LU142RQy2X7sOWWXLhKECHeh/ZeoKn7+O5xJAfGRvmfWGrPbBiHnOv2VtNcnOYgdSL /bpLth78/vajEWFKpHaqcIlt4p28DmmnmlqSiMZyMXX+W+lUFFWoByR9N7IHrbLyC2d1 TxkYHnMTGkWZ3HqTKJT7N/ataPD76a633HHiQZTKxI4A+mxuc2pv4m94ksDLv4zEPfFC zT/oE/6kg56DqLpmz3PLl6THAs7dMLr5I6i7PFOTkQYW03ANisrDhj+iLa0JRhLOM68w avz+mf6qCuJimXGka7VYByJ7Us3WdG2Id4xcEb1sl28kpDCHCAIsNZk1f9/zqcKVkP3E sFoQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id t5-v6si1960063lje.3.2018.11.23.10.29.29 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Nov 2018 10:29:29 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id wANITTvL010373 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 23 Nov 2018 19:29:29 +0100 Received: from [139.25.68.37] (md1q0hnc.ad001.siemens.net [139.25.68.37] (may be forged)) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id wANITSen019588; Fri, 23 Nov 2018 19:29:28 +0100 To: isar-users , Henning Schild From: Jan Kiszka Subject: [PATCH] Revert "u-boot-custom: Use bitbake variables instead of hardcoded values" Message-ID: <9c4bf3e8-5fc3-08f2-862d-544a91cd6174@siemens.com> Date: Fri, 23 Nov 2018 19:29:28 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: s1CrSNaUQ8+P This widely reverts commit 06f80abcb4e80b800e8fdbf512f2a0ddef51d35a. We can leave the mainline u-boot recipe change, but the one to the core is wrong. The interface is that custom u-boot recipes provide stable, PN-independent targets. Signed-off-by: Jan Kiszka --- meta/recipes-bsp/u-boot/files/debian/control | 6 +++--- meta/recipes-bsp/u-boot/u-boot-custom.inc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-bsp/u-boot/files/debian/control b/meta/recipes-bsp/u-boot/files/debian/control index e0ea3eb..6b4c839 100644 --- a/meta/recipes-bsp/u-boot/files/debian/control +++ b/meta/recipes-bsp/u-boot/files/debian/control @@ -5,15 +5,15 @@ Standards-Version: 3.9.6 Build-Depends: @BUILD_DEPENDS@ Maintainer: ISAR project -Package: @PN@-@MACHINE@ +Package: u-boot-@MACHINE@ Architecture: @DISTRO_ARCH@ Description: @DESCRIPTION@, bootloader binaries -Package: @PN@-@MACHINE@-dev +Package: u-boot-@MACHINE@-dev Architecture: @DISTRO_ARCH@ Description: @DESCRIPTION@, bootloader libraries -Package: @PN@-tools +Package: u-boot-tools Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends} Description: @DESCRIPTION@, companion tools diff --git a/meta/recipes-bsp/u-boot/u-boot-custom.inc b/meta/recipes-bsp/u-boot/u-boot-custom.inc index 4ec37d0..583cd47 100644 --- a/meta/recipes-bsp/u-boot/u-boot-custom.inc +++ b/meta/recipes-bsp/u-boot/u-boot-custom.inc @@ -9,7 +9,7 @@ FILESPATH =. "${LAYERDIR_core}/recipes-bsp/u-boot/files:" DESCRIPTION ?= "Custom U-Boot" -PROVIDES += "${PN}-${MACHINE} ${PN}-${MACHINE}-dev ${PN}-tools" +PROVIDES += "u-boot-${MACHINE} u-boot-tools" inherit dpkg -- 2.16.4