mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
ufs-tool: add tool to access UFS (Universal Flash Storage) devices
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
45e884888f
commit
58805f41a2
20
meta-filesystems/recipes-utils/ufs-tool/ufs-tool_git.bb
Normal file
20
meta-filesystems/recipes-utils/ufs-tool/ufs-tool_git.bb
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
SUMMARY = "Tool to access UFS (Universal Flash Storage) devices"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
PV = "1.3+git${SRCPV}"
|
||||
|
||||
BRANCH ?= "dev"
|
||||
|
||||
SRCREV = "8b00e33003b57d7071943f63863fcf8cc48d5be9"
|
||||
|
||||
SRC_URI = "git://github.com/westerndigitalcorporation/ufs-tool.git;protocol=git;branch=${BRANCH}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}""
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}/
|
||||
install -c -m 755 ${S}/ufs-tool ${D}${bindir}/
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user