Skip to content

Commit

Permalink
projects: Move IMG_VERSION to site.conf from project config
Browse files Browse the repository at this point in the history
This will set IMG_VERSION across distro for all projects

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed May 20, 2024
1 parent 4767f1e commit 5014bf8
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion conf/projects/beaglebone/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ OBJCOPY:pn-linux-ti-staging:toolchain-clang = "${HOST_PREFIX}objcopy"
TEST_TARGET = "simpleremote"
KERNEL_LOCALVERSION:beaglebone = ""
UBOOT_LOCALVERSION:beaglebone = ""
IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/imx8mm-ddr4-evk/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ WKS_FILE:yoe:pn-yoe-installer-image = "yoe-imx8-sd-installer.wks.in"
#TEST_SERVER_IP = "10.0.0.13"
TEST_TARGET = "simpleremote"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/jetson-orin-nano-devkit-nvme/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ TC_CXX_RUNTIME = "gnu"
#TEST_SERVER_IP = "10.0.0.13"
#TEST_TARGET = "simpleremote"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/jetson-orin-nano-devkit/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ TC_CXX_RUNTIME = "gnu"
#TEST_SERVER_IP = "10.0.0.13"
#TEST_TARGET = "simpleremote"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/nezha-d1/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ IMAGE_FSTYPES:append = " wic.xz wic.bmap tar.xz"
#TEST_SERVER_IP = "10.0.0.13"
TEST_TARGET = "simpleremote"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/odroid-c4/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ PACKAGECONFIG_GRAPHICS:append:pn-qtbase = " linuxfb"
PACKAGECONFIG_GRAPHICS:remove:pn-qtbase = "kms gbm"
PACKAGECONFIG:append:pn-qtbase = " tslib"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/qemucommon/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ PACKAGE_FEED_URIS ?= ""
# Needed for ptest runs
EXTRA_IMAGE_FEATURES:append = " debug-tweaks"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/rockpi-4b/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ IMAGE_FSTYPES:append = " wic.xz wic.bmap tar.xz"
#TEST_SERVER_IP = "10.0.0.13"
TEST_TARGET = "simpleremote"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/rpi4-32/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ PACKAGECONFIG:pn-wpebackend-rdk:rpi = "rpi"
TEST_TARGET_IP = "10.0.0.47"
TEST_SERVER_IP = "10.0.0.13"
TEST_TARGET = "simpleremote"
IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/rpi4-64/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ PACKAGECONFIG:pn-wpebackend-rdk:rpi = "rpi"
TEST_TARGET_IP = "10.0.0.47"
TEST_SERVER_IP = "10.0.0.13"
TEST_TARGET = "simpleremote"
IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/rpi5/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ PACKAGECONFIG:pn-wpebackend-rdk:rpi = "rpi"
TEST_TARGET_IP = "10.0.0.47"
TEST_SERVER_IP = "10.0.0.13"
TEST_TARGET = "simpleremote"
IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/unleashed/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ IMAGE_FSTYPES:append = " wic.xz wic.bmap tar.xz"
#TEST_SERVER_IP = "10.0.0.13"
TEST_TARGET = "simpleremote"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/unmatched/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ IMAGE_BOOT_FILES:append = " ${KERNEL_IMAGETYPE}-initramfs-${MACHINE}.bin;${KERNE
#TEST_SERVER_IP = "10.0.0.13"
TEST_TARGET = "simpleremote"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/var-dart-imx6ul/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ TEST_TARGET = "simpleremote"
# Needed for logic in Varscite wifi bringup script
PREFERRED_VERSION_libgpiod = "1.%"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/var-som-mx8/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ TEST_TARGET = "simpleremote"
# Needed for logic in Varscite wifi bringup script
PREFERRED_VERSION_libgpiod = "1.%"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/var-som-mx8m-nano/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ do_image_wic[depends] += "imx-boot:do_deploy"
# Needed for logic in Varscite wifi bringup script
PREFERRED_VERSION_libgpiod = "1.%"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/var-som-mx8x/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ TEST_TARGET = "simpleremote"
# Needed for logic in Varscite wifi bringup script
PREFERRED_VERSION_libgpiod = "1.%"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/visionfive/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ IMAGE_FSTYPES:append = " wic.xz wic.bmap tar.xz"
#TEST_SERVER_IP = "10.0.0.13"
TEST_TARGET = "simpleremote"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down
1 change: 0 additions & 1 deletion conf/projects/visionfive2/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ TEST_TARGET_IP = "10.0.0.86"
TEST_SERVER_IP = "10.0.0.13"
TEST_TARGET = "simpleremote"

IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
#####################################################################
Expand Down

0 comments on commit 5014bf8

Please sign in to comment.