**** BEGIN LOGGING AT Mon Dec 26 02:59:56 2011 Dec 26 15:29:20 hello ppl Dec 26 15:29:49 what do I need to do to append a seach path for a patch in a bbappend? Dec 26 15:30:46 I tried FILESEXTRA := "${THISDIR}/qemu-${PV}", FILESPATHBASE =. "${FILESEXTRA}:", FILESEXTRAPATHS := "${THISDIR}/qemu-${PV}", THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" FILESPATHBASE_prepend := "${THISDIR}/qemu-${PV}:" for SRC_URI_append = " file://qemu-arm-mini2440-suport.patch " yet, qemu-arm-mini2440-suport.patch is still not found Dec 26 16:18:33 .=? Dec 26 16:18:39 oops Dec 26 16:18:43 look how other do it Dec 26 16:20:17 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" Dec 26 16:44:59 GNUtoo: well, also setting PRINC = "1" now works, but now it never downloads the source Dec 26 16:45:15 GNUtoo: I now have Dec 26 16:45:16 FILESEXTRAPATHS_prepend := "${THISDIR}/files:" Dec 26 16:45:22 PRINC = "1" Dec 26 16:45:37 SRC_URI += " file://qemu-arm-mini2440-suport.patch " Dec 26 16:45:58 the source is never downloaded, nor extraced, so configure is now not found Dec 26 16:46:04 *extracted Dec 26 16:46:19 try to debug it Dec 26 16:46:38 how? Dec 26 16:46:55 DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common'] Dec 26 16:46:55 | /TC/yocto/edison-6.0-build/tmp/work/armv4t-poky-linux-gnueabi/qemu-0.14.0-r4/temp/run.do_configure.22342: line 85: /TC/yocto/edison-6.0-build/tmp/work/armv4t-poky-linux-gnueabi/qemu-0.14.0-r4/qemu-0.14.0/configure: No such file or directory Dec 26 16:47:49 maybe there is another princ somewhere Dec 26 16:47:53 which causes issue Dec 26 16:48:27 hmm, that run...... Dec 26 16:48:35 there's now download command anywhere Dec 26 16:48:40 s/now/no/ Dec 26 16:48:49 PRINC := "${@int(PRINC) + 1}" Dec 26 16:48:57 -c fetch Dec 26 16:49:39 GNUtoo: that gave no issues Dec 26 16:49:50 but it still cannot find the configure script Dec 26 16:49:54 lemme see that PRINC Dec 26 16:50:39 GNUtoo: Failure expanding variable PRINC[:=], expression was ${@int(PRINC) + 1} which triggered exception NameError: name 'PRINC' is not defined Dec 26 16:50:54 ok I don't know then Dec 26 16:51:00 sorry I'm very busy right now Dec 26 16:51:26 GNUtoo: k, Thanks **** ENDING LOGGING AT Tue Dec 27 02:59:56 2011