From 28bcb5f43d90ed6c24a164055c43b4ff9a95b4bc Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 19 Jul 2015 22:07:40 +0200 Subject: [PATCH] rtl8169-eeprom: Assume that automake is not used or broken It looks like a classic src != build dir issue of the utility breaking the build on Yocto-Master. Try to fix that. ERROR: Function failed: do_install (log file is located at /home/builder/jenkins/workspace/Yocto-Master/label/OE/build/tmp/work/armv5e-poky-linux-gnueabi/rtl8169-eeprom/v0.0.1+gitAUTOINC+e62e515ce3-r0/temp/log.do_install.2455) ERROR: Logfile of failure stored in: /home/builder/jenkins/workspace/Yocto-Master/label/OE/build/tmp/work/armv5e-poky-linux-gnueabi/rtl8169-eeprom/v0.0.1+gitAUTOINC+e62e515ce3-r0/temp/log.do_install.2455 Log data follows: | DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common'] | DEBUG: Executing shell function do_install | install: cannot stat `/home/builder/jenkins/workspace/Yocto-Master/label/OE/build/tmp/work/armv5e-poky-linux-gnueabi/rtl8169-eeprom/v0.0.1+gitAUTOINC+e62e515ce3-r0/git/rtl8168-eeprom': No such file or directory | WARNING: /home/builder/jenkins/workspace/Yocto-Master/label/OE/build/tmp/work/armv5e-poky-linux-gnueabi/rtl8169-eeprom/v0.0.1+gitAUTOINC+e62e515ce3-r0/temp/run.do_install.2455:1 exit 1 from | install -m 0755 /home/builder/jenkins/workspace/Yocto- --- recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb b/recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb index 3dad8d5..a6a6feb 100644 --- a/recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb +++ b/recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb @@ -12,6 +12,7 @@ PR = "r0" S = "${WORKDIR}/git" inherit autotools pkgconfig +B = "${S}" CFLAGS += "" LDFLAGS += ""