connectcore-demo: configure board image file for ccimx91
The ccimx91 shares the board image file with the ccimx93. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
1348d80e87
commit
9ec3740d51
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2022,2023, Digi International Inc.
|
||||
# Copyright (C) 2022-2024, Digi International Inc.
|
||||
|
||||
require dey-examples-src.inc
|
||||
|
||||
|
|
@ -32,8 +32,9 @@ inherit systemd update-rc.d
|
|||
|
||||
BOARD_IMAGE_FILE ?= "${MACHINE}_board.png"
|
||||
|
||||
# The ccimx6qpsbc re-uses the ccimx6sbc board image
|
||||
# Some boards re-use other boards' images
|
||||
BOARD_IMAGE_FILE:ccimx6qpsbc = "ccimx6sbc_board.png"
|
||||
BOARD_IMAGE_FILE:ccimx91-dvk = "ccimx93-dvk_board.png"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}/srv/www
|
||||
|
|
|
|||
Loading…
Reference in New Issue