From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6702420864955056128 X-Received: by 2002:a50:b3fb:: with SMTP id t56mr79865948edd.303.1560941254768; Wed, 19 Jun 2019 03:47:34 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:906:5e48:: with SMTP id b8ls438967eju.3.gmail; Wed, 19 Jun 2019 03:47:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqz2SJ1UnyaVgy7IJuoc2cNe6sLRjq+fYRrrfWshzRF1dt5Zt1HZXNKU9vXhWnbDN7xJNmTn X-Received: by 2002:a17:906:9147:: with SMTP id y7mr25316280ejw.66.1560941254348; Wed, 19 Jun 2019 03:47:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560941254; cv=none; d=google.com; s=arc-20160816; b=MDuzX6cuQaBhhYdEQJERp2JJ4x+G20oYosR5R+uRSEqkAKjZViadKjPxQlkZ9WqcRV tnjKSi238YlCtlWJ1hB9QMHnRhvwBSnXbqZEcFBgMa8Cg82DqWV5f6E2qjPhckJtXQfZ ICZ/K+bj8WX5kUry4lq4lVLua4g8iSS0bxwl9lOpWIUZAbNGFPDOJ5NFCWZrfuf57+hG z4vKyeWHeG8xHEsvtTYv4Cqhct5H6J2XEF8gSdsYZqEOrqYXHIxwxHL3PBSDP3L/0Jyo vogIEnzVci4ubqTykHUwOUnAQErINfTTCZk5Tu2hk4GawLZdoTdeMaX/ZayvvnQ31n+7 ybbg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=5nql/UYR8PKuasZb634wBUzQYpO0EQ7C5fsQMf2NnEo=; b=SHgtazHn3neOnUIZPgIXRNaMUbExRdXMv7QDTyOAl3vr7lDzK80QvpJcjtH0KAynIA 0wSMGns8Z4pfLotyaTIpNC6wJlrr49ApH41LpO/wC6JlgNY3PiEbk2TSLUVffUfF8MeF F/vXne+zBLY9K2Qd3cjJEhWbFqRHtXs0TesZ5ts5+OWwu4S36ffcSV2nwqhk75kD66f5 JaPxqesIQP1a64Bojb7UQ8itHbr6Du+otN+HapaMQhnywGnrhroNKHpRoX7IynEW88fn J6Ub+I0Jj8oo00UAtsZxnw1vjRoNR0aL4AGc6BKlDiCBByVGneMSOVpRY5mnzwhOagxd jnRg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id a41si51460edc.5.2019.06.19.03.47.34 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 19 Jun 2019 03:47:34 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (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 x5JAlWb4028642 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 19 Jun 2019 12:47:33 +0200 Date: Wed, 19 Jun 2019 12:47:32 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH] linux-custom: Fix KERNEL_NAME passed into build script Message-ID: <20190619104732.GX3977@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) 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: tV+v0ayYOFNx On Fri, Jun 14, 2019 at 06:16:00PM +0200, Jan Kiszka wrote: > We actually have to use the recipe-defined variable KERNEL_NAME_PROVIDED > here, not the globally defined KERNEL_NAME that selects the > to-be-installed kernel on an image. Applied to next, thanks. With kind regards, Baurzhan.