summaryrefslogtreecommitdiff
path: root/utils/nwztools/database/nvp
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-01-04 16:26:07 +0100
committerGerrit Rockbox <gerrit@rockbox.org>2017-01-04 17:03:14 +0100
commit3c3e133f99f38f9746df7c51ded6671ffa987504 (patch)
tree9b5763c18c9e0d430aadd8ba8b0126eb8907a836 /utils/nwztools/database/nvp
parentd7770a1cddeb94826046b9c58107f967e5462810 (diff)
downloadrockbox-3c3e133f99f38f9746df7c51ded6671ffa987504.tar.gz
rockbox-3c3e133f99f38f9746df7c51ded6671ffa987504.zip
nwztools: small fixes
Make sure scripts use bash, make nwz database generator more deterministic Change-Id: I26812b697abe0406fb3c60d6eb231cb27edc81d5
Diffstat (limited to 'utils/nwztools/database/nvp')
-rwxr-xr-xutils/nwztools/database/nvp/parse_all_nvp_headers.sh2
-rwxr-xr-xutils/nwztools/database/nvp/parse_all_nvp_nodes.sh2
-rwxr-xr-xutils/nwztools/database/nvp/parse_nvp_header.sh1
-rwxr-xr-xutils/nwztools/database/nvp/parse_nvp_nodes.sh1
4 files changed, 4 insertions, 2 deletions
diff --git a/utils/nwztools/database/nvp/parse_all_nvp_headers.sh b/utils/nwztools/database/nvp/parse_all_nvp_headers.sh
index e84eaae8f5..331016b045 100755
--- a/utils/nwztools/database/nvp/parse_all_nvp_headers.sh
+++ b/utils/nwztools/database/nvp/parse_all_nvp_headers.sh
@@ -1,4 +1,4 @@
1# 1#!/bin/bash
2# usage: parse_all_nvp_headers /path/to/directory 2# usage: parse_all_nvp_headers /path/to/directory
3# 3#
4# the expected structure is: 4# the expected structure is:
diff --git a/utils/nwztools/database/nvp/parse_all_nvp_nodes.sh b/utils/nwztools/database/nvp/parse_all_nvp_nodes.sh
index 3aae79deb0..3e67b3d354 100755
--- a/utils/nwztools/database/nvp/parse_all_nvp_nodes.sh
+++ b/utils/nwztools/database/nvp/parse_all_nvp_nodes.sh
@@ -1,4 +1,4 @@
1# 1#!/bin/bash
2# usage: parse_all_nvp_nodes /path/to/directory 2# usage: parse_all_nvp_nodes /path/to/directory
3# 3#
4# the expected structure is: 4# the expected structure is:
diff --git a/utils/nwztools/database/nvp/parse_nvp_header.sh b/utils/nwztools/database/nvp/parse_nvp_header.sh
index 853df93557..8baab3c9eb 100755
--- a/utils/nwztools/database/nvp/parse_nvp_header.sh
+++ b/utils/nwztools/database/nvp/parse_nvp_header.sh
@@ -1,3 +1,4 @@
1#!/bin/bash
1# usage 2# usage
2# parse_header.sh /path/to/icx_nvp.h 3# parse_header.sh /path/to/icx_nvp.h
3# parse_header.sh /path/to/linux/source [file] 4# parse_header.sh /path/to/linux/source [file]
diff --git a/utils/nwztools/database/nvp/parse_nvp_nodes.sh b/utils/nwztools/database/nvp/parse_nvp_nodes.sh
index cf42504e32..456a707e5d 100755
--- a/utils/nwztools/database/nvp/parse_nvp_nodes.sh
+++ b/utils/nwztools/database/nvp/parse_nvp_nodes.sh
@@ -1,3 +1,4 @@
1#!/bin/bash
1# usage 2# usage
2# parse_nodes.sh /path/to/icx_nvp_emmc.ko output_file 3# parse_nodes.sh /path/to/icx_nvp_emmc.ko output_file
3# parse_nodes.sh /path/to/rootfs/dir output_file 4# parse_nodes.sh /path/to/rootfs/dir output_file