summaryrefslogtreecommitdiffstats
path: root/recipes-jailhouse/jailhouse/jailhouse-0.6/0002-no-ldflags-in-tools.patch
diff options
context:
space:
mode:
authorOla Redell <ola.redell@retotech.se>2017-11-15 21:54:39 +0100
committerOla Redell <ola.redell@retotech.se>2017-11-15 21:54:39 +0100
commit3af813eaa50cc3bf5192c0218cf7e779f9f5af01 (patch)
treedfb2fa235941f723cca0c9b1347fe04597d4bfb8 /recipes-jailhouse/jailhouse/jailhouse-0.6/0002-no-ldflags-in-tools.patch
parentf2cccf9409c91a33c4394ca4cfafe1cc00f9ce21 (diff)
downloadmeta-jailhouse-3af813eaa50cc3bf5192c0218cf7e779f9f5af01.tar.gz
Default Jailhouse configuration, add new jailhouse versions
Added variable JH_CONFIG that is used to point to current jailhouse hypervisor configuration. Added recipes for jailhouse version 0.7 and a _git recipe that tracks HEAD on master.
Diffstat (limited to 'recipes-jailhouse/jailhouse/jailhouse-0.6/0002-no-ldflags-in-tools.patch')
-rw-r--r--recipes-jailhouse/jailhouse/jailhouse-0.6/0002-no-ldflags-in-tools.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-jailhouse/jailhouse/jailhouse-0.6/0002-no-ldflags-in-tools.patch b/recipes-jailhouse/jailhouse/jailhouse-0.6/0002-no-ldflags-in-tools.patch
new file mode 100644
index 0000000..e94f69d
--- /dev/null
+++ b/recipes-jailhouse/jailhouse/jailhouse-0.6/0002-no-ldflags-in-tools.patch
@@ -0,0 +1,13 @@
1diff --git a/tools/Makefile b/tools/Makefile
2index 4d91e7a..ecc5503 100644
3--- a/tools/Makefile
4+++ b/tools/Makefile
5@@ -19,7 +19,7 @@ LINUXINCLUDE := -I$(src)/../driver
6 KBUILD_CFLAGS := -g -O3 -DLIBEXECDIR=\"$(libexecdir)\" \
7 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Werror \
8 -DJAILHOUSE_VERSION=\"$(shell cat $(src)/../VERSION)\" $(EXTRA_CFLAGS)
9-LDFLAGS :=
10+#LDFLAGS := $(EXTRA_LDLAGS)
11
12 BINARIES := jailhouse
13 HELPERS := \