From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lgeamrelo01.lge.com (lgeamrelo01.lge.com [156.147.1.125]) by mail.openembedded.org (Postfix) with ESMTP id 69A5860DF7 for ; Mon, 4 Aug 2014 00:53:10 +0000 (UTC) Received: from unknown (HELO CHBae0915) (10.177.232.191) by 156.147.1.125 with ESMTP; 4 Aug 2014 09:53:09 +0900 X-Original-SENDERIP: 10.177.232.191 X-Original-MAILFROM: changhyeok.bae@lge.com From: "Changhyeok Bae" To: Date: Mon, 4 Aug 2014 09:53:12 +0900 Message-ID: <017701cfaf7e$77e1a390$67a4eab0$@lge.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac+vfh+1nnGMB1XoTcWTCyoAIZtUHg== Subject: How to apply "-Wl,--build-id" in all recipes? X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2014 00:53:15 -0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: ko Hi I would like to apply "-Wl,--build-id" in all recipes option when I build a image. I tried to write TARGET_LDFLAGS += "-Wl,--build-d" and BUILD_LDFLAGS += "-Wl,--build-d" in local.conf. But it's not applied. Do you have any idea? Thanks