Skip to content

Commit

Permalink
bcm43xx-utils: Add i2c-tools to RDEPENDS
Browse files Browse the repository at this point in the history
On imx8m-var-dart & imx8mm-var-dart i2cget is used in
variscite-wifi-common.sh to read the SOM configuration from
its EEPROM and determine whether a WiFi module is present.

Signed-off-by: Eran Matityahu <[email protected]>
  • Loading branch information
eranmati committed Aug 27, 2019
1 parent c33e116 commit a32fdaa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes-connectivity/bcm43xx-utils/bcm43xx-utils.bb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ FILES_${PN} = " \
/lib/systemd/system/* \
/etc/systemd/system/* \
"
RDEPENDS_${PN} = "bash"

RDEPENDS_${PN}_imx8m-var-dart = "i2c-tools"
RDEPENDS_${PN}_imx8mm-var-dart = "i2c-tools"
RDEPENDS_${PN}_append = " bash"

S = "${WORKDIR}"

Expand Down

0 comments on commit a32fdaa

Please sign in to comment.