Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
* phoenix-rtos-tests 345b9f7...ba60f4a (1):
  > psh: avoid SH syntax in test strings
  • Loading branch information
damianloew authored and adamdebek committed Nov 6, 2023
1 parent 7f3da6d commit 671218f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/phoenix-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
CI_CUSTOM_BUILDROOT: ${{ inputs.buildroot }}
LONG_TEST: ${{ inputs.nightly == 'true' && 'y' || 'n' }}
args:
- ${{ inputs.params }} # note: params will be split by build.sh internally
- ${{ inputs.params }} ports # note: params will be split by build.sh internally

# branding
branding:
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7a7-imx6ull
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export PORTS_LZO=y
export PORTS_OPENVPN=y
export PORTS_JANSSON=y
export PORTS_CURL=y
export PORTS_FS_MARK=y

#
# Platform dependent parameters
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7a9-zynq7000
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CROSS=arm-phoenix-
export PSH_DEFUSRPWDHASH="0B1ANiYi45IhxkfmUW155/GBd4IRE="

export PORTS_BUSYBOX=y
export PORTS_FS_MARK=y

#
# Default platform dependent parameters
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7m4-stm32l4x6
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export PORTS_LZO=n
export PORTS_OPENVPN=n
export PORTS_JANSSON=n
export PORTS_CURL=n
export PORTS_FS_MARK=y


#
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7m7-imxrt105x
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export PORTS_CURL=n
export PORTS_MICROPYTHON=n
export PORTS_MBEDTLS=n
export PORTS_AZURE_SDK=n
export PORTS_FS_MARK=y


#
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7m7-imxrt106x
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export PORTS_CURL=n
export PORTS_MICROPYTHON=n
export PORTS_MBEDTLS=n
export PORTS_AZURE_SDK=n
export PORTS_FS_MARK=y


#
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.armv7m7-imxrt117x
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export PORTS_LZO=n
export PORTS_OPENVPN=n
export PORTS_JANSSON=n
export PORTS_CURL=n
export PORTS_FS_MARK=y



Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.ia32-generic
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export PORTS_OPENVPN=y
export PORTS_JANSSON=y
export PORTS_CURL=y
export PORTS_MICROPYTHON=y
export PORTS_FS_MARK=y

#
# Platform dependent parameters
Expand Down
1 change: 1 addition & 0 deletions _targets/build.project.riscv64-generic
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export PORTS_LZO=y
export PORTS_OPENVPN=y
export PORTS_JANSSON=y
export PORTS_CURL=y
export PORTS_FS_MARK=y


#
Expand Down
2 changes: 1 addition & 1 deletion phoenix-rtos-filesystems
2 changes: 1 addition & 1 deletion phoenix-rtos-ports

0 comments on commit 671218f

Please sign in to comment.