[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] must be a user problem?
From: |
Randy.Dunlap |
Subject: |
[Quilt-dev] must be a user problem? |
Date: |
Thu, 3 Nov 2005 12:34:48 -0800 (PST) |
(quilt version 0.42)
(qp is a symlink to quilt)
I have a new file to add to the kernel tree.
series currently contains 2 patches:
> qp ser
ata_gtf_header.patch
ata_acpi_make.patch
So to add the new file, I do:
> qp new ata_acpi.patch
Patch ata_acpi.patch is now on top
> qp add drivers/scsi/ata_acpi.c
File drivers/scsi/ata_acpi.c added to patch ata_acpi.patch
then I cp ata_acpi.c (the new file) to ./drivers/scsi/ata_acpi.c
Current state:
> qp ser
ata_gtf_header.patch
ata_acpi_make.patch
ata_acpi.patch
> qp top
ata_acpi.patch
> qp files
drivers/scsi/ata_acpi.c
> qp ref
Nothing in patch ata_acpi.patch
Why does 'ref' find nothing?
and how should I be adding this new file?
I can't use 'import' because it's not in patch(1) format.
Thanks,
--
~Randy
- [Quilt-dev] must be a user problem?,
Randy.Dunlap <=