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

View File

@@ -0,0 +1,16 @@
diff --git a/conf-cc b/conf-cc
--- a/conf-cc
+++ b/conf-cc
@@ -1,3 +1,3 @@
-cc -O2 -DPOSIX -D_POSIX_C_SOURCE=200809L -D_FILE_OFFSET_BITS=64 -DTEST_NARROW_WRITES -c
+${CC} -O2 -DPOSIX -D_POSIX_C_SOURCE=200809L -D_FILE_OFFSET_BITS=64 -DTEST_NARROW_WRITES -c
This will be used to compile .c files.
diff --git a/conf-ld b/conf-ld
--- a/conf-ld
+++ b/conf-ld
@@ -1,3 +1,3 @@
-cc -s
+${CC} -s
This will be used to link .o files into an executable.

View File

@@ -0,0 +1,20 @@
DESCRIPTION = "Memtester 4.3.0 for DDR test"
HOMEPAGE = "http://pyropus.ca/software/memtester/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
SRC_URI = " \
http://pyropus.ca/software/memtester/memtester-${PV}.tar.gz \
file://memtester_${PV}.patch \
"
S="${WORKDIR}/${PN}-${PV}"
do_compile () {
oe_runmake
}
do_install () {
install -d ${D}${bindir}
install -m 0755 ${S}/memtester ${D}${bindir}
}