Hi trevor I resolved this issue by redirecting the terminal to xterm instead of konsole or yakuake i added this line to my local.conf OE_TERMINAL = "xterm"
And the menuconfig pops then in a seperate xterm window. Thank you 2014-07-10 14:00 GMT+01:00 Trevor Woerner <[email protected]>: > I gave this a try on my machine (openSuSE 13.1) and it appears to work > fine. Can you provide us with more information regarding the procedure > you followed? What commands you typed for your initial build? What your > build information is? What your local.conf looks like? > > In my case my conf/local.conf is: > > BB_NUMBER_THREADS = '6' > PARALLEL_MAKE = '-j 6' > DL_DIR ?= "/home/trevor/devel/Downloads" > ACCEPT_FSL_EULA = "1" > > MACHINE ??= 'imx233-olinuxino-maxi' > MYBUILDBASE = "/home/trevor/build/yocto/fsl/repo-master/${MACHINE}" > TMPDIR = "${MYBUILDBASE}/tmp" > SSTATE_DIR = "${MYBUILDBASE}/sstate-cache" > > DISTRO ?= 'poky' > PACKAGE_CLASSES ?= "package_ipk" > EXTRA_IMAGE_FEATURES = "debug-tweaks" > USER_CLASSES ?= "buildstats image-mklibs image-prelink" > PATCHRESOLVE = "noop" > BB_DISKMON_DIRS = "\ > STOPTASKS,${TMPDIR},1G,100K \ > STOPTASKS,${DL_DIR},1G,100K \ > STOPTASKS,${SSTATE_DIR},1G,100K \ > ABORT,${TMPDIR},100M,1K \ > ABORT,${DL_DIR},100M,1K \ > ABORT,${SSTATE_DIR},100M,1K" > PACKAGECONFIG_pn-qemu-native = "sdl" > PACKAGECONFIG_pn-nativesdk-qemu = "sdl" > ASSUME_PROVIDED += "libsdl-native" > CONF_VERSION = "1" > > INHERIT += "buildhistory" > BUILDHISTORY_COMMIT = "1" > > > and my build information (based on "master") is: > > Build Configuration: > BB_VERSION = "1.23.1" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "openSUSE-project-13.1" > TARGET_SYS = "arm-poky-linux-gnueabi" > MACHINE = "imx233-olinuxino-maxi" > DISTRO = "poky" > DISTRO_VERSION = "1.6+snapshot-20140710" > TUNE_FEATURES = "arm armv5 thumb dsp" > TARGET_FPU = "soft" > meta > meta-yocto = > "(detachedfrom6879c3c):6879c3c903ec7d08cf0240281c83d85b4a42b6db" > meta-oe = > "(detachedfrom87bbe91):87bbe91686e1bbc9036aacd924162f17db214aad" > meta-fsl-arm = > "(detachedfrom31a0928):31a0928cbbe707548712ec3612cdc727a3775501" > meta-fsl-arm-extra = > "(detachedfrom456c270):456c27085a70bb1385a4c2e28ba80ac74d6f533e" > meta-fsl-demos = > "(detachedfrome60ea24):e60ea240aecbf8fc69c4d18ab6d1361376372c6e" > >
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
