From f9addb8674a8bd2e1e1377194cad90fdf6f79eea Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Mon, 2 Mar 2015 14:49:18 +1000 Subject: classes/zynq7-platform-paths.bbclass: Add class with path defines * Class has defines for the staging directory where ps7_init_gpl.[ch] files are populated for other recipes to use Signed-off-by: Nathan Rossi --- classes/zynq7-platform-paths.bbclass | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 classes/zynq7-platform-paths.bbclass diff --git a/classes/zynq7-platform-paths.bbclass b/classes/zynq7-platform-paths.bbclass new file mode 100644 index 00000000..a15f6ae5 --- /dev/null +++ b/classes/zynq7-platform-paths.bbclass @@ -0,0 +1,4 @@ +# Define the path to the zynq platform init code/headers +PLATFORM_INIT_DIR = "/usr/src/zynq7-platform" +PLATFORM_INIT_STAGE_DIR = "${STAGING_DIR_HOST}${PLATFORM_INIT_DIR}" + -- cgit v1.2.3-54-g00ecf