From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6755821036247187456 X-Received: by 2002:a19:7b0a:: with SMTP id w10mr22039672lfc.90.1577375498491; Thu, 26 Dec 2019 07:51:38 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:1608:: with SMTP id w8ls2821276ljd.5.gmail; Thu, 26 Dec 2019 07:51:37 -0800 (PST) X-Google-Smtp-Source: APXvYqx7fvqz2F9sSW54SNFNLIRS3+AfbCnc4mmBTtPspKaLrrhgtltzrf/Edc92YSD2KtAPS9Mp X-Received: by 2002:a2e:8544:: with SMTP id u4mr24288777ljj.70.1577375497661; Thu, 26 Dec 2019 07:51:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577375497; cv=none; d=google.com; s=arc-20160816; b=Az3/sqykW/xA+H0K9EZ8iDVjH4H7X+m9Nt2oZzHyi5n7gH05gChic7U+bkgWEcT222 5SJwksx2DCnf07PqI3dHTWk3E2n43trJJflXDnlUhPpD9rfANhHLUn9c6YTvDcuAsnpp nkLST6grfba1+9j2qM+YxoGBRlqqQt4JZC6jXqnRtbxc/ilhxfN/6HhoO73roK0kXUrK eeZApM0/SvM9q2Qk9MPWmxpZfxZA8vdhbOWttwPCbVljECo2/M92uD1ZvGaCoIkyKjaR 5Hl+Lc200wWVF/rj4Rou3LQDx5jYOneEeErw0QxLeneAZsB2U0avV2AdqpnB/1DqJHMX nAzg== 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=H9cITVgVy5JbEwvj32NL6nAx8lcGkXEBgp3F1oRmZtA=; b=IoaOM38FM0ogpE0RKT2xNGRT0ykWFDF5R5sqljGv0LGnacCA1pz/t+XB1XJ7zHxGBM 8n/5YO+kn8VBtZJKACKBUGJv76AW5+SZnQsqQKYhzX2QGfNGtKnrhRHbFXFgw41Toop/ EUlZ0wVZTXPOQw0V/+D3BRECy3ZNDc+uyW9iODDZ8JvaNMx8l1+Z6Fb5MIZUIEzfdYI/ LwQCZYK06Lz1xeW4dOWKGSe4cyLvD0uCM66Fv156NysbyNhStqD/vuF/PiaQH57T92Er ug6Zc9lGlXsB9laI5yqQ2ZFYjkcNEtf1k0egNuiY7Ia/3iO1Rm2iURaR92yrD3tryOf4 v7ng== 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 68si1057035lfi.3.2019.12.26.07.51.37 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 26 Dec 2019 07:51:37 -0800 (PST) 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 (dslb-002-207-018-070.002.207.pools.vodafone-ip.de [2.207.18.70]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id xBQFpZJw008553 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 26 Dec 2019 16:51:36 +0100 Date: Thu, 26 Dec 2019 16:51:29 +0100 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v6 0/5] linux-custom recipe rework Message-ID: <20191226155129.x66nanwupkzcsy56@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: NeoMutt/20180716 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: Gu/JaOLCwrsi On Wed, Dec 18, 2019 at 08:10:59PM +0100, Jan Kiszka wrote: > Cedric Hombourger (3): > recipes-kernel/linux: make KERNEL_DEFCONFIG support in-tree defconfigs > linux-mainline: fix stripping of .0 from the kernel version > linux-mainline: update from 4.19.0 to 4.19.88 > > Jan Kiszka (2): > linux-custom: rewrite to no longer depend on the kernel's builddeb > linux-mainline: Test config fragments and LINUX_VERSION_EXTENSION Applied to next, thanks. With kind regards, Baurzhan.