diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-07-14 13:30:04 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-14 13:30:04 -0300 |
commit | 16ffe6a12cac9e5e328bd7b77bda836311fff4ee (patch) | |
tree | c92e308719fda940de7afe94ca2c376f7954a905 /recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb | |
parent | 6e79ee977dd7298d3bfd91b084cd423e6b5c62c0 (diff) | |
parent | 7b47635c70471284630bac3914bb27e3950feacb (diff) | |
download | meta-freescale-master.tar.gz |
isp-imx: don't leave systemd service in failed state
Diffstat (limited to 'recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb')
-rw-r--r-- | recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb b/recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb index 28ab57b74..e8219de58 100644 --- a/recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb +++ b/recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb | |||
@@ -7,7 +7,10 @@ DEPENDS = "boost libdrm virtual/libg2d libtinyxml2 jsoncpp patchelf-native" | |||
7 | 7 | ||
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | ${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true \ | 9 | ${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true \ |
10 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${ISP_SYSTEMD_PATCH}', '', d)} \ | ||
10 | " | 11 | " |
12 | ISP_SYSTEMD_PATCH = "file://0001-isp-imx-start_isp-don-t-report-error-if-no-camera-is.patch" | ||
13 | |||
11 | IMX_SRCREV_ABBREV = "327f21d" | 14 | IMX_SRCREV_ABBREV = "327f21d" |
12 | S = "${UNPACKDIR}/${BP}-${IMX_SRCREV_ABBREV}" | 15 | S = "${UNPACKDIR}/${BP}-${IMX_SRCREV_ABBREV}" |
13 | 16 | ||