Could not apply patches for qemuarm (linux-yocto), Could not update git tree -


i trying build core-image-minimal

build configuration: bb_version        = "1.24.0" build_sys         = "x86_64-linux" nativelsbstring   = "fedora-21" target_sys        = "arm-poky-linux-gnueabi" machine           = "qemuarm" distro            = "poky" distro_version    = "1.7.1" tune_features     = "arm armv5 thumb dsp" target_fpu        = "soft" meta               meta-yocto         meta-yocto-bsp    = "dizzy:c59e3bd26d863723af7ba5e16570b091ef7cdc13" 

i did git pull , got same problem version:

build configuration: bb_version        = "1.24.0" build_sys         = "x86_64-linux" nativelsbstring   = "fedora-21" target_sys        = "arm-poky-linux-gnueabi" machine           = "qemuarm" distro            = "poky" distro_version    = "1.7.2" tune_features     = "arm armv5 thumb dsp" target_fpu        = "soft" meta               meta-yocto         meta-yocto-bsp    = "dizzy:9fd145d27ec479668fac490a9f1078089f22bf59" 

and have error:

| debug: executing shell function do_patch | deleted branch meta-temp (was d36a7ef). | [info] validating against known patches  (qemuarm-standard-meta) error. not update git tree##################   ] (\)(94 %)) | error: not apply patches qemuarm. | error: patch failures can resolved in devshell (bitbake -c devshell linux-yocto) 

i tried use "bitbake -c devshell linux-yocto", end same error, before shell.

i don't see how debug issue.

i've spend lot of time on problem myself when had following returned:

error: not apply zp39187... message when have resolved problem, run "git rebase --continue". 

it seems happen because (in case) commit 'zp39187' causing conflict .

the general idea fix conflict or skip using:

git rebase --skip 

the error seems turn while cherry-picking.

it might useful @ cherry picking commit deletes files, helped me then.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -