1. # The recipe
  2. FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
  3.  
  4. # Inc by two since another bbappend in a non-movis layer incs by one
  5. PRINC := "${@int(PRINC) + 2}"
  6.  
  7. do_install_append() {
  8. ln -s /usr/share/zoneinfo/Europe/Copenhagen /etc/localtime
  9. }
  10.  
  11. # That causes NTP do generate these errors - I removed anything preceding this because as far as I can see it's irrelevant
  12. ...
  13. | make[3]: Nothing to be done for `install-exec-am'.
  14. | make[3]: Nothing to be done for `install-data-am'.
  15. | make[3]: Leaving directory `/mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/ntp-4.2.6p5'
  16. | make[2]: Leaving directory `/mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/ntp-4.2.6p5'
  17. | make[1]: Leaving directory `/mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/ntp-4.2.6p5'
  18. | sed: warning: failed to get security context of /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/image/etc/init.d/ntpd: Operation not supportedsed: warning: failed to get security context of /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/image/usr/bin/ntpdate-sync: Operation not supportedsed: warning: failed to get security context of /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/image/etc/init.d/ntpd: Operation not supportedsed: warning: failed to get security context of /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/image/usr/bin/ntpdate-sync: Operation not supportedsed: warning: failed to get security context of /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/image/etc/init.d/ntpd: Operation not supportedsed: warning: failed to get security context of /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/image/usr/bin/ntpdate-sync: Operation not supportedsed: warning: failed to get security context of /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/image/etc/init.d/ntpd: Operation not supportedsed: warning: failed to get security context of /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/image/usr/bin/ntpdate-sync: Operation not supportedsed: warning: failed to get security context of /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/image/usr/bin/ntpdate-sync: Operation not supportedln: failed to create symbolic link `/etc/localtime': File exists
  19. | ERROR: Function failed: do_install (see /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/ntp/4.2.6p5-r8.0/temp/log.do_install.9932 for further information)
  20. ERROR: Task 565 (/mnt/dev/fsl-community-bsp/sources/meta-openembedded/meta-networking/recipes-support/ntp/ntp_4.2.6p5.bb, do_install) failed with exit code '1'