diff options
author | duerpei <duep.fnst@fujitsu.com> | 2022-07-22 17:30:52 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-10-24 12:01:40 +0000 |
commit | 91196d832c0848f094d5472a91f3988c67d793a6 (patch) | |
tree | d9b7a4cd1d63adc09302feb913b20dc6f3c0b68b /meta-agl-core-test/recipes-test/himeno | |
parent | 1e578575d8f5deb8bdff5401417dedd35ef7fe3e (diff) |
meta-agl-core-test: delete the layer of meta-agl-core-test
'meta-agl-core-test' is no longer maintained. Some useful test sets
will be moved to 'meta-agl-devel/meta-agl-test' later.
Bug-AGL: SPEC-4345
Signed-off-by: duerpei <duep.fnst@fujitsu.com>
Change-Id: I5939157618f9817a06ef5e023b6e8e3ad5fc59af
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28058
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-core-test/recipes-test/himeno')
-rw-r--r-- | meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb b/meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb deleted file mode 100644 index 6932bae07..000000000 --- a/meta-agl-core-test/recipes-test/himeno/himeno_2.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Himeno Benchmark" -LICENSE = "LGPL-2.0-only" -URL = "http://accc.riken.jp/en/supercom/himenobmt/" - -SRC_URI = "http://accc.riken.jp/en/wp-content/uploads/sites/2/2015/07/himenobmt.c.zip" -SRC_URI[md5sum] = "8d8e837dfc3e00a3b322eb4ae3edd551" -SRC_URI[sha256sum] = "8780bfbdacb0d4dcab2931e65cadd69411731e3f2afcc1231d0743a036298077" - -LIC_FILES_CHKSUM = "file://himenoBMT.c;md5=8e8771ddc01c6d1a795e088e2d6dee78" - -# Upstream ZIP file contains an LZH archive, thus a 2 steps "unpack" is required. -# The LZH archive is unpacked after native tools dependency resolution, -# thus. after "configure" task in our case: - -DEPENDS = "p7zip-native" - -do_configure:append() { - 7z x -y -o${S} ${WORKDIR}/himenobmt.c.lzh - cd ${S} - sed -i -e 's/CC= gcc/#CC= gcc/' Makefile - sed -i -e 's/CFLAGS = /#CFLAGS = /' Makefile -} - -do_install () { - install -d ${D}${bindir} - install -m 0755 bmt ${D}${bindir} -} |