meta-digi-arm: clean not used variables and machine features
After the 'ccardimx28js' platform removal, these variables and machine features are not used anymore, so remove them. https://jira.digi.com/browse/DEL-4771 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
bb72455cd8
commit
06d353c410
|
|
@ -28,8 +28,6 @@ KERNEL_DEVICETREE ?= " \
|
|||
|
||||
SERIAL_CONSOLES ?= "115200;ttymxc4"
|
||||
|
||||
MACHINE_FEATURES += "second-eth"
|
||||
|
||||
# Bluetooth tty
|
||||
BT_TTY ?= "ttymxc0"
|
||||
|
||||
|
|
|
|||
|
|
@ -16,11 +16,8 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
|||
|
||||
# Help variables used in recipes
|
||||
HAVE_WIFI = "${@bb.utils.contains('MACHINE_FEATURES', 'wifi', '1', '', d)}"
|
||||
HAVE_SECOND_ETH = "${@bb.utils.contains('MACHINE_FEATURES', 'second-eth', '1', '', d)}"
|
||||
HAVE_BT = "${@bb.utils.contains('MACHINE_FEATURES', 'bluetooth', '1', '', d)}"
|
||||
HAVE_1WIRE = "${@bb.utils.contains('MACHINE_FEATURES', '1-wire', '1', '', d)}"
|
||||
HAVE_GUI = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '1', '', d)}"
|
||||
HAVE_EXAMPLE = "${@bb.utils.contains('IMAGE_FEATURES', 'dey-examples', '1', '', d)}"
|
||||
|
||||
#
|
||||
# Ethernet configuration used in recipes
|
||||
|
|
|
|||
Loading…
Reference in New Issue