Hi Alexander,
On Mon, 2021-07-05 at 10:26 +0300, Alexander Usyskin wrote:
> Install LMS's wdt udev rule to select AMT watchdog device.
>
> Signed-off-by: Alexander Usyskin <[email protected]>
> ---
> .../openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/dynamic-layers/openembedded-layer/recipes-
> bsp/amt/lms_2109.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-
> bsp/amt/lms_2109.0.0.0.bb
> index 1272969b..0fbba1b9 100644
> --- a/dynamic-layers/openembedded-layer/recipes-
> bsp/amt/lms_2109.0.0.0.bb
> +++ b/dynamic-layers/openembedded-layer/recipes-
> bsp/amt/lms_2109.0.0.0.bb
> @@ -36,6 +36,8 @@ SRCREV = "e0ebda9d1e7884b51293b71c1bcda511a7942e1a"
> do_install_append() {
> install -d ${D}${systemd_system_unitdir}
> install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir}
> + install -d ${D}${sysconfdir}/udev/rules.d
> + install -m 0644 ${B}/UNS/linux_scripts/70-mei-wdt.rules
> ${D}${sysconfdir}/udev/rules.d/70-mei-wdt.rules
This fails to build.
| install: cannot stat '/home/pokybuild/yocto-autobuilder-new/yocto-
worker/intel-skylake-64-altcfg/build/build/tmp/work/skylake-64-poky-
linux/lms/2109.0.0.0-r0/build/UNS/linux_scripts/70-mei-wdt.rules': No
such file or directory
Looks like it should be copied over from ${S} instead of ${B}.
Thanks,
Anuj
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7151):
https://lists.yoctoproject.org/g/meta-intel/message/7151
Mute This Topic: https://lists.yoctoproject.org/mt/84013274/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-