From patchwork Mon Feb 27 13:38:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abhimanyu V X-Patchwork-Id: 732822 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vX2pr5pt3z9s8R for ; Tue, 28 Feb 2017 00:38:28 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0AB342F7BD; Mon, 27 Feb 2017 13:38:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sb+wRZfqxUch; Mon, 27 Feb 2017 13:38:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id B71DA2F778; Mon, 27 Feb 2017 13:38:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 175791C04A5 for ; Mon, 27 Feb 2017 13:38:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 150DD88865 for ; Mon, 27 Feb 2017 13:38:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KD17zeniOfat for ; Mon, 27 Feb 2017 13:38:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by hemlock.osuosl.org (Postfix) with ESMTP id 477E188797 for ; Mon, 27 Feb 2017 13:38:19 +0000 (UTC) Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 67FA68E7B2C39 for ; Mon, 27 Feb 2017 13:38:15 +0000 (GMT) Received: from abhi-linux.pu.imgtec.org (192.168.91.133) by HHMAIL01.hh.imgtec.org (10.100.10.19) with Microsoft SMTP Server (TLS) id 14.3.294.0; Mon, 27 Feb 2017 13:38:17 +0000 From: Abhimanyu V To: Date: Mon, 27 Feb 2017 19:08:00 +0530 Message-ID: <1488202681-9744-2-git-send-email-abhimanyu.vishwakarma@imgtec.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1488202681-9744-1-git-send-email-abhimanyu.vishwakarma@imgtec.com> References: <1488202681-9744-1-git-send-email-abhimanyu.vishwakarma@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [192.168.91.133] Cc: Abhimanyu Vishwakarma Subject: [Buildroot] [PATCH v3 2/3] Export LINUX_DIR for post-build scripts X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" From: Abhimanyu Vishwakarma To build fitImage in post-build scripts, we need compressed kernel binary which is intermediate target, hence doesnt get copied to output/images folder. Signed-off-by: Abhimanyu Vishwakarma Reviewed-by: Rahul Bedarkar --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9663d15..5c8a934 100644 --- a/Makefile +++ b/Makefile @@ -464,6 +464,7 @@ export STAGING_DIR export HOST_DIR export BINARIES_DIR export BASE_DIR +export LINUX_DIR ################################################################################ #