pack_resource.sh: move to ./scripts/ folder
Adding copyright and license Change-Id: Ia3e83797fa968e1cb8916f26ecae3c6f50835a49 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
2ba1365e25
commit
8b09909151
|
|
@ -1,4 +1,10 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
#
|
||||
|
||||
OLD_IMAGE=$1
|
||||
IMAGE=resource.img
|
||||
TOOL=../rkbin/tools/resource_tool
|
||||
Loading…
Reference in New Issue