From a33d550ab04bdeb23732ecc9280f6d8a1996dc4b Mon Sep 17 00:00:00 2001 From: "Lakshminarayana R. Kammath" Date: Fri, 17 May 2019 02:17:30 -0500 Subject: 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. (From meta-openpower rev: d252fd06a3bd282e4c80a6c961070acc2bfb3242) Signed-off-by: Lakshminarayana R. Kammath Change-Id: Iaee4127714bf9ccc5571bfea95d56f4d30add240 Signed-off-by: Brad Bishop --- .../hostboot/hostboot-debug-tools.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-openpower/recipes-devtools/hostboot/hostboot-debug-tools.bb (limited to 'meta-openpower/recipes-devtools/hostboot') diff --git a/meta-openpower/recipes-devtools/hostboot/hostboot-debug-tools.bb b/meta-openpower/recipes-devtools/hostboot/hostboot-debug-tools.bb new file mode 100644 index 000000000..f1265bda6 --- /dev/null +++ b/meta-openpower/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" -- cgit v1.2.3