From: Phil Blundell Date: Sun, 20 Jun 2004 01:32:31 +0000 (+0000) Subject: add SRC_URI for genboot X-Git-Tag: Release-2010-05/1~18618 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a318ee0fce8167ca1b51e60a21a22872d6252e7b;p=openembedded.git add SRC_URI for genboot BKrev: 40d4e92fJFIa3jeZtbZOOy-g55QXpQ --- diff --git a/simpad-utilities/genboot-native.oe b/simpad-utilities/genboot-native.oe index 2bed1af940..c24a73006f 100644 --- a/simpad-utilities/genboot-native.oe +++ b/simpad-utilities/genboot-native.oe @@ -1,5 +1,6 @@ DESCRIPTION = "Console utility for generating a SIMpad boot image for the proprietary SIEMENS Switzerland bootloader" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/genboot" +SRC_URI = "file://gen_boot.c file://arnold_boot.h file://simpad-make-flashimg" inherit native