diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-07-14 13:43:27 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-14 13:43:27 -0300 |
commit | ff8201c44ea3db01c042ac306bbe5cb0847fcc2e (patch) | |
tree | 3b8f78db8864d37b54bffe2eaefa4d00091b352a /recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb | |
parent | da6d8b8179f948b79c4dde933775518b90cd9ec5 (diff) | |
parent | 72cc5898270d1294a702c11666b59e9c4d4e457e (diff) | |
download | meta-freescale-walnascar.tar.gz |
Merge pull request #2315 from Freescale/backport-2314-to-walnascarwalnascar
[Backport walnascar] 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 25ffdd8a1..0a6b4e662 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 = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}" | 15 | S = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}" |
13 | 16 | ||