M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions
@@ -0,0 +1,16 @@
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"