mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-07 14:21:56 +00:00
lock the LTP version to 20170116
This commit is contained in:
committed by
Don Porter
parent
fd5a519fdb
commit
e101d498a1
@@ -1,4 +1,6 @@
|
||||
SRCDIR = ltp-master
|
||||
SRCURL = https://github.com/linux-test-project/ltp/releases/download/
|
||||
SRCVERSION = 20170116
|
||||
SRCDIR = ltp-full-$(SRCVERSION)
|
||||
BUILDDIR = opt/ltp
|
||||
TESTCASEDIR = $(BUILDDIR)/testcases/bin
|
||||
|
||||
@@ -10,11 +12,11 @@ clean-extra = clean-build
|
||||
level = ../../
|
||||
include ../../Makefile
|
||||
|
||||
master.zip:
|
||||
wget https://github.com/linux-test-project/ltp/archive/master.zip
|
||||
$(SRCDIR).tar.xz:
|
||||
wget $(SRCURL)/$(SRCVERSION)/$@
|
||||
|
||||
$(SRCDIR)/configure: master.zip
|
||||
unzip master.zip
|
||||
$(SRCDIR)/configure: $(SRCDIR).tar.xz
|
||||
tar -xJf $<
|
||||
cd $(SRCDIR) && make autotools
|
||||
|
||||
$(BUILDDIR)/runltp: $(SRCDIR)/configure
|
||||
|
||||
@@ -2,10 +2,6 @@ loader.preload = file:$(SHIMPATH)
|
||||
loader.env.LD_LIBRARY_PATH = /lib:/lib64:/usr/lib:/usr/lib64
|
||||
loader.debug_type = none
|
||||
|
||||
fs.mount.tmp1.type = chroot
|
||||
fs.mount.tmp1.path = /tmp
|
||||
fs.mount.tmp1.uri = file:/tmp
|
||||
|
||||
fs.mount.shm.type = chroot
|
||||
fs.mount.shm.path = /dev/shm
|
||||
fs.mount.shm.uri = file:/dev/shm
|
||||
@@ -18,6 +14,10 @@ fs.mount.usr.type = chroot
|
||||
fs.mount.usr.path = /usr
|
||||
fs.mount.usr.uri = file:/usr
|
||||
|
||||
fs.mount.tmp.type = chroot
|
||||
fs.mount.tmp.path = /tmp
|
||||
fs.mount.tmp.uri = file:/tmp
|
||||
|
||||
sys.brk.size = 32M
|
||||
sys.stack.size = 4M
|
||||
|
||||
|
||||
Reference in New Issue
Block a user