On Thursday, July 17, 2014 at 07:01:45 AM, Jörn Wüstenfeld wrote: > Helllo, > > I have build the current release of eldk-5.5.1
You should switch to 5.5.2 as it's out and there are a few fixes. > to be able to include > additional packages, not available in the standard images( e.g. ntp, > essential > to syncronize the clock with the NFS server). > My Problem is that cmake is mostly missing in the created images. > After instalation I find some files in the core-image-lsb-sdk... > > ./usr/share/cmake/ > ./usr/share/cmake/Modules/ > ./usr/share/cmake/Modules/Findlibproxy.cmake > ./usr/share/mime/text/x-cmake.xml > ./usr/share/mc/syntax/cmake.syntax > ./usr/lib/cmake/ > ./usr/lib/cmake/PulseAudio/ > ./usr/lib/cmake/PulseAudio/PulseAudioConfigVersion.cmake > ./usr/lib/cmake/PulseAudio/PulseAudioConfig.cmake > > But there is no cmake binary! Also in the toolchain thejre is nothing > regarding cmake! Looking thru the logfiles, the build of > cmake-native-2.8.11.2 was successfull. In the directory: > > ..tmp/buildstats/core-image-lsb-sdk-generic-powerpc-e500v2/201407160703/cma > ke- native-2.8.11.2-r0 > > is only one file: > > do_populate_lic > > While in other directories there are (e.g. wget-1.14-r16.0): > > do_add_machine_symlinks do_package do_packagedata do_package_write_ipk > do_populate_lic do_populate_sysroot > > Is there a way to find out, what was done in detail during the build of > cmake? Did you include cmake in the images? I don't see it being included by default. You will want to extend one of the meta-toolchain\* recipes to include the cmake package. Best regards, Marek Vasut _______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
