[linux-yocto] [PATCH] Fix yocto build with missing configfs header

Sebastien Boeuf sebastien.boeuf at intel.com
Mon Jul 25 13:11:35 PDT 2016


California Sullivan pointed to me that the patch from Octavian
Purdila I had asked to include in yocto 4.4 was not compiling
properly.

The patch is tracked with following SHA1:
03607ace807b414eab46323c794b6fb8fcc2d48c

The issue was that we were missing an underlying patch on which
the previous one was relying. That's why this patchset adds
some macro definition used by patch from Octavian.

Pantelis Antoniou (1):
  configfs: implement binary attributes

 Documentation/filesystems/configfs/configfs.txt |  57 +++++-
 fs/configfs/configfs_internal.h                 |  14 +-
 fs/configfs/dir.c                               |  18 +-
 fs/configfs/file.c                              | 255 +++++++++++++++++++++++-
 fs/configfs/inode.c                             |   2 +-
 include/linux/configfs.h                        |  50 +++++
 6 files changed, 374 insertions(+), 22 deletions(-)

-- 
1.9.1



More information about the linux-yocto mailing list