meta-raspberrypi/recipes-bsp
Carton e4936f361b rpi-config: Check some config values against "1"
When we read the docs, we have the feelings that theses variables are
boolean ones. So I was setting, for example in my distro.conf file the
variable ' ENABLE_I2C = "1" ' to enable I2C. Then I wanted to disable it
by simply setting 'ENABLE_I2C' to "0" but it wasn't working. So I
noticed that, for example, ' ENABLE_UART ' was checked with ' = "1" '
condition and some other "boolean" was checked against ' -n ' like for
ENABLE_I2C.

This commit tries to have an uniform behavior for all variables that are
shown in the doc under the format ' VARIABLE = "1" ' to enable them and
the reader can think they are kind of 'boolean' values.

Signed-off-by: Joël Carron <joel.carron@eeproperty.ch>
2019-07-18 17:19:06 +01:00
..
armstubs raspberrypi-tools: Update to remove Makefile patch 2019-07-04 15:47:13 +01:00
bootfiles rpi-config: Check some config values against "1" 2019-07-18 17:19:06 +01:00
common raspberrypi-firmware: Update to 20190709 2019-07-16 13:38:41 +01:00
formfactor meta-raspberrypi: use _% suffix instead of specific versions for bbappends 2018-06-27 13:38:23 +01:00
rpi-u-boot-scr meta-raspberrypi: use generic licenses in ${COMMON_LICENSE_DIR} from Poky 2018-06-27 13:38:23 +01:00
u-boot u-boot: Use a temporary fork for RPi4 support 2019-07-16 13:38:41 +01:00