M7350/oe-core/meta-msm/recipes/yaffs2-utils/yaffs2-utils-native_git.bb

17 lines
561 B
BlitzBasic
Raw Normal View History

2024-09-09 08:52:07 +00:00
inherit native autotools
MY_PN = "mkyaffs2image"
DESCRIPTION = "YAFFS (Yet Another Flash File System) provides a fast robust file system for NAND and NOR Flash. "
HOMEPAGE = "http://www.yaffs.net/"
LICENSE = "GPLv2"
# FIXME - This is using the whole thing here and the license grant's in the comments only...
LIC_FILES_CHKSUM = "file://yaffs2/utils/mkyaffs2image.c;md5=8e9d7c91f4196c80b7ab23635580ca7a"
EXTRA_OECONF = "--with-core-includes=${WORKSPACE}/system/core/include"
SRC_URI = "file://${WORKSPACE}/external/yaffs2"
PR = "r2"
S = "${WORKDIR}/yaffs2"