aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/i2c-tools/omap3-writeprom.bb
blob: 485d06fe434755f502248e4bca6bca9466894fd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Writeprom script for omap3 boards with EEPROM on there expansionboard - see http://www.elinux.org/BeagleBoardPinMux#Vendor_and_Device_IDs"


SRC_URI = "file://writeprom.sh"

S = "${WORKDIR}"

do_install () {
  install -d ${D}${bindir}/
  install -m 0755 ${WORKDIR}/writeprom.sh ${D}${bindir}/
}

PACKAGE_ARCH = "all"
RDEPENDS_${PN} = "i2c-tools"
FILES_${PN} = "${bindir}"