From patchwork Sat Nov 23 11:21:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Morten Svendsen X-Patchwork-Id: 293658 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 0B2762C00CA for ; Sat, 23 Nov 2013 22:23:10 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 3FFD73F824 for ; Sat, 23 Nov 2013 12:23:08 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id B58E53F824 for ; Sat, 23 Nov 2013 12:23:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=560; q=dns/txt; s=ironport2; t=1385205786; x=1416741786; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=VUKTLy5X3DuGUtmzr9N4GT94uG2FV3eRu6YN0TMN9gc=; b=MuGadOtHp8imXH900ltLRTy5FUr8sIeMhbsPbroYgU8/qu77zsN7zija r4hDsFMfAt2h9+jRd/b1MGQPZC4PxlUSwfPK86ggPwKEtqKB8GfyxrCxh SlyzZBnLnuYS2LWQ5uae6XyyXI7GvHu0Cufmhp8QvsXW24p57NerZ3Zvf k=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhYHAJ+PkFJauXn3/2dsb2JhbABZhkqtT4wWgTB0giYBBXkQUVeIHgHABBeOI2QHFoQdA5gUkhKDKTuBLA X-IPAS-Result: AhYHAJ+PkFJauXn3/2dsb2JhbABZhkqtT4wWgTB0giYBBXkQUVeIHgHABBeOI2QHFoQdA5gUkhKDKTuBLA X-IronPort-AV: E=Sophos;i="4.93,758,1378850400"; d="scan'208";a="62839" Received: from 0128800289.0.fullrate.dk (HELO moth.P-2812HNU-F1) ([90.185.121.247]) by mail02.prevas.se with ESMTP/TLS/DHE-RSA-AES256-SHA; 23 Nov 2013 12:23:05 +0100 From: Morten Thunberg Svendsen To: dev@oe-lite.org Subject: [PATCH 1/2] u-boot-tools: Let OE-Lite handle the stripping of binaries Date: Sat, 23 Nov 2013 12:21:49 +0100 Message-Id: X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: Morten Thunberg Svendsen X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/u-boot/u-boot-tools.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/u-boot/u-boot-tools.inc b/recipes/u-boot/u-boot-tools.inc index 6c964f2..b861c03 100644 --- a/recipes/u-boot/u-boot-tools.inc +++ b/recipes/u-boot/u-boot-tools.inc @@ -22,7 +22,7 @@ do_compile_fix_sdk_build() { } PARALLEL_MAKE = "" -EXTRA_OEMAKE = 'HOSTCC="${CC}" HOSTSTRIP="${STRIP}" \ +EXTRA_OEMAKE = 'HOSTCC="${CC}" HOSTSTRIP=":" \ CROSS_COMPILE="${HOST_PREFIX}"' RECIPE_FLAGS = "u_boot_tools_config"