From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludovic.desroches Date: Mon, 8 Oct 2012 09:26:23 +0200 Subject: [Buildroot] [PATCH] fb-test-app: new package In-Reply-To: <20121006210338.GA3850@tarshish> References: <1349443899-23353-1-git-send-email-ludovic.desroches@atmel.com> <20121006210338.GA3850@tarshish> Message-ID: <5072801F.1030907@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Baruch, Le 10/06/2012 11:03 PM, Baruch Siach a ?crit : > Hi Ludovic, > > On Fri, Oct 05, 2012 at 03:31:39PM +0200, ludovic.desroches at atmel.com wrote: >> +define FB_TEST_APP_INSTALL_TARGET_CMDS >> + $(INSTALL) -D -m 0755 $(@D)/perf $(TARGET_DIR)/usr/bin/perf > > This might collide with the Linux kernel's perf utility. > I can add fb-test prefix to to the binary names, isn't it? Regards Ludovic >> + $(INSTALL) -D -m 0755 $(@D)/rect $(TARGET_DIR)/usr/bin/rect >> + $(INSTALL) -D -m 0755 $(@D)/fb-test $(TARGET_DIR)/usr/bin/fb-test >> + $(INSTALL) -D -m 0755 $(@D)/offset $(TARGET_DIR)/usr/bin/offset >> +endef > > baruch >