15 lines
439 B
Plaintext
15 lines
439 B
Plaintext
# Copyright 2020-2021 Digi International Inc.
|
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
|
|
|
SRC_URI_append = " \
|
|
file://0001-cog-remove-the-platform-parameter-and-hardcode-the-F.patch \
|
|
file://0002-cog-platform-fdo-always-use-fullscreen-mode.patch \
|
|
"
|
|
|
|
EXTRA_OECMAKE += "-DCOG_HOME_URI=http://127.0.0.1/"
|
|
|
|
# drm PACKAGECONFIG pulls in libgbm dependency, which isn't available
|
|
# on the i.MX6
|
|
PACKAGECONFIG_remove_ccimx6 = "drm"
|