Bruce, No problem... you got me on the right path. Bitbake now completes successfully after adding python-core and bash to IMAGE_INSTALL_append.
Looking again at the presentation it indicated I also needed to do the following: make oldconfig ARCH=arm - This completed successfully make scripts ARCH=arm - This fails with the following errors: [parker@jasper kernel]$ make scripts ARCH=arm scripts/kconfig/conf --silentoldconfig Kconfig CC scripts/mod/empty.o gcc: error: unrecognized command line option ‘-mlittle-endian’ gcc: error: unrecognized command line option ‘-mapcs’ gcc: error: unrecognized command line option ‘-mno-sched-prolog’ gcc: error: unrecognized argument in option ‘-mabi=aapcs-linux’ gcc: note: valid arguments to ‘-mabi=’ are: ms sysv gcc: error: unrecognized command line option ‘-mno-thumb-interwork’ make[2]: *** [scripts/mod/empty.o] Error 1 make[1]: *** [scripts/mod] Error 2 make: *** [scripts] Error 2 The cross compiler seems to be correct...: [parker@jasper kernel]$ echo $CC arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/home/parker/Projects/beagleboard/yocto/poky-dylan-9.0.2/sdk/sysroots/armv7a-vfp-neon-poky-linux-gnueabi Trying to build this on: Linux jasper 3.9.10-100.fc17.x86_64 #1 SMP Sun Jul 14 01:31:27 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux > > Right! I typed in "python" from memory :) In fact, what I typically have is > a full set of python dependencies, including python-dev, which picks > up what I need. > > Cheers, > > Bruce > _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto