mirror of https://github.com/OpenIPC/composer.git
Add imou-f22ap project, small fixes and updates, remove old motion script
parent
ebe0f6dbfe
commit
f8016cf7a4
projects
gk7205v200_lite_elsar/general/overlay/etc
ssc325_lite_imou-f22ap
br-ext-chip-sigmastar/configs
general/overlay/etc
t31_lite_convoy/general
overlay/usr/share/openipc
scripts/excludes
t31_lite_faceter/general
overlay/usr/share/openipc
scripts/excludes
t31_lite_zftlab/general/overlay/usr/share/openipc
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# OpenIPC | version 2023.07.28
|
||||
# OpenIPC | version 2023.11.11
|
||||
|
||||
# Autoupdate COMPOSER repo
|
||||
# Remove old building folder (for full rebuild)
|
||||
|
@ -30,6 +30,7 @@ echo_c() {
|
|||
copy_to_archive() {
|
||||
echo_c 32 "Copying files to local archive"
|
||||
mkdir -p "${COMPOSER_DIR}/archive/${PROJECT}/${TIMESTAMP}"
|
||||
ln -sf ${COMPOSER_DIR}/archive/${PROJECT}/${TIMESTAMP} ${COMPOSER_DIR}/archive/${PROJECT}/current
|
||||
cp -a \
|
||||
${FIRMWARE_DIR}/output/images/rootfs.squashfs.* \
|
||||
${FIRMWARE_DIR}/output/images/uImage.* \
|
||||
|
@ -41,8 +42,6 @@ copy_to_archive() {
|
|||
cp -a ${FIRMWARE_DIR}/output/images/autoupdate* ${COMPOSER_DIR}/archive/${PROJECT}/${TIMESTAMP}
|
||||
fi
|
||||
|
||||
ln -sf ${COMPOSER_DIR}/archive/${PROJECT}/${TIMESTAMP} ${COMPOSER_DIR}/archive/${PROJECT}/current
|
||||
|
||||
echo_c 35 "\nAssembled firmware available in:"
|
||||
tree -C "${COMPOSER_DIR}/archive/${PROJECT}/${TIMESTAMP}"
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@ exfat
|
|||
# For XM530 SD cards
|
||||
# sdio0_sd
|
||||
|
||||
Modem
|
||||
# Modem
|
||||
option
|
||||
|
|
|
@ -0,0 +1,119 @@
|
|||
# Architecture
|
||||
BR2_arm=y
|
||||
BR2_cortex_a7=y
|
||||
BR2_ARM_EABIHF=y
|
||||
BR2_ARM_FPU_NEON_VFPV4=y
|
||||
BR2_ARM_INSTRUCTIONS_THUMB2=y
|
||||
BR2_KERNEL_HEADERS_VERSION=y
|
||||
BR2_DEFAULT_KERNEL_VERSION="4.9.84"
|
||||
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y
|
||||
|
||||
# Toolchain
|
||||
BR2_PER_PACKAGE_DIRECTORIES=y
|
||||
BR2_GCC_VERSION_12_X=y
|
||||
# BR2_TOOLCHAIN_USES_UCLIBC is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc"
|
||||
BR2_TOOLCHAIN_USES_MUSL=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_LIBC="musl"
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set
|
||||
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/infinity6/kernel/infinity6-ssc009a.config"
|
||||
BR2_LINUX_KERNEL_UIMAGE=y
|
||||
BR2_LINUX_KERNEL_XZ=y
|
||||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="ssc325"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity6"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
# BR2_TARGET_TZ_INFO is not set
|
||||
BR2_TARGET_ROOTFS_CPIO=y
|
||||
BR2_TARGET_ROOTFS_SQUASHFS=y
|
||||
BR2_TARGET_ROOTFS_SQUASHFS4_XZ=y
|
||||
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL)/overlay"
|
||||
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL)/scripts/rootfs_script.sh"
|
||||
|
||||
# OpenIPC configuration
|
||||
BR2_TOOLCHAIN_BUILDROOT_VENDOR="openipc"
|
||||
BR2_TARGET_GENERIC_ISSUE="Welcome to OpenIPC"
|
||||
BR2_TARGET_GENERIC_HOSTNAME="openipc-ssc325"
|
||||
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/package/all-patches"
|
||||
|
||||
# OpenIPC packages
|
||||
BR2_PACKAGE_BUSYBOX_CONFIG="$(BR2_EXTERNAL)/package/busybox/busybox.config"
|
||||
BR2_PACKAGE_DROPBEAR_OPENIPC=y
|
||||
# BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set
|
||||
# BR2_PACKAGE_FDK_AAC_OPENIPC is not set
|
||||
BR2_PACKAGE_UBOOT_TOOLS=y
|
||||
BR2_PACKAGE_HASERL=y
|
||||
BR2_PACKAGE_IPCTOOL=y
|
||||
BR2_PACKAGE_JSON_C=y
|
||||
BR2_PACKAGE_JSONFILTER=y
|
||||
BR2_PACKAGE_LIBCURL_OPENIPC=y
|
||||
BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y
|
||||
# BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set
|
||||
# BR2_PACKAGE_LIBCURL_OPENIPC_PROXY_SUPPORT is not set
|
||||
# BR2_PACKAGE_LIBCURL_OPENIPC_COOKIES_SUPPORT is not set
|
||||
# BR2_PACKAGE_LIBCURL_OPENIPC_EXTRA_PROTOCOLS_FEATURES is not set
|
||||
BR2_PACKAGE_LIBCURL_OPENIPC_MBEDTLS=y
|
||||
BR2_PACKAGE_LIBEVENT_OPENIPC=y
|
||||
BR2_PACKAGE_LIBEVENT_OPENIPC_REMOVE_PYSCRIPT=y
|
||||
BR2_PACKAGE_LIBOGG_OPENIPC=y
|
||||
BR2_PACKAGE_LIBYAML=y
|
||||
BR2_PACKAGE_MAJESTIC=y
|
||||
BR2_PACKAGE_MAJESTIC_FONTS=y
|
||||
BR2_PACKAGE_MBEDTLS_OPENIPC=y
|
||||
# BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set
|
||||
# BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set
|
||||
BR2_PACKAGE_MICROBE_WEB=y
|
||||
# BR2_PACKAGE_MINI_SNMPD is not set
|
||||
# BR2_PACKAGE_MOTORS is not set
|
||||
BR2_PACKAGE_OPUS_OPENIPC=y
|
||||
BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y
|
||||
BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6=y
|
||||
BR2_PACKAGE_EXFAT_OPENIPC=y
|
||||
BR2_PACKAGE_EXFATPROGS=y
|
||||
# BR2_PACKAGE_SSHPASS is not set
|
||||
# BR2_PACKAGE_UACME_OPENIPC is not set
|
||||
BR2_PACKAGE_VTUND_OPENIPC=y
|
||||
BR2_PACKAGE_YAML_CLI=y
|
||||
BR2_PACKAGE_ZLIB=y
|
||||
|
||||
# Wireless
|
||||
BR2_PACKAGE_WIRELESS_TOOLS=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
|
||||
# BR2_PACKAGE_RTL8188EU is not set
|
||||
# BR2_PACKAGE_RTL8192EU_OPENIPC is not set
|
||||
|
||||
# Debug
|
||||
# BR2_PACKAGE_HOST_GDB is not set
|
||||
# BR2_PACKAGE_GDB is not set
|
||||
|
||||
# CCACHE
|
||||
BR2_CCACHE=y
|
||||
BR2_CCACHE_DIR="$(HOME)/.ccache"
|
||||
|
||||
# External
|
||||
BR2_TOOLCHAIN_EXTERNAL=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-openipc-linux-musleabihf"
|
||||
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_9=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/openipc/firmware/releases/download/$(OPENIPC_TOOLCHAIN).tgz"
|
|
@ -0,0 +1 @@
|
|||
MSK-3
|
|
@ -0,0 +1,4 @@
|
|||
#
|
||||
composer_message="This firmware was created with the OpenIPC Composer project"
|
||||
#
|
||||
default_timezone="MSK-3 | Europe/Simferopol"
|
|
@ -0,0 +1 @@
|
|||
Europe/Simferopol
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo 0:[$0] 1:[$1] 2:[$2] 3:[$3] 4:[$4] 5:[$5] | logger -t motion
|
|
@ -0,0 +1,67 @@
|
|||
etc/sensor/gc2053-t31.bin
|
||||
etc/sensor/gc2053.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_gc2053_t31.ko
|
||||
etc/sensor/gc2083-t31.bin
|
||||
etc/sensor/gc2083.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_gc2083_t31.ko
|
||||
etc/sensor/gc4023-t31.bin
|
||||
etc/sensor/gc4023.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_gc4023_t31.ko
|
||||
etc/sensor/gc4653-t31.bin
|
||||
etc/sensor/gc4653.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_gc4653_t31.ko
|
||||
etc/sensor/jxf37-t31.bin
|
||||
etc/sensor/jxf37.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_jxf37_t31.ko
|
||||
etc/sensor/jxh62-t31.bin
|
||||
etc/sensor/jxh62.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_jxh62_t31.ko
|
||||
etc/sensor/jxh63.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_jxh63_t31.ko
|
||||
etc/sensor/jxq03p-t31.bin
|
||||
etc/sensor/jxq03p.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_jxq03p_t31.ko
|
||||
etc/sensor/jxq03-t31.bin
|
||||
etc/sensor/jxq03.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_jxq03_t31.ko
|
||||
etc/sensor/sc200ai-t31.bin
|
||||
etc/sensor/sc200ai.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_sc200ai_t31.ko
|
||||
etc/sensor/sc2232h-t31.bin
|
||||
etc/sensor/sc2232h.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_sc2232h_t31.ko
|
||||
etc/sensor/sc2335-t31.bin
|
||||
etc/sensor/sc2335.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_sc2335_t31.ko
|
||||
etc/sensor/sc2336-t31.bin
|
||||
etc/sensor/sc2336.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_sc2336_t31.ko
|
||||
etc/sensor/sc3335-t31.bin
|
||||
etc/sensor/sc3335.yaml
|
||||
etc/sensor/sc3338-t31.bin
|
||||
etc/sensor/sc3338.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_sc3338_t31.ko
|
||||
etc/sensor/sc4236-t31.bin
|
||||
etc/sensor/sc4236.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_sc4236_t31.ko
|
||||
etc/sensor/sc5235-t31.bin
|
||||
etc/sensor/sc5235.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_sc5235_t31.ko
|
||||
etc/sensor/imx335.yaml
|
||||
etc/sensor/jxf22.yaml
|
||||
etc/sensor/jxf23.yaml
|
||||
etc/sensor/jxh42.yaml
|
||||
etc/sensor/jxk04.yaml
|
||||
etc/sensor/os03b10.yaml
|
||||
etc/sensor/ov2735b.yaml
|
||||
etc/sensor/ov2735.yaml
|
||||
etc/sensor/ov4689.yaml
|
||||
etc/sensor/ps5260.yaml
|
||||
etc/sensor/sc2232.yaml
|
||||
etc/init.d/S49ntpd
|
||||
etc/init.d/S50snmpd
|
||||
etc/init.d/S50telnet
|
||||
etc/init.d/S60crond
|
||||
etc/init.d/S92motion
|
||||
etc/init.d/S93telegrambot
|
||||
etc/init.d/S94rc.local
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo 0:[$0] 1:[$1] 2:[$2] 3:[$3] 4:[$4] 5:[$5] | logger -t motion
|
|
@ -54,6 +54,7 @@ lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_sc200ai_t31.ko
|
|||
|
||||
|
||||
etc/sensor/sc2232h-t31.bin
|
||||
etc/sensor/sc2232h.yaml
|
||||
lib/modules/3.10.14__isvp_swan_1.0__/extra/sensor_sc2232h_t31.ko
|
||||
|
||||
|
||||
|
@ -97,5 +98,4 @@ etc/sensor/ov2735b.yaml
|
|||
etc/sensor/ov2735.yaml
|
||||
etc/sensor/ov4689.yaml
|
||||
etc/sensor/ps5260.yaml
|
||||
etc/sensor/sc2232h.yaml
|
||||
etc/sensor/sc2232.yaml
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo 0:[$0] 1:[$1] 2:[$2] 3:[$3] 4:[$4] 5:[$5] | logger -t motion
|
Loading…
Reference in New Issue