Skip to content

Commit

Permalink
Update 04.05.10-FW27
Browse files Browse the repository at this point in the history
  • Loading branch information
dicksimon committed Jul 16, 2024
1 parent 29e5e92 commit d3c8fad
Show file tree
Hide file tree
Showing 1,355 changed files with 169,341 additions and 28,528 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ ptxproj/src/qt-everywhere-src-5.14.2.tar.xz filter=lfs diff=lfs merge=lfs -text
ptxproj/src/nss-3.54.tar.gz filter=lfs diff=lfs merge=lfs -text
ptxproj/src/boost_1_68_0.tar.bz2 filter=lfs diff=lfs merge=lfs -text
ptxproj/src/linux-*.tgz filter=lfs diff=lfs merge=lfs -text
ptxproj/src/go1.18.7.linux-amd64.tar.gz filter=lfs diff=lfs merge=lfs -text
ptxproj/src/linux-5.15.107-rt62-w04.02.02.tgz filter=lfs diff=lfs merge=lfs -text
ptxproj/src/go1.21.8.linux-amd64.tar.gz filter=lfs diff=lfs merge=lfs -text
ptxproj/src/rootlesskit-dep-2.0.2.tar.gz filter=lfs diff=lfs merge=lfs -text
31 changes: 31 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
Firmware Release 04.05.10 (27) - CODESYS 3

Engineering by CODESYS IDE V. 3.5 is supported
Engineering by e!COCKPIT IDE is not supported

Migration Guide – from e!COCKPIT to CODEYS V3.5:
• https://techdocs.wago.com/Software/eCOCKPIT_Migration/en-US/index.html#index_content

System
[NEW] Support for Spanning Tree Protocols STP/RSTP
[NEW] WAT-35711 Support for VS code

Operating System
[FIXED] SECURITY CVE-2024-23651, CVE-2024-23652, CVE-2024-23653, CVE-2024-21626,
CVE-2022-48624, CVE-2023-42465, CVE-2023-48795, CVE-2023-29491,
CVE-2023-45853, CVE-2023-28321, CVE-2023-28322, CVE-2023-28320,
CVE-2023-28319, CVE-2023-4527, CVE-2023-5156, CVE-2023-4911,
CVE-2023-28320, CVE-2023-28319, CVE-2023-37464, CVE-2023-28484,
CVE-2023-29469, CVE-2022-23471, CVE-2022-48303, CVE-2024-25062,
CVE-2023-48795, CVE-2023-2603, CVE-2023-38545, CVE-2023-41913,
CVE-2023-38545, CVE-2023-38546, CVE-2019-11358, CVE 2020-11022,
CVE-2020-11023, CVE-2020-23064, CVE-2023-4089

Runtime System
[NEW] CODESYS3 Runtime-System 3.5.19.50

Web Based Management
[NEW] WAT-34425 Package Server: Backup and restore possible via USB stick

################################################################################

Firmware Release 04.03.04 (26) - CODESYS 3

Engineering by CODESYS IDE V. 3.5 is supported
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG REGISTRY_PREFIX='wagoautomation/'
ARG SDK_BUILDER_VERSION='2.0.0'
ARG SDK_BUILDER_VERSION='3.0.0'

FROM ${REGISTRY_PREFIX}sdk-builder:${SDK_BUILDER_VERSION} as tp-firmware-sdk

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Alternatively you can also run tp-builder in bash mode (```make bash```) and ent

ptxdist select configs/vtp-ctp/ptxconfig_generic && \
ptxdist platform configs/vtp-ctp/platformconfig && \
ptxdist toolchain /opt/gcc-Toolchain-2022.08/LINARO.Toolchain-2022.08/arm-linux-gnueabihf/bin/ && \
ptxdist toolchain /opt/gcc-Toolchain-2022.08-wago.1/LINARO.Toolchain-2022.08-wago.1/arm-linux-gnueabihf/bin/ && \
ptxdist clean -q

#### 3.1) Get and download all packages
Expand Down
2 changes: 1 addition & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

TOOLCHAIN_PATH="/opt/gcc-Toolchain-2022.08/LINARO.Toolchain-2022.08/arm-linux-gnueabihf/bin/"
TOOLCHAIN_PATH="/opt/gcc-Toolchain-2022.08-wago.1/LINARO.Toolchain-2022.08-wago.1/arm-linux-gnueabihf/bin/"

