Files
poky/meta/recipes-devtools
Robert Yang 6779ab69fc e2fsprogs: mke2fs: add the ability to copy files from a given directory
We will add a -d option which will be used for adding the files from a
given directory to the filesystem, it is similiar to genext2fs, but
genext2fs doesn't fully support ext4.

* We already have the basic operations in debugfs:
  - Copy regular file
  - Create directory
  - Create symlink
  - Create special file

  We will move these operations into create_inode.h and create_inode.c,
  then let both mke2fs and debugfs use them.

* What we need to do are:
  - Copy the given directory recursively, this will be done by the
    populate_fs()
  - Set the owner, mode and other informations
  - Handle the hard links

TODO:
  - The libext2fs can't create the socket file (S_IFSOCK), do we have a
    plan to support it ?

[YOCTO #4083]

(From OE-Core rev: f050c510b070d919d50e491476e83f2b0ae2b7b2)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Reviewed-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-03-07 14:45:22 +00:00
..
2013-12-14 09:11:19 +00:00
2014-03-02 17:25:28 +00:00
2014-03-02 17:25:27 +00:00
2014-02-17 15:28:58 +00:00
2014-03-02 17:25:28 +00:00
2013-12-09 18:01:44 +00:00
2014-02-14 12:30:20 +00:00
2014-02-09 09:42:52 +00:00
2014-01-02 12:50:24 +00:00
2014-02-17 15:28:58 +00:00
2014-02-21 16:09:08 +00:00
2014-01-02 12:50:21 +00:00
2013-10-26 15:59:10 +01:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:21 +00:00
2014-02-20 14:28:13 +00:00
2014-02-04 11:00:45 +00:00
2013-08-13 23:05:58 +01:00