mirror of https://github.com/OpenIPC/firmware.git
[no ci] Sigmastar: adjust osdrv makefiles
parent
123072ffef
commit
aa677b47a4
|
@ -97,7 +97,6 @@ sigmastar() {
|
||||||
cli -s .isp.sensorConfig /etc/sensors/imx415_fpv.bin
|
cli -s .isp.sensorConfig /etc/sensors/imx415_fpv.bin
|
||||||
cli -s .isp.exposure 5
|
cli -s .isp.exposure 5
|
||||||
cli -s .video0.codec h265
|
cli -s .video0.codec h265
|
||||||
cli -s .video0.size 1920x1080
|
|
||||||
cli -s .video0.fps 60
|
cli -s .video0.fps 60
|
||||||
cli -s .video0.rcMode cbr
|
cli -s .video0.rcMode cbr
|
||||||
cli -s .jpeg.enabled false
|
cli -s .jpeg.enabled false
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6
|
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6
|
||||||
bool "sigmastar-osdrv-infinity6"
|
bool "sigmastar-osdrv-infinity6"
|
||||||
select BR2_PACKAGE_SIGMASTAR_OSDRV_SENSORS
|
|
||||||
help
|
help
|
||||||
Sigmastar infinity6 kernel modules
|
Sigmastar infinity6 kernel modules
|
||||||
|
|
|
@ -9,7 +9,7 @@ SIGMASTAR_OSDRV_INFINITY6_SITE =
|
||||||
SIGMASTAR_OSDRV_INFINITY6_LICENSE = MIT
|
SIGMASTAR_OSDRV_INFINITY6_LICENSE = MIT
|
||||||
SIGMASTAR_OSDRV_INFINITY6_LICENSE_FILES = LICENSE
|
SIGMASTAR_OSDRV_INFINITY6_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
SIGMASTAR_OSDRV_INFINITY6_DEPENDENCIES = ipctool
|
SIGMASTAR_OSDRV_INFINITY6_DEPENDENCIES = ipctool sigmastar-osdrv-sensors
|
||||||
|
|
||||||
define SIGMASTAR_OSDRV_INFINITY6_BUILD_CMDS
|
define SIGMASTAR_OSDRV_INFINITY6_BUILD_CMDS
|
||||||
cp -rf $(SIGMASTAR_OSDRV_INFINITY6_PKGDIR)/files/src $(@D)
|
cp -rf $(SIGMASTAR_OSDRV_INFINITY6_PKGDIR)/files/src $(@D)
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0
|
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0
|
||||||
bool "sigmastar-osdrv-infinity6b0"
|
bool "sigmastar-osdrv-infinity6b0"
|
||||||
select BR2_PACKAGE_SIGMASTAR_OSDRV_SENSORS
|
|
||||||
help
|
help
|
||||||
Sigmastar infinity6b0 kernel modules
|
Sigmastar infinity6b0 kernel modules
|
||||||
|
|
Binary file not shown.
|
@ -9,6 +9,8 @@ SIGMASTAR_OSDRV_INFINITY6B0_SITE =
|
||||||
SIGMASTAR_OSDRV_INFINITY6B0_LICENSE = MIT
|
SIGMASTAR_OSDRV_INFINITY6B0_LICENSE = MIT
|
||||||
SIGMASTAR_OSDRV_INFINITY6B0_LICENSE_FILES = LICENSE
|
SIGMASTAR_OSDRV_INFINITY6B0_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
|
SIGMASTAR_OSDRV_INFINITY6B0_DEPENDENCIES = sigmastar-osdrv-sensors
|
||||||
|
|
||||||
define SIGMASTAR_OSDRV_INFINITY6B0_INSTALL_TARGET_CMDS
|
define SIGMASTAR_OSDRV_INFINITY6B0_INSTALL_TARGET_CMDS
|
||||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/4.9.84/sigmastar
|
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/4.9.84/sigmastar
|
||||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/4.9.84/sigmastar $(SIGMASTAR_OSDRV_INFINITY6B0_PKGDIR)/files/kmod/*
|
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/4.9.84/sigmastar $(SIGMASTAR_OSDRV_INFINITY6B0_PKGDIR)/files/kmod/*
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6C
|
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6C
|
||||||
bool "sigmastar-osdrv-infinity6c"
|
bool "sigmastar-osdrv-infinity6c"
|
||||||
select BR2_PACKAGE_SIGMASTAR_OSDRV_SENSORS
|
|
||||||
help
|
help
|
||||||
Sigmastar infinity6c kernel modules
|
Sigmastar infinity6c kernel modules
|
||||||
|
|
|
@ -9,6 +9,8 @@ SIGMASTAR_OSDRV_INFINITY6C_SITE =
|
||||||
SIGMASTAR_OSDRV_INFINITY6C_LICENSE = MIT
|
SIGMASTAR_OSDRV_INFINITY6C_LICENSE = MIT
|
||||||
SIGMASTAR_OSDRV_INFINITY6C_LICENSE_FILES = LICENSE
|
SIGMASTAR_OSDRV_INFINITY6C_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
|
SIGMASTAR_OSDRV_INFINITY6C_DEPENDENCIES = sigmastar-osdrv-sensors
|
||||||
|
|
||||||
define SIGMASTAR_OSDRV_INFINITY6C_INSTALL_TARGET_CMDS
|
define SIGMASTAR_OSDRV_INFINITY6C_INSTALL_TARGET_CMDS
|
||||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/5.10.61/sigmastar
|
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/5.10.61/sigmastar
|
||||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/5.10.61/sigmastar $(SIGMASTAR_OSDRV_INFINITY6C_PKGDIR)/files/kmod/*
|
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/5.10.61/sigmastar $(SIGMASTAR_OSDRV_INFINITY6C_PKGDIR)/files/kmod/*
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6E
|
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6E
|
||||||
bool "sigmastar-osdrv-infinity6e"
|
bool "sigmastar-osdrv-infinity6e"
|
||||||
select BR2_PACKAGE_SIGMASTAR_OSDRV_SENSORS
|
|
||||||
help
|
help
|
||||||
Sigmastar infinity6e kernel modules
|
Sigmastar infinity6e kernel modules
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -9,6 +9,8 @@ SIGMASTAR_OSDRV_INFINITY6E_SITE =
|
||||||
SIGMASTAR_OSDRV_INFINITY6E_LICENSE = MIT
|
SIGMASTAR_OSDRV_INFINITY6E_LICENSE = MIT
|
||||||
SIGMASTAR_OSDRV_INFINITY6E_LICENSE_FILES = LICENSE
|
SIGMASTAR_OSDRV_INFINITY6E_LICENSE_FILES = LICENSE
|
||||||
|
|
||||||
|
SIGMASTAR_OSDRV_INFINITY6E_DEPENDENCIES = sigmastar-osdrv-sensors
|
||||||
|
|
||||||
define SIGMASTAR_OSDRV_INFINITY6E_INSTALL_TARGET_CMDS
|
define SIGMASTAR_OSDRV_INFINITY6E_INSTALL_TARGET_CMDS
|
||||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/4.9.84/sigmastar
|
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/4.9.84/sigmastar
|
||||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/4.9.84/sigmastar $(SIGMASTAR_OSDRV_INFINITY6E_PKGDIR)/files/kmod/*
|
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/4.9.84/sigmastar $(SIGMASTAR_OSDRV_INFINITY6E_PKGDIR)/files/kmod/*
|
||||||
|
|
Loading…
Reference in New Issue