summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-01-06 10:45:12 +1000
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-20 21:17:04 -0500
commit63d853c8e631c8bb0c959a4386f60f8770297d38 (patch)
tree8abd7547f833974529144b983825d108c7f5d66e /recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch
parent06a8cc10d8fd08b572c55aabc61e47cd19c0d842 (diff)
downloadmeta-virtualization-63d853c8e631c8bb0c959a4386f60f8770297d38.tar.gz
xen: Update recipe to 4.5.0
* Added configure step to fix handling of the CC, AS, etc. variables within the xen build scripts. * Add configure options for handling of system config directories for cross building * Use the qemu provided by oe instead of the xen built version for consistency as well as to remove the need to have two seperate flows for building qemu * Disable building of SeaBIOS * Removed no longer needed patches Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch')
-rw-r--r--recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch b/recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch
deleted file mode 100644
index d980807d..00000000
--- a/recipes-extended/xen/files/flask-avoid-installing-policy-file-as-boot.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From 8bff3edead4318bfebc487f929f833d11922c238 Mon Sep 17 00:00:00 2001
2From: "Vadim A. Misbakh-Soloviov" <mva@mva.name>
3Date: Tue, 30 Jul 2013 16:34:38 +0400
4Subject: [PATCH] flask: avoid installing policy file as '/boot'
5
6Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
7Acked-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
8---
9 tools/flask/policy/Makefile | 1 +
10 1 file changed, 1 insertion(+)
11
12diff --git a/tools/flask/policy/Makefile b/tools/flask/policy/Makefile
13index e666f3e..df1e8f3 100644
14--- a/tools/flask/policy/Makefile
15+++ b/tools/flask/policy/Makefile
16@@ -103,6 +103,7 @@ POLICY_SECTIONS += $(USERS) $(CONSTRAINTS) $(ISID_DEFS)
17 all: $(POLICY_FILENAME)
18
19 install: $(POLICY_FILENAME)
20+ $(INSTALL_DIR) $(POLICY_LOADPATH)
21 $(INSTALL_DATA) $^ $(POLICY_LOADPATH)
22
23 $(POLICY_FILENAME): policy.conf
24--
251.7.10.4
26