From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mamatha Inamdar Date: Mon, 18 Jan 2016 12:57:44 +0530 Subject: [Buildroot] [PATCH V4] nvme: new package In-Reply-To: <20160116141330.3af0deea@free-electrons.com> References: <20160114110931.25590.46942.stgit@localhost.localdomain> <20160116141330.3af0deea@free-electrons.com> Message-ID: <569C93F0.5090008@linux.vnet.ibm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 01/16/2016 06:43 PM, Thomas Petazzoni wrote: > Dear Mamatha Inamdar, > > On Thu, 14 Jan 2016 16:42:40 +0530, Mamatha Inamdar wrote: >> Add support for building NVME utility - a utility for interacting with >> standard NVM Express (optimized PCI Express SSD interface) devices. >> >> Signed-off-by: Mamatha Inamdar >> --- >> package/Config.in | 1 + >> package/nvme/Config.in | 6 ++++++ >> package/nvme/nvme.hash | 2 ++ >> package/nvme/nvme.mk | 23 +++++++++++++++++++++++ >> 4 files changed, 32 insertions(+) >> create mode 100755 package/nvme/Config.in >> create mode 100644 package/nvme/nvme.hash >> create mode 100755 package/nvme/nvme.mk > Your patch does not apply: > > Applying patch #567318 using 'git am -s -3' > Description: [V4] nvme: new package > Applying: nvme: new package > fatal: corrupt patch at line 72 > error: could not build fake ancestor > Patch failed at 0001 nvme: new package > The copy of the patch that failed is found in: .git/rebase-apply/patch > When you have resolved this problem, run "git am --continue". > If you prefer to skip this patch, run "git am --skip" instead. > To restore the original branch and stop patching, run "git am --abort". > > Please make sure to use "git send-email" to submit your patch. for me patch applied without any errors...let me send it again... > > Also, you haven't included a patch that removes -Werror. Are you sure > the package builds properly? It wasn't building properly for me without > a patch removing -Werror. oh yes, I forgot to send this patch....will send it > > Best regards, > > Thomas