summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorJan Remmet <j.remmet@phytec.de>2016-06-17 14:53:23 +0200
committerEnrico Jorns <ejo@pengutronix.de>2016-06-29 14:22:53 +0200
commit798e205963d61fd1eda1a10902bd7501bcf0894b (patch)
treef9645a7253543ef9a084b850fe6d2756accf9864 /recipes-core
parenta49f165ecdf2cb14db3466101dfb5f2dcc0ffefa (diff)
downloadmeta-ptx-798e205963d61fd1eda1a10902bd7501bcf0894b.tar.gz
meta-ptx-798e205963d61fd1eda1a10902bd7501bcf0894b.tar.xz
barebox-state: put dtblint into own package
Signed-off-by: Jan Remmet <j.remmet@phytec.de>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/barebox-state/barebox-state.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/barebox-state/barebox-state.bb b/recipes-core/barebox-state/barebox-state.bb
index bb47567..fde9104 100644
--- a/recipes-core/barebox-state/barebox-state.bb
+++ b/recipes-core/barebox-state/barebox-state.bb
@@ -7,10 +7,11 @@ PR = "r0"
SRC_URI = "git://git.pengutronix.de/git/tools/dt-utils.git \
file://0001-remove-init-option-use-default-if-load-failed.patch "
-PACKAGES =+ "libdt-utils barebox-fdtdump"
+PACKAGES =+ "libdt-utils barebox-fdtdump barebox-dtblint"
FILES_libdt-utils = "${libdir}/libdt-utils.so.*"
FILES_barebox-fdtdump = "${bindir}/fdtdump"
+FILES_barebox-dtblint = "${bindir}/dtblint"
S = "${WORKDIR}/git"