Dear Tobias, In message <[email protected]> Marek Vasut wrote: > > > Thank you for your reply. Based on the recipe > > /eldk/meta-eldk/recipes-kernel/linux/linux-eldk_3.8.bb where the SRC_URI > > ist defined: > > > > SRC_URI_m28evk = "git://kernel.ubuntu.com/ubuntu/linux.git;protocol=git \ > > file://0001-ARM-video-mxs-Fix-mxsfb-misconfiguring-VDCTRL0.patch \ > > file://0002-iio-mxs-Remove-unused-struct-mxs_lradc_chan.patch \ > > file://0003-iio-mxs-Implement-support-for-touchscreen.patch \ > > file://0004-ARM-mxs-Enable-touchscreen-on-m28evk.patch \ > > file://defconfig" > > > > I've cloned the whole repository but there are none of the defined > > files. There aren't anyway patch files anyway. A defconfig file is only > > available for other architctures. ... > Yes indeed, you just need to clone the whole > git://kernel.ubuntu.com/ubuntu/linux.git plain and simple: > > git clone git://kernel.ubuntu.com/ubuntu/linux.git
The files references above can be found in the ELDK git repository: -> ls -l meta-eldk/recipes-kernel/linux/linux-eldk/ total 96 -rw-rw-r-- 1 wd wd 7049 Nov 13 13:29 0001-ARM-video-mxs-Fix-mxsfb-misconfiguring-VDCTRL0.patch -rw-rw-r-- 1 wd wd 1352 Nov 13 13:29 0002-iio-mxs-Remove-unused-struct-mxs_lradc_chan.patch -rw-rw-r-- 1 wd wd 21885 Nov 13 13:29 0003-iio-mxs-Implement-support-for-touchscreen.patch -rw-rw-r-- 1 wd wd 881 Nov 13 13:29 0004-ARM-mxs-Enable-touchscreen-on-m28evk.patch ... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] In my experience the best way to get something done is to give it to someone who is busy. - Terry Pratchett, _Going_Postal_ _______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
