All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding prebuilt binaries to /usr/bin on rootfs
@ 2013-04-17 15:00 Satya Swaroop Damarla
  2013-04-17 15:05 ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Satya Swaroop Damarla @ 2013-04-17 15:00 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1984 bytes --]

Hi Guys,

I have few prebuilt binaries and I want to add them to the rootfs at the
build itself. So, I created a recipe... but I get an error .. Can you
please tell me what the error could be?

DESCRIPTION = "Skidata Tools"

LICENSE = "CLOSED"

SRC_URI = "file:///home/damarla/yocto/skidata-tools.zip"

SRCREV ?= "${AUTOREV}"


SRC_URI[md5sum] = "fda9d9034bfb64deab57513472279a81"
SRC_URI[sha256sum] =
"8c917892677c44784a99b29c4302cfec257cd422ccc06c3d90432c4a74960af8"

do_install () {
        install -d ${D}/usr/bin
        pwd
        install -m 0755
/home/damarla/yocto/poky/buildSkidataHarmony/tmp/work/cortexa9-vfp-vfpv3d16-poky-linux-gnueabi/skidata-tools/1.0-r0/skidata-tools/TCPDownload
${D}/usr/bin/
        install -m 0755
/home/damarla/yocto/poky/buildSkidataHarmony/tmp/work/cortexa9-vfp-vfpv3d16-poky-linux-gnueabi/skidata-tools/1.0-r0/skidata-tools/USBDownload
${D}/usr/bin/USBDownload
        install -m 0755
/home/damarla/yocto/poky/buildSkidataHarmony/tmp/work/cortexa9-vfp-vfpv3d16-poky-linux-gnueabi/skidata-tools/1.0-r0/skidata-tools/devsrv
${D}/usr/bin/devsrv
        install -m 0755
/home/damarla/yocto/poky/buildSkidataHarmony/tmp/work/cortexa9-vfp-vfpv3d16-poky-linux-gnueabi/skidata-tools/1.0-r0/skidata-tools/i2c-test
${D}/usr/bin/i2c-test
        install -m 0755
/home/damarla/yocto/poky/buildSkidataHarmony/tmp/work/cortexa9-vfp-vfpv3d16-poky-linux-gnueabi/skidata-tools/1.0-r0/skidata-tools/sdusb-cmd
${D}/usr/bin/sdusb-cmd
        install -m 0755
/home/damarla/yocto/poky/buildSkidataHarmony/tmp/work/cortexa9-vfp-vfpv3d16-poky-linux-gnueabi/skidata-tools/1.0-r0/skidata-tools/setty
${D}/usr/bin/setty
}

FILES_TCPDownload = "${D}/usr/bin/TCPDownload"
FILES_USBDownload = "${D}/usr/bin/USBDownload"
FILES_devsrv = "${D}/usr/bin/devsrv"
FILES_i2c-test = "${D}/usr/bin/i2c-test"
FILES_sdusb-cmd = "${D}/usr/bin/sdusb-cmd"
FILES_setty = "${D}/usr/bin/setty"

Help is greatly appreciated!

Greets,
Satya

[-- Attachment #2: Type: text/html, Size: 2558 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-04-26  5:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17 15:00 Adding prebuilt binaries to /usr/bin on rootfs Satya Swaroop Damarla
2013-04-17 15:05 ` Burton, Ross
2013-04-17 15:11   ` Satya Swaroop Damarla
2013-04-17 15:56     ` Burton, Ross
2013-04-17 18:10       ` Satya Swaroop Damarla
2013-04-17 18:54         ` Burton, Ross
2013-04-17 19:10           ` Hans Beckerus
2013-04-18  5:01           ` Michael Fainstein
2013-04-19  6:10             ` Satya Swaroop Damarla
2013-04-26  5:55     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.