mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-13 07:42:14 +00:00
add sensor selection for ingenic configs
This commit is contained in:
@@ -37,6 +37,7 @@ BR2_LINUX_KERNEL_LZMA=y
|
||||
BR2_OPENIPC_SOC_VENDOR="ingenic"
|
||||
BR2_OPENIPC_SOC_MODEL="t10"
|
||||
BR2_OPENIPC_SOC_FAMILY="t20"
|
||||
BR2_OPENIPC_SNS_MODEL="ov9750"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
diff --git a/kernel/sensors/t20/Kbuild b/kernel/sensors/t20/Kbuild
|
||||
index 176c5ae..25145c0 100644
|
||||
--- a/kernel/sensors/t20/Kbuild
|
||||
+++ b/kernel/sensors/t20/Kbuild
|
||||
@@ -7,4 +7,5 @@ include $(src)/sensors/$(SOC)/jxh62/Kbuild
|
||||
include $(src)/sensors/$(SOC)/jxh65/Kbuild
|
||||
include $(src)/sensors/$(SOC)/jxk02/Kbuild
|
||||
include $(src)/sensors/$(SOC)/jxv01/Kbuild
|
||||
+include $(src)/sensors/$(SOC)/ov9750/Kbuild
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# ingenic-osdrv-t20
|
||||
#
|
||||
################################################################################
|
||||
|
||||
INGENIC_OSDRV_T20_VERSION =
|
||||
INGENIC_OSDRV_T20_SITE =
|
||||
INGENIC_OSDRV_T20_LICENSE = MIT
|
||||
INGENIC_OSDRV_T20_LICENSE_FILES = LICENSE
|
||||
|
||||
define INGENIC_OSDRV_T20_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc/sensor
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(INGENIC_OSDRV_T20_PKGDIR)/files/sensor/*.yaml
|
||||
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(INGENIC_OSDRV_T20_PKGDIR)/files/sensor/params/ov9750.bin
|
||||
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/bin
|
||||
$(INSTALL) -m 755 -t $(TARGET_DIR)/usr/bin $(INGENIC_OSDRV_T20_PKGDIR)/files/script/load*
|
||||
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/lib
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib/ $(INGENIC_OSDRV_T20_PKGDIR)/files/lib/*.so
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
@@ -1,31 +0,0 @@
|
||||
/etc/sensor/gc2053.yaml
|
||||
/etc/sensor/jxf22.bin
|
||||
/etc/sensor/jxf22.yaml
|
||||
/etc/sensor/jxf23.bin
|
||||
/etc/sensor/jxf23.yaml
|
||||
/etc/sensor/jxf37.yaml
|
||||
/etc/sensor/jxh42.bin
|
||||
/etc/sensor/jxh42.yaml
|
||||
/etc/sensor/jxh62.bin
|
||||
/etc/sensor/jxh62.yaml
|
||||
/etc/sensor/ov2735.yaml
|
||||
/etc/sensor/ov2735b.yaml
|
||||
/etc/sensor/ov4689.yaml
|
||||
/etc/sensor/ps5260.yaml
|
||||
/etc/sensor/sc2135.bin
|
||||
/etc/sensor/sc2232.bin
|
||||
/etc/sensor/sc2232.yaml
|
||||
/etc/sensor/sc2232h.yaml
|
||||
/etc/sensor/sc2235.bin
|
||||
/etc/sensor/sc2335.yaml
|
||||
|
||||
/lib/modules/3.10.14/ingenic/sensor_jxf22_t10.ko
|
||||
/lib/modules/3.10.14/ingenic/sensor_jxf23_t10.ko
|
||||
/lib/modules/3.10.14/ingenic/sensor_jxf28_t10.ko
|
||||
/lib/modules/3.10.14/ingenic/sensor_jxh42_t10.ko
|
||||
/lib/modules/3.10.14/ingenic/sensor_jxh61_t10.ko
|
||||
/lib/modules/3.10.14/ingenic/sensor_jxh62_t10.ko
|
||||
/lib/modules/3.10.14/ingenic/sensor_jxh65_t10.ko
|
||||
/lib/modules/3.10.14/ingenic/sensor_jxk02_t10.ko
|
||||
/lib/modules/3.10.14/ingenic/sensor_jxv01_t10.ko
|
||||
|
||||
Reference in New Issue
Block a user