-
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Packages: add Sigmastar infinity6 sensor source
- Loading branch information
Showing
45 changed files
with
36,473 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0 | ||
bool "sigmastar-osdrv-infinity6b0" | ||
select BR2_PACKAGE_SIGMASTAR_OSDRV_SENSOR | ||
help | ||
SigmaStar infinity6b0 kernel modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-10 KB
general/package/sigmastar-osdrv-infinity6b0/files/sensors/kmod/sensor_gc2053_mipi.ko
Binary file not shown.
Binary file removed
BIN
-9.54 KB
general/package/sigmastar-osdrv-infinity6b0/files/sensors/kmod/sensor_gc4653_mipi.ko
Binary file not shown.
Binary file removed
BIN
-19.8 KB
general/package/sigmastar-osdrv-infinity6b0/files/sensors/kmod/sensor_imx307_mipi.ko
Binary file not shown.
Binary file removed
BIN
-20.2 KB
general/package/sigmastar-osdrv-infinity6b0/files/sensors/kmod/sensor_imx335_mipi.ko
Binary file not shown.
Binary file removed
BIN
-10.2 KB
general/package/sigmastar-osdrv-infinity6b0/files/sensors/kmod/sensor_sc2239_mipi.ko
Binary file not shown.
Binary file removed
BIN
-10.3 KB
general/package/sigmastar-osdrv-infinity6b0/files/sensors/kmod/sensor_sc2335_mipi.ko
Binary file not shown.
Binary file removed
BIN
-10.1 KB
general/package/sigmastar-osdrv-infinity6b0/files/sensors/kmod/sensor_sc3335_mipi.ko
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6E | ||
bool "sigmastar-osdrv-infinity6e" | ||
select BR2_PACKAGE_SIGMASTAR_OSDRV_SENSOR | ||
help | ||
SigmaStar infinity6e kernel modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-24.4 KB
general/package/sigmastar-osdrv-infinity6e/files/sensors/kmod/sensor_imx274_mipi.ko
Binary file not shown.
Binary file removed
BIN
-20.1 KB
general/package/sigmastar-osdrv-infinity6e/files/sensors/kmod/sensor_imx335_mipi.ko
Binary file not shown.
Binary file removed
BIN
-17.3 KB
general/package/sigmastar-osdrv-infinity6e/files/sensors/kmod/sensor_imx347_mipi.ko
Binary file not shown.
Binary file removed
BIN
-28.5 KB
general/package/sigmastar-osdrv-infinity6e/files/sensors/kmod/sensor_imx415_mipi.ko
Binary file not shown.
Binary file removed
BIN
-30.4 KB
general/package/sigmastar-osdrv-infinity6e/files/sensors/kmod/sensor_sc8235_mipi.ko
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
config BR2_PACKAGE_SIGMASTAR_OSDRV_SENSOR | ||
bool "sigmastar-osdrv-sensor" | ||
default n | ||
help | ||
Sigmastar sensor kernel driver |
20 changes: 20 additions & 0 deletions
20
general/package/sigmastar-osdrv-sensor/sigmastar-osdrv-sensor.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
################################################################################ | ||
# | ||
# sigmastar-osdrv-sensor | ||
# | ||
################################################################################ | ||
|
||
SIGMASTAR_OSDRV_SENSOR_LICENSE = MIT | ||
SIGMASTAR_OSDRV_SENSOR_LICENSE_FILES = LICENSE | ||
|
||
define SIGMASTAR_OSDRV_SENSOR_EXTRACT_CMDS | ||
cp -r $(SIGMASTAR_OSDRV_SENSOR_PKGDIR)/src/* $(@D) | ||
endef | ||
|
||
SIGMASTAR_OSDRV_SENSOR_MODULE_SUBDIRS = $(OPENIPC_SOC_FAMILY) | ||
SIGMASTAR_OSDRV_SENSOR_MODULE_MAKE_OPTS = \ | ||
INSTALL_MOD_DIR=sigmastar \ | ||
KSRC=$(LINUX_DIR) | ||
|
||
$(eval $(kernel-module)) | ||
$(eval $(generic-package)) |
9 changes: 9 additions & 0 deletions
9
general/package/sigmastar-osdrv-sensor/src/infinity6b0/Makefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
EXTRA_CFLAGS += -I $(PWD)/include -I $(KSRC)/drivers/sstar/include | ||
EXTRA_CFLAGS += -DSENSOR_MODULE_VERSION=$(OPENIPC_SOC_MODEL)-$(OPENIPC_SOC_FAMILY) | ||
obj-m := $(patsubst $(PWD)/%.c, %.o, $(wildcard $(PWD)/sensor/*.c)) | ||
|
||
modules: | ||
$(MAKE) -C $(KSRC) M=$(PWD) modules | ||
|
||
clean: | ||
$(MAKE) -C $(KSRC) M=$(PWD) clean |
Oops, something went wrong.