From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7051880287817433088 X-Received: by 2002:a17:906:49d7:: with SMTP id w23mr10132759ejv.714.1642240645294; Sat, 15 Jan 2022 01:57:25 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6402:3552:: with SMTP id f18ls1861580edd.1.gmail; Sat, 15 Jan 2022 01:57:24 -0800 (PST) X-Google-Smtp-Source: ABdhPJy4N0ayLf3mIgi1ZjcoBEUxdyEN4Wuo79uY3Eq31ZWhB7+ITDDhkpj56YbWonFSPbUa+5KB X-Received: by 2002:aa7:c7d1:: with SMTP id o17mr12420744eds.412.1642240644425; Sat, 15 Jan 2022 01:57:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642240644; cv=none; d=google.com; s=arc-20160816; b=wdwpDW9MgPSwH6zdQ5eQGf36nA8Fdn94lXJPrbrxyIc0oMeH7ckcHq3YuM7O1xRS/9 spPsdF7jZEMpT9SkNo6/r9ik2H8ELFsgcYr5dHyQVLp0wam/pACeNktTu1puoGadMqvm 1Ds+aaydiCaHqo9uFsvHvx08fc8l/WWuchUiGgTVKB1IfZbxvmmzCZhYRlekf0fC6nsr YBy0GJf6K5MOFGfBadpLZuu8BIYpZeVrYMwsGBofZpuqWzrutvjmG4rk5u4B+Yx+4w2S ldxlGqUb/6wOVWFnoBL/9TeGkseoYRF4agruWYKYvnL7o+jVIAQpnVjFxCaXMQAOXeWX uV3g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject; bh=ThcHWzeZ4Pc8B8oy75QZlengAArpfkhW0nQPKbcGNRg=; b=tJAsJ9z0mmgr5ImQWoFtoIn2w5gCJK+V3VfSPq6UU2JpYHs1Xkw6ZyXTP9CKI/kRQE 8BEBhu5a4+b8HIORtWjyJjlUtjt7SjhHt2Jl05GM+TkaLFAgSm1BHPrkUCtU9eyLTcFz acw7Nn/BsuVpVl7vHOcbaujkAhbay3oo4fPi+lvei3GH2SacL6fZjIiNBZ6YdOpcUNon Utpq8xfM5+1AnrJX1Pfqdus+ymatsnYTHJjLT6LLCqksZVJx+rdMnQER2msyuM8GLhFs 5+J7AdusQ1oztD8lhJRE9cpeX8RcxeXhOh2UcwFEX1q/fBJjbG7ryhoL8AOpCdRHCfWH wJfg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id g11si320002edz.5.2022.01.15.01.57.24 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sat, 15 Jan 2022 01:57:24 -0800 (PST) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from [127.0.0.1] (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 20F9vLrs008250 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 15 Jan 2022 10:57:23 +0100 Subject: Re: [PATCH v2 2/2] u-boot-script: Depend on any kernel package To: Jan Kiszka , isar-users@googlegroups.com References: <20220114135710.72647-1-amikan@ilbers.de> <20220114135710.72647-3-amikan@ilbers.de> From: Anton Mikanovich Message-ID: Date: Sat, 15 Jan 2022 12:57:21 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: o5BtZ+GLrdRM Thanks for checking. This is much better solution, so the the original fix can be dropped. 14.01.2022 20:23, Jan Kiszka wrote: > On 14.01.22 17:40, Jan Kiszka wrote: >> On 14.01.22 14:57, Anton Mikanovich wrote: >>> Make u-boot-script depend on any installed kernel version to fix >>> package build conflict for the machines with different KERNEL_NAME >>> but same distro and arch. >>> >>> Signed-off-by: Anton Mikanovich >>> --- >>>   meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb | 2 +- >>>   1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb >>> b/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb >>> index e07deee..db41b75 100644 >>> --- a/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb >>> +++ b/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb >>> @@ -14,7 +14,7 @@ SRC_URI = " \ >>>       file://u-boot-script \ >>>       file://zz-u-boot-script" >>> -DEBIAN_DEPENDS = "u-boot-tools, linux-image-${KERNEL_NAME}" >>> +DEBIAN_DEPENDS = "u-boot-tools, ${ANY_DISTRO_KERNEL}" >> >> Did you also check if we could drop the dependency? If not, I will do >> that before we settle of this. Would be simpler if it works. >> > > Checked: We can drop this series in favor of "u-boot-script: Drop > runtime dependency on a kernel". > > Jan >