Skip to content

Commit

Permalink
starfive(multimedia): disable wave521
Browse files Browse the repository at this point in the history
Signed-off-by: sw.multimedia <sw.multimedia@starfivetech.com>
  • Loading branch information
sw.multimedia committed Sep 1, 2021
1 parent 115c228 commit c6d44a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package/starfive/sf-omx-il/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ comment "wave511 package"

config BR2_PACKAGE_SF_OMX_IL
bool "sf-omx-il"
depends on BR2_PACKAGE_WAVE511 && BR2_PACKAGE_WAVE521
depends on BR2_PACKAGE_WAVE511
help
sf-omx-il package
4 changes: 1 addition & 3 deletions package/starfive/sf-omx-il/sf-omx-il.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ SF_OMX_IL_SITE=$(TOPDIR)/../soft_3rdpart/omx-il
SF_OMX_IL_SITE_METHOD=local
SF_OMX_IL_INSTALL_STAGING = YES

SF_OMX_IL_DEPENDENCIES=wave511 wave521
SF_OMX_IL_DEPENDENCIES=wave511
define SF_OMX_IL_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) wave521-test
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) wave511-test
endef

Expand All @@ -25,7 +24,6 @@ define SF_OMX_IL_INSTALL_TARGET_CMDS
$(INSTALL) -m 0644 $(@D)/libsf-omx-il.so $(TARGET_DIR)/usr/lib/libsf-omx-il.so
$(INSTALL) -d $(@D)/include/khronos $(TARGET_DIR)/usr/include/omx-il
$(INSTALL) -m 0644 $(@D)/include/khronos/* $(TARGET_DIR)/usr/include/omx-il
$(INSTALL) -m 0777 $(@D)/wave521test $(TARGET_DIR)/root/wave521test
endef

define SF_OMX_IL_INSTALL_STAGING_CMDS
Expand Down
2 changes: 1 addition & 1 deletion package/starfive/wave511/wave511.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ define WAVE511_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0644 $(@D)/vdi/linux/driver/vdec.ko $(TARGET_DIR)/root/wave511/vdec.ko
$(INSTALL) -D -m 0777 $(@D)/vdi/linux/driver/load.sh $(TARGET_DIR)/root/wave511/vdec_load.sh
$(INSTALL) -D -m 0777 $(@D)/vdi/linux/driver/unload.sh $(TARGET_DIR)/root/wave511/vdec_unload.sh
$(INSTALL) -D -m 0644 $(WAVE511_SITE)/../firmware/chagall.bin $(TARGET_DIR)/lib/firmware/chagall.bin
$(INSTALL) -D -m 0644 $(@D)/libsfdec.so $(TARGET_DIR)/usr/lib/libsfdec.so
#$(INSTALL) -D -m 0644 $(WAVE511_SITE)/../firmware/chagall.bin $(TARGET_DIR)/lib/firmware/chagall.bin
endef


Expand Down
2 changes: 1 addition & 1 deletion package/starfive/wave521/wave521.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ define WAVE521_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0644 $(@D)/vdi/linux/driver/venc.ko $(TARGET_DIR)/root/wave521/venc.ko
$(INSTALL) -D -m 0777 $(@D)/vdi/linux/driver/load.sh $(TARGET_DIR)/root/wave521/venc_load.sh
$(INSTALL) -D -m 0777 $(@D)/vdi/linux/driver/unload.sh $(TARGET_DIR)/root/wave521/venc_unload.sh
$(INSTALL) -D -m 0644 $(WAVE521_SITE)/../firmware/chagall.bin $(TARGET_DIR)/root/wave521/chagall.bin
$(INSTALL) -D -m 0644 $(@D)/libsfenc.so $(TARGET_DIR)/usr/lib/libsfenc.so
# $(INSTALL) -D -m 0644 $(WAVE521_SITE)/../firmware/chagall.bin $(TARGET_DIR)/root/wave521/chagall.bin
endef


Expand Down

0 comments on commit c6d44a5

Please sign in to comment.