Skip to content

Commit

Permalink
lmp:bb-config: Deprecate the variable UBOOT_SIGN_ENABLE from factory
Browse files Browse the repository at this point in the history
Setting this variable in local.conf does not take effect for several
machines, and the preferable way to set this would be in the
meta-subscriber-overrides metadata.

Signed-off-by: Daiane Angolini <[email protected]>
  • Loading branch information
angolini authored and ricardosalveti committed Sep 19, 2023
1 parent acc3e49 commit d1b8e65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lmp/bb-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ FACTORY="${FACTORY-lmp}"
LMP_DEVICE_API="${LMP_DEVICE_API-https://api.${dns_base}/ota/devices/}"
LMP_OAUTH_API="${LMP_OAUTH_API-https://app.${dns_base}/oauth}"
FIO_HUB_URL="${FIO_HUB_URL-${hub_fio}}"
UBOOT_SIGN_ENABLE="${UBOOT_SIGN_ENABLE-0}"
DISABLE_GPLV3="${DISABLE_GPLV3-0}"
DOCKER_MAX_CONCURRENT_DOWNLOADS="${DOCKER_MAX_CONCURRENT_DOWNLOADS-3}"
DOCKER_MAX_DOWNLOAD_ATTEMPTS="${DOCKER_MAX_DOWNLOAD_ATTEMPTS-5}"
Expand Down Expand Up @@ -88,8 +87,6 @@ ACCEPT_FSL_EULA = "1"
BB_GENERATE_MIRROR_TARBALLS = "1"
UBOOT_SIGN_ENABLE = "${UBOOT_SIGN_ENABLE}"
# Factory name
LMP_FACTORY = "${FACTORY}"
LMP_FACTORY_IMAGE = "${IMAGE}"
Expand Down

0 comments on commit d1b8e65

Please sign in to comment.