print_usage() {
cat << EOF
Expand Down
19 changes: 18 additions & 1 deletion ptxproj/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ PRODUCTION_IMAGES += $(OUT_DIR)/emmc-commission-pfc200v3_$(IMAGE_ID).img

PRODUCTION_IMAGES += $(OUT_DIR)/emmc-wago-production-pfc100g2_$(IMAGE_ID).img
PRODUCTION_IMAGES += $(OUT_DIR)/emmc-commission-pfc100g2_$(IMAGE_ID).img
else ifeq ($(PLATFORM),wago-pfc300)
PRODUCTION_IMAGES += $(OUT_DIR)/linuximage-production_$(IMAGE_ID).fit
endif

PRODUCTION_IMAGES += $(OUT_DIR)/firmware_$(IMAGE_ID).hex
Expand All @@ -134,6 +136,8 @@ ROOT_DEBUG_ARCHIVE += $(OUT_DIR)/root-debug_$(IMAGE_ID).tar.gz
INDEX ?= $(OUT_DIR)/index.json
INDEX_GENERATOR ?= $(BUILDSUPPORTDIR)/create_index.sh

SBOM = $(OUT_DIR)/sbom.txt

# Select default dist targets
DIST_TARGETS += $(OUT_DIR)/root.tgz
DIST_TARGETS += $(GENIMAGE_CONFIGS)
Expand All @@ -156,6 +160,7 @@ ifneq ($(IMAGE_DIR),$(OUT_DIR))
DIST_TARGETS += $(ROOT_DEBUG_ARCHIVE)
endif
#DIST_TARGETS += $(INDEX)
DIST_TARGETS += $(SBOM)

.PHONY: default
default: dist
Expand All @@ -168,7 +173,7 @@ default: dist

# Main targets
#######################################################################################################################
.PHONY: dist distclean sdcard wup updatefile updatepack production_images additional_packages fw_desc_files index
.PHONY: dist distclean sdcard wup updatefile updatepack production_images additional_packages fw_desc_files index sbom


dist: $(DIST_TARGETS) additional_packages
Expand All @@ -188,6 +193,8 @@ additional_packages:

index: $(INDEX)

sbom: $(SBOM)

distclean:
rm -f $(DIST_TARGETS) \
&& rm -f $(OUT_DIR)/ptxdist.images.stage
Expand All @@ -211,6 +218,10 @@ $(OUT_DIR)/%: $(TARGETROOT)/etc/% | $(OUT_DIR)
@echo "Extract from target root directory: $<"
cp $< $@

$(OUT_DIR)/%_$(IMAGE_ID).fit: $(IMAGE_DIR)/%.fit | $(OUT_DIR)
@echo "Create versioned image by copy: $<"
cp $< $@

$(OUT_DIR)/%_$(IMAGE_ID).img: $(IMAGE_DIR)/%.img | $(OUT_DIR)
@echo "Create versioned image by copy: $<"
cp $< $@
Expand Down Expand Up @@ -292,6 +303,12 @@ $(INDEX): $(INDEX_GENERATOR) Makefile | $(OUT_DIR)
$(RAUC_UPDATEFILE)\
$(WUP)\

.PHONY: $(SBOM)
$(SBOM): | $(OUT_DIR)
@echo "Create SBOM"
# Note: base and platform-opengl are meta packages without further information
ptxdist package-info `ptxdist print PACKAGES-y | sed -e 's/ base / /g' -e 's/ platform-opengl / /g'` > $(SBOM)

$(OUT_DIR):
mkdir -p $@

Expand Down
2 changes: 1 addition & 1 deletion ptxproj/config/wpasupplicant/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ CONFIG_INTERWORKING=y
CONFIG_HS20=y

# Enable interface matching in wpa_supplicant
CONFIG_MATCH_IFACE=y
#CONFIG_MATCH_IFACE=y

# Disable roaming in wpa_supplicant
#CONFIG_NO_ROAMING=y
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/TscParamServ_0.2.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/canopen_1.4_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/canopen_1.4_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-iodrvcanl2_1.0.2_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-iodrvcanm_1.0.2_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-iodrvcans_1.0.3_armhf.ipk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-iodrvdps_0.0.2_armhf.ipk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tsccurl_0.0.4_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tsccurl_0.0.4_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscdpslib_0.0.1_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscdpslib_0.0.1_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscdrm_1.7.0_armhf.ipk
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscexttask_0.0.1_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscexttask_0.0.1_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tsciodrvctp_1.0.5_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscled_0.0.3_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscled_0.0.3_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscoms_0.0.1_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscoms_0.0.1_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscprocess_0.1.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscrunled_0.0.2_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscsecure_2.1.2_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscsyslog_0.0.1_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscsyslog_0.0.1_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscuserdb_0.0.1_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/checksystem_0.0.1_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/codesys-3.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/dal_0.0.1_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/dal_0.0.1_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/dalshell_1.0_armhf.ipk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
40 changes: 39 additions & 1 deletion ptxproj/configs/vtp-ctp/packages/diagnostic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2842,7 +2842,7 @@
</rststr>
</event>
</eventclass>
<eventclass class_range="x0014" name="BACNET_IP">
<eventclass class_range="x0014" name="BACNET">
<event id="x0001" name="_BT_OFF">
<led name="BT" default="yes" state="STATIC_OFF">
</led>
Expand Down Expand Up @@ -3012,6 +3012,44 @@

</event>
</eventclass>
<eventclass class_range="x0017" name="SERIAL">
<event id="x0001" name="TRM_OFF">
<led name="TRM" state="STATIC_OFF">
</led>
<string>
<en>Termination Resistor and Bias Network disabled</en>
<de>Abschlusswiderstand und Bias Netzwerk deaktiviert</de>
</string>

</event>
<event id="x0002" name="TERMINATION_RESISTOR_ON">
<led name="TRM" state="STATIC_GRN">
</led>
<string>
<en>Termination Resistor enabled</en>
<de>Abschlusswiderstand aktiviert</de>
</string>

</event>
<event id="x0003" name="BIAS_NETWORK_ON">
<led name="TRM" state="STATIC_GRN">
</led>
<string>
<en>Bias Network enabled</en>
<de>Bias Netzwerk aktiviert</de>
</string>

</event>
<event id="x0004" name="TERMINATION_RESISTOR_BIAS_NETWORK_ON">
<led name="TRM" state="STATIC_GRN">
</led>
<string>
<en>Termination Resistor and Bias Network enabled</en>
<de>Ablusswiderstand und Bias Netzwerk aktiviert</de>
</string>

</event>
</eventclass>
<eventclass class_range="x2FFF" name="KBUS">
<event id="x0000" name="OPERATIONAL">
<led name="IO" state="STATIC_GRN">
Expand Down
Binary file modified ptxproj/configs/vtp-ctp/packages/drm.tgz
Binary file not shown.
Binary file removed ptxproj/configs/vtp-ctp/packages/drm_1.1.3_armhf.ipk
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/fp_x509-pkey_0.2.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/fwupdate_0.1.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/io-check_1.5_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/io_check.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libModbusConfig.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libctcallhelper_1.0.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libdpc31Driver_trunk_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libdpc31Stack_main_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libdps_trunk_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libdps_trunk_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libmodbusconfig_0.0.2_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libpackbus.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libpackbus_1.0.0_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libwagodrm_1.0.1_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/licenses_1.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/log-system-info_0.1.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/oms_0.2.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/online_update_0.1.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_activesystem_1.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_codesys3_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_combo_1.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_display_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_docker_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_filetransfer_1.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_memorycard_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_netconf_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_networking_1.1.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_networktime_1.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_reboot_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_routing_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_secureshell_1.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_services_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_snmp_1.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_systemtime_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_update-hs_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/progexecd.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/progexecd_2.0.1_armhf.ipk
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/start_microbrowser_1_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/svnrevision_1.0_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/typelabel.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/typelabel_1.0.0_armhf.ipk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/wago-system_0.1.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/wago-trace_0.1.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 7 additions & 7 deletions ptxproj/configs/vtp-ctp/platformconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PTXCONF_CROSSCHAIN_VENDOR=""
PTXCONF_CROSSCHAIN_CHECK="11.3.1"
PTXCONF_LIBC_GLIBC=y
# PTXCONF_LIBC_UCLIBC is not set
PTXCONF_GLIBC_VERSION="2.34"
PTXCONF_GLIBC_VERSION="2.35"
PTXCONF_GNU_TARGET="arm-linux-gnueabihf"
PTXCONF_COMPILER_PREFIX="arm-linux-gnueabihf-"
PTXCONF_COMPILER_PREFIX_KERNEL="${PTXCONF_COMPILER_PREFIX}"
Expand Down Expand Up @@ -108,15 +108,15 @@ PTXCONF_TARGET_EXTRA_CXXFLAGS="-march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3 -ftre
PTXCONF_TARGET_EXTRA_LDFLAGS="-march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3 -ftree-vectorize"
PTXCONF_KERNEL=y
PTXCONF_KERNEL_ARTIFACTORY=y
PTXCONF_KERNEL_URL_TEMPLATE="%ARTIFACTORY_BASE_URL%/kernel-generic-prod/wago/linux/release/am3xxx_pfc_generic/am3xxx_pfc_generic-%VERSION%/.build/deploy/linux-%VERSION%.tgz"
PTXCONF_KERNEL_URL_TEMPLATE="%ARTIFACTORY_BASE_URL%/kernel-generic-prod/wago/linux/release/imx6_vtpctp/imx6_vtpctp-%VERSION%/.build/deploy/linux-%VERSION%.tgz"
PTXCONF_KERNEL_RT_PATCH="rt62"
PTXCONF_KERNEL_LOCALVERSION="w04.02.02"
PTXCONF_KERNEL_LOCALVERSION="w04.03.05"
PTXCONF_KERNEL_XPKG=y
PTXCONF_KERNEL_INSTALL=y
PTXCONF_KERNEL_MODULES=y
PTXCONF_KERNEL_MODULES_INSTALL=y
PTXCONF_KERNEL_VERSION="5.15.107"
PTXCONF_KERNEL_MD5="a587c9b8edabf1b249fc5cb18813e9b8"
PTXCONF_KERNEL_MD5="d76fec8e06d56f3edbd9fed5531b6226"
# PTXCONF_KERNEL_IMAGE_BZ is not set
# PTXCONF_KERNEL_IMAGE_Z is not set
# PTXCONF_KERNEL_IMAGE_XIP is not set
Expand Down Expand Up @@ -154,7 +154,7 @@ PTXCONF_DTC_OFTREE_DTS="imx6q-vtpctp-0004.dts imx6q-vtpctp-0005.dts imx6q-vtpctp
PTXCONF_DTC_EXTRA_ARGS=""
PTXCONF_HOST_DTC=y
PTXCONF_HOST_DTC_VERSION="1.4.0"
PTXCONF_HOST_DTC_MD5="a68528a7d5c626c3fb8ee87b09568539"
PTXCONF_HOST_DTC_MD5="993e14242818bcfd801edd4f27ddd5a3"

#
# console options
Expand All @@ -175,8 +175,8 @@ PTXCONF_BAREBOX_ARCH_STRING="arm"
PTXCONF_BAREBOX=y
PTXCONF_BAREBOX_URL_TEMPLATE="%ARTIFACTORY_BASE_URL%/kernel-generic-prod/wago/barebox/release/imx6_vtpctp/imx6_vtpctp-%VERSION%/.build/deploy/barebox-%VERSION%.tgz"
PTXCONF_BAREBOX_VERSION="2021.10.0"
PTXCONF_BAREBOX_LOCALVERSION="w04.01.06_14"
PTXCONF_BAREBOX_MD5="d028eceadd2ebff173251b179a4525d6"
PTXCONF_BAREBOX_LOCALVERSION="w04.03.02_15"
PTXCONF_BAREBOX_MD5="02b5b7b7814b6384be08ba6a565a3753"
PTXCONF_BAREBOX_CONFIG="imx6_vtpctp_defconfig"
# PTXCONF_BAREBOX_EXTRA_ENV is not set
# PTXCONF_BAREBOX_BAREBOXENV is not set
Expand Down
5 changes: 0 additions & 5 deletions ptxproj/configs/vtp-ctp/projectroot/etc/DEVICE_MEDIA.vtp-ctp

This file was deleted.

This file was deleted.

45 changes: 0 additions & 45 deletions ptxproj/configs/vtp-ctp/projectroot/etc/cgconfig.conf

This file was deleted.

12 changes: 0 additions & 12 deletions ptxproj/configs/vtp-ctp/projectroot/etc/eth_settings.conf.vtp-ctp

This file was deleted.

This file was deleted.

54 changes: 0 additions & 54 deletions ptxproj/configs/vtp-ctp/projectroot/etc/ifplugd/ifplugd.action

This file was deleted.

3 changes: 0 additions & 3 deletions ptxproj/configs/vtp-ctp/projectroot/etc/ifplugd/ifplugd.conf

This file was deleted.

Loading

0 comments on commit d3c8fad

Please sign in to comment.