All of lore.kernel.org
 help / color / mirror / Atom feed
* do_patch through Yocto fails while "git am" succeed
@ 2016-06-10 18:12 Michael Hu
  2016-06-10 19:32 ` Burton, Ross
  2016-06-15 21:10 ` Khem Raj
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Hu @ 2016-06-10 18:12 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 992 bytes --]

Does anyone know what's the difference between using Yocto to apply patches
and apply patch directly using git command?

I am trying to apply patches for arm-trusted-firmware through yocto by
extending arm-trusted-firmware.bb file, in .bbappend file, I have:

SRC_URI = "file://<some patch name>"

I got the following error:
ERROR: arm-trusted-firmware-1.2 do_patch: Command Error: 'quilt --quiltrc
/build/tmp/sysroots/x86_64-linux/etc/quiltrc push' exited with 1  Output:
Applying patch 0002-csu_dma-Added-support-to-load-PL-bitstream.patch
(Stripping trailing CRs from patch.)
... some files can be patched
patching file <failed file>
Hunk #1 FAILED at 41.
1 out of 1 hunk FAILED -- rejects in file <failed file>
Patch 0002-csu_dma-Added-support-to-load-PL-bitstream.patch does not apply
(enforce with -f)

However, if using "git am <patch>" under cloned arm-trusted-firmware git
repo, the patches are successfully patched.

What could be the difference?

Thanks!

[-- Attachment #2: Type: text/html, Size: 1342 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-22 14:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-10 18:12 do_patch through Yocto fails while "git am" succeed Michael Hu
2016-06-10 19:32 ` Burton, Ross
2016-06-13  8:29   ` Joshua G Lock
2016-06-15 21:10 ` Khem Raj
2016-06-22 14:43   ` Michael Hu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.