Add a recipe for hostboot-debug-tools.
This is a work in progress - at the moment this recipe
doesn't do anything beyond ensuring the dependencies are installed.
Tested : Verified. Perl executable and dependent libs available
in debug tarball.
Signed-off-by: Lakshminarayana R. Kammath <lkammath@in.ibm.com>
Change-Id: I8db6f57bacddd8841a40b189c5eef44dfe962e49
diff --git a/recipes-devtools/hostboot/hostboot-debug-tools.bb b/recipes-devtools/hostboot/hostboot-debug-tools.bb
new file mode 100644
index 0000000..f1265bd
--- /dev/null
+++ b/recipes-devtools/hostboot/hostboot-debug-tools.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Recipe for enabling hostboot-debug-tools"
+DESCRIPTION = "Support to enable running hostboot-debug-tools"
+LICENSE = "Apache-2.0"
+PR = "r1"
+
+inherit allarch
+
+RDEPENDS_${PN} = " \
+ perl perl-module-pod-text perl-module-lib \
+ perl-module-constant \
+ perl-module-errno perl-module-fcntl \
+ perl-module-file-basename perl-module-file-copy \
+ perl-module-file-find perl-module-file-glob \
+ perl-module-file-path perl-module-file-spec \
+ perl-module-file-temp perl-module-getopt-long \
+ perl-module-re perl-module-text-wrap \
+ perl-module-posix perl-module-bigint \
+ perl-module-integer \
+ "
+
+ALLOW_EMPTY_${PN} = "1"