package: starfive: Add stfisp_setfile to starfive package
Sync the latest stfisp_setfile from JH7100. Signed-off-by: mason.huo <mason.huo@starfivetech.com> (cherry-pick commit 56c057d22a095e37f8a3bed296a7cea2893c9442 from jh7110-mm-devel branch)
This commit is contained in:
committed by
changhuang.liang
parent
cf9c62a4f1
commit
a217d12606
Executable → Regular
+1
-1
@@ -94,6 +94,6 @@ menu "Host utilities"
|
|||||||
source "package/xorriso/Config.in.host"
|
source "package/xorriso/Config.in.host"
|
||||||
source "package/zip/Config.in.host"
|
source "package/zip/Config.in.host"
|
||||||
source "package/zstd/Config.in.host"
|
source "package/zstd/Config.in.host"
|
||||||
source "package/stfisp_setfile/Config.in.host"
|
source "package/starfive/stfisp_setfile/Config.in.host"
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
# starfive packages
|
# starfive packages
|
||||||
source "package/starfive/v4l2_test/Config.in"
|
source "package/starfive/v4l2_test/Config.in"
|
||||||
|
source "package/starfive/stfisp_setfile/Config.in.host"
|
||||||
|
|||||||
Executable → Regular
Executable → Regular
Executable → Regular
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
STFISP_SETFILE_LICENSE = GPL-2.0+
|
STFISP_SETFILE_LICENSE = GPL-2.0+
|
||||||
|
|
||||||
define HOST_STFISP_SETFILE_BUILD_CMDS
|
define HOST_STFISP_SETFILE_BUILD_CMDS
|
||||||
cp package/stfisp_setfile/stfisp_setfile.c $(@D)/
|
cp package/starfive/stfisp_setfile/stfisp_setfile.c $(@D)/
|
||||||
(cd $(@D); $(HOSTCC) -Wall -O2 stfisp_setfile.c -o stfisp_setfile; ./stfisp_setfile)
|
(cd $(@D); $(HOSTCC) -Wall -O2 stfisp_setfile.c -o stfisp_setfile; ./stfisp_setfile)
|
||||||
install -m 0755 -D $(@D)/ov4689_stf_isp_fw.bin $(TARGET_DIR)/lib/firmware/stf_isp0_fw.bin
|
install -m 0755 -D $(@D)/ov4689_stf_isp_fw.bin $(TARGET_DIR)/lib/firmware/stf_isp0_fw.bin
|
||||||
install -m 0755 -D $(@D)/ov4689_stf_isp_fw_dump.bin $(TARGET_DIR)/lib/firmware/stf_isp0_fw_dump.bin
|
install -m 0755 -D $(@D)/ov4689_stf_isp_fw_dump.bin $(TARGET_DIR)/lib/firmware/stf_isp0_fw_dump.bin
|
||||||
Reference in New Issue
Block a user