From 9dbd005ad29c9cda0e29cc80ebf40b88ec462210 Mon Sep 17 00:00:00 2001
From: Robert Craig <rpcraig@tycho.ncsc.mil>
Date: Mon, 3 Feb 2014 11:12:27 -0500
Subject: [PATCH] Update README.

Commit Icc5febc5fe5a7cccb90ac5b83e6289c2aa5bf069
introduced a new error check for non existent
BOARD_SEPOLICY_UNION files. Need an update to
the docs describing the change.

Change-Id: If96c9046565b05e0811ab2d526ae12a3b8b90bf0
Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
---
 README | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README b/README
index 0e3b30b04..e9f37a125 100644
--- a/README
+++ b/README
@@ -49,6 +49,9 @@ BOARD_POLICY_REPLACE and BOARD_POLICY_UNION.
 It is an error to specify a BOARD_SEPOLICY_DIRS that has no entries when
 specifying BOARD_SEPOLICY_REPLACE.
 
+It is an error to specify a BOARD_POLICY_UNION file that
+doesn't appear in any of the BOARD_SEPOLICY_DIRS locations.
+
 BOARD_SEPOLICY_IGNORE is a list of paths (directory + filename) of
 files that are not to be included in the resulting policy. This list
 is passed to filter-out to remove any paths you may want to ignore. This
-- 
GitLab