From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6627135346509348864 X-Received: by 2002:a2e:5d84:: with SMTP id v4-v6mr1366196lje.4.1543000189242; Fri, 23 Nov 2018 11:09:49 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:2bda:: with SMTP id r87-v6ls1685374ljr.0.gmail; Fri, 23 Nov 2018 11:09:48 -0800 (PST) X-Google-Smtp-Source: AFSGD/WnV347A5YDto8dJSsSvjRmK0pwIyVzSHC9ufknYRGKErvayo2cx8oe1b2YLVAxge5u49xM X-Received: by 2002:a2e:165c:: with SMTP id 28-v6mr1422009ljw.25.1543000188636; Fri, 23 Nov 2018 11:09:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543000188; cv=none; d=google.com; s=arc-20160816; b=WHfFSW6A3dOoM8X+a3OtL0AC/2Xe/W8aqWBy+bng75VTMyGm0xc4SqJh++QZwNHOs+ 2z/mSKNyu9v1hl2k2s0MzaO2YqUR3+ZGdL13rF7qcqdbkINb8vxUDFEYKfW1xcPfnVtN v09TEe6v37VY7VUiF9+b1mKkgvEst/mPqs9kJxD00NsJz5zKNqoJlW7DKsTzjmFTSFyW p04/muw+rstt//rOaS8LibEAcJ6oESdrLzR29Ed5tAesS7oZ2Q76yLqzVhf5KXAOISYS BSec/rsnRJC9nL6pGaoPWYKAuaI6ycvFLmDRxzdG9AeFFYXvFxIMWXRpdMCegPPg8XL6 DQ1A== 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:cc:to:from; bh=74VPvwCi4zmqrNYk9s0wgwp4lfjPYUxemJb7g8vxM1U=; b=RJqzwmfii4P4Ya6kaoS47kRg+Y6c5SHvtk4RsL4LrtyuvOnHJlSxy22nSk3SX7pi8h 52WYh/XdG9l3lGm4EawhP44nUJgXlHqt5/6TKgFK4l8dG0f/l2omPsQVJLPKPrpfe4k4 sOd8Tb04Hc89ZmGYxXGUmtRx5PyySOmsuq6hhyqky6PcQcW9dOovtPelyKv1qxmSoTT7 4ywayMz/DQN55PVKA4ZCe3VHbHE3ZyDNGD2m4ZqPHx8J+4a0Dn7MNh0zy9EeTXoBgR5R eiLCUg+7YfFr3FUknWwvhW5TY5i1BEJAn0LLci6ZOkk5TAm1kSSmYV4cm8m2yZju8HWU hUJg== 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 h17-v6si610616ljj.0.2018.11.23.11.09.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Nov 2018 11:09:48 -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 wANJ9le4013123 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 23 Nov 2018 20:09:47 +0100 Received: from md1f2u6c.ad001.siemens.net (md1q0hnc.ad001.siemens.net [139.25.68.37] (may be forged)) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id wANJ9lrN022573; Fri, 23 Nov 2018 20:09:47 +0100 From: Jan Kiszka To: isar-users Cc: Henning Schild Subject: [PATCH v2 1/3] Revert "u-boot-custom: Use bitbake variables instead of hardcoded values" Date: Fri, 23 Nov 2018 20:09:45 +0100 Message-Id: X-Mailer: git-send-email 2.16.4 In-Reply-To: References: In-Reply-To: References: X-TUID: gDG+hlVjsnUx From: Jan Kiszka This reverts commit 06f80abcb4e80b800e8fdbf512f2a0ddef51d35a. This was wrong. The interface is that custom u-boot recipes provide PN-independent (but MACHINE-dependent) targets. We will sort out possible cleanups on top. Signed-off-by: Jan Kiszka --- meta-isar/recipes-bsp/u-boot/u-boot_2018.09.bb | 2 +- meta/recipes-bsp/u-boot/files/debian/control | 6 +++--- meta/recipes-bsp/u-boot/u-boot-custom.inc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-isar/recipes-bsp/u-boot/u-boot_2018.09.bb b/meta-isar/recipes-bsp/u-boot/u-boot_2018.09.bb index 4ac0a5e..e0f756c 100644 --- a/meta-isar/recipes-bsp/u-boot/u-boot_2018.09.bb +++ b/meta-isar/recipes-bsp/u-boot/u-boot_2018.09.bb @@ -6,6 +6,6 @@ require recipes-bsp/u-boot/u-boot-custom.inc SRC_URI += " \ - ftp://ftp.denx.de/pub/${PN}/${P}.tar.bz2 \ + ftp://ftp.denx.de/pub/u-boot/u-boot-2018.09.tar.bz2 \ " SRC_URI[sha256sum] = "839bf23cfe8ce613a77e583a60375179d0ad324e92c82fbdd07bebf0fd142268" 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