diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-06-24 17:00:56 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-01 16:22:48 +0100 |
commit | 76332d91dad37141086cce4d948711d71839367d (patch) | |
tree | b420dd481282b24e87a98c18b9d9e713cd5dd697 /meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |
parent | b80b5433a32b6228e3d7d3fdee1f6a9b904179a7 (diff) | |
download | poky-76332d91dad37141086cce4d948711d71839367d.tar.gz |
linux-yocto/4.x: vfat feature cleanup
From Tom:
This is a small patchset for yocto-4.4 that removes open-coded VFAT_FS
and enables defaults that should be enabled along with it.
(From OE-Core rev: 0eb474575a96a525755c1d679015af49d7667283)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 1b9154f8fe..29a0aa77dd 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "68484fa68d060d947fc46b2e85c0c6f2381d3e55" | 14 | SRCREV_machine ?= "68484fa68d060d947fc46b2e85c0c6f2381d3e55" |
15 | SRCREV_meta ?= "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d" | 15 | SRCREV_meta ?= "51216d70967be79dbe6c75ed4c7979abd4b95272" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" |