packaging: fixed the permission error when execute "scripts/exynos_*.sh"
authorJaechul Lee <jcsing.lee@samsung.com>
Thu, 9 Feb 2017 00:18:19 +0000 (09:18 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 27 Feb 2019 02:12:58 +0000 (11:12 +0900)
commit8e7ee3451243b2c06f112bb2ef89038f60459892
treeac481f5679b92ff1ef0cbbd6884bcfbd7733d559
parent7ba0afee001dcce869daa661c2d588d89406cf4b
packaging: fixed the permission error when execute "scripts/exynos_*.sh"

script files for dtb were created with 644 permission in the scratchbox even
though i already changed perm to 755. Therefore, build will be failed when
execute "exynos_dtbtool.sh" because it doesn't have 'x' permission.

I tried to touch these files again and it worked well. I suspect that first
patch couldn't apply the file attribute. That's why i made this meaningless
commit.

Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
scripts/exynos_dtbtool.sh
scripts/exynos_mkdzimage.sh