On Fri, May 4, 2012 at 7:16 AM, Enrico <[email protected]> wrote: > Hi, > > i'm having a build error problem with ti-dsplink, clean > "angstrom-v2012.05-yocto1.2" checkout from yesterday: > > ERROR: Error executing a python function in > /stuff/setup-scripts-denzil/sources/meta-ti/recipes-ti/dsplink/ti-dsplink_1.65.00.03.bb: > TypeError: unsupported operand type(s) for &: 'NoneType' and 'int' > > ERROR: The stack trace of python calls that resulted in this > exception/failure was: > ERROR: File "split_and_strip_files", line 204, in <module> > ERROR: > ERROR: File "split_and_strip_files", line 198, in split_and_strip_files > ERROR: > ERROR: File "package.bbclass", line 30, in runstrip > ERROR: > ERROR: The code that was being executed was: > ERROR: 0200: # End of strip > ERROR: 0201: # > ERROR: 0202: > ERROR: 0203: > ERROR: *** 0204:split_and_strip_files(d) > ERROR: 0205: > ERROR: (file: 'split_and_strip_files', lineno: 204, function: <module>) > ERROR: 0194: for root, dirs, files in os.walk(dvar): > ERROR: 0195: for f in files: > ERROR: 0196: if not f.endswith(".ko"): > ERROR: 0197: continue > ERROR: *** 0198: > runstrip(os.path.join(root, f), None, d) > ERROR: 0199: # > ERROR: 0200: # End of strip > ERROR: 0201: # > ERROR: 0202: > ERROR: (file: 'split_and_strip_files', lineno: 198, function: > split_and_strip_files) > ERROR: Function failed: split_and_strip_files > > > if i set INHIBIT_PACKAGE_STRIP (to skip that part) i have no errors. > > Build host: ubuntu 11.10 32bit
I am having the same problem, on a ubuntu 11.10 64bit host, and adding INHIBIT_PACKAGE_STRIP = '1' to my angstrom-v2012.05.conf file allowed it to complete. OE Build Configuration: BB_VERSION = "1.15.1" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "overo" DISTRO = "angstrom" DISTRO_VERSION = "v2012.05" TUNE_FEATURES = "armv7a vfp neon cortexa8" TARGET_FPU = "vfp-neon" meta-angstrom = "angstrom-v2012.05-yocto1.2:cdd62d0afbc8048eebc24a9f19e5e1ae5bfed5bb" meta-oe toolchain-layer meta-efl meta-gpe meta-gnome meta-xfce meta-initramfs = "denzil:5a06d2a2f504eadc5c7babcbcd833cf3763315ee" meta-opie = "master:efa3892b20a4ef80274e56e5633ebd62c16f9731" meta-java = "master:3386ea6c96096f107f43f282f654e5afa456109e" meta-mozilla = "master:5737d9fa26a632a27b2aa760c0d01190f0a17d0e" meta-chromium = "master:172783d6567d30429786291e401594d46f40cd69" meta-mono = "master:83f8233b0498aadb18bf7605c3ba6c71d9e13a3a" meta-kde = "master:5e1ef2906178fddd234c2eb259f8b32452eec0fc" meta-ti = "master:d18bb23803ff9735a5fcb049c25d79273a325323" meta-efikamx = "master:2c09a3a780b23448e8a6ca964256ff7f5ccba65d" meta-nslu2 = "master:3d9fc951b05b4df476374b6fc3085ebac7f293ee" meta-htc meta-nokia meta-openmoko meta-palm = "master:2b106be01228f64298d6cb338f93088806594344" meta-handheld = "master:1f05a15aceb4c3a19fa070463b58125b5658b2a9" meta-intel meta-sugarbay meta-crownbay meta-emenlow meta-fishriver meta-fri2 meta-jasperforest meta-n450 = "master:f75f9b6f68473eb0efac802409608f8389be0030" meta = "denzil:5433da972f2994f7176597d89499ccb65f876f88" meta-te = "master:18aa2de0304dd1f8bdc132c1ed741ac6431fa133" -chris _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
