aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-03-16 12:38:30 -0500
committerRob Herring <robh@kernel.org>2023-03-16 12:38:30 -0500
commitcfff805481bdea27f900c32698171286542b8d3c (patch)
treea7e59b90b2e8c639f227ce924b9050d6ac080710
parent68a49c5715f287fc344c6a21acd2bf1b6738f2f5 (diff)
downloadlibfdt -main.zip
libfdt -main.tar.gz
libfdt -main.tar.bz2
Add a script to sync from dtc sourcesHEADmain
In order to capture the dtc sources we package, add a script to do this so it's not forgotten next time (see previous commit :( ). Signed-off-by: Rob Herring <robh@kernel.org>
-rwxr-xr-xdtc-sync.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/dtc-sync.sh b/dtc-sync.sh
new file mode 100755
index 0000000..5fdf700
--- /dev/null
+++ b/dtc-sync.sh
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+DTC_PATH=../dtc/
+
+cp ${DTC_PATH}/libfdt/*.c libfdt/
+cp ${DTC_PATH}/libfdt/*.h libfdt/
+cp ${DTC_PATH}/pylibfdt/libfdt.i libfdt/