summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2019-06-05 17:32:28 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-06-21 18:16:27 -0300
commit0552378a5b1b32d70e09c550354d34b34a9595c5 (patch)
treeed7fa1b8183a857c9e441db45d1e6fd4d0f71ea2 /recipes-kernel
parent6d9e595a27338ac7953950cf8957687b715ba34a (diff)
downloadmeta-freescale-0552378a5b1b32d70e09c550354d34b34a9595c5.tar.gz
linux-fslc: Upgrade to version 5.1.x
This commit merges tag v5.1.12 into 5.1.x+fslc. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc/defconfig4
-rw-r--r--recipes-kernel/linux/linux-fslc/mx25/defconfig3
-rw-r--r--recipes-kernel/linux/linux-fslc_5.1.bb (renamed from recipes-kernel/linux/linux-fslc_5.0.bb)6
3 files changed, 7 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig
index cc0677b5..2d1159b0 100644
--- a/recipes-kernel/linux/linux-fslc/defconfig
+++ b/recipes-kernel/linux/linux-fslc/defconfig
@@ -312,7 +312,6 @@ CONFIG_USB=y
312CONFIG_USB_ANNOUNCE_NEW_DEVICES=y 312CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
313CONFIG_USB_EHCI_HCD=y 313CONFIG_USB_EHCI_HCD=y
314CONFIG_USB_EHCI_MXC=y 314CONFIG_USB_EHCI_MXC=y
315CONFIG_USB_PRINTER=m
316CONFIG_USB_STORAGE=y 315CONFIG_USB_STORAGE=y
317CONFIG_USB_CHIPIDEA=y 316CONFIG_USB_CHIPIDEA=y
318CONFIG_USB_CHIPIDEA_UDC=y 317CONFIG_USB_CHIPIDEA_UDC=y
@@ -320,7 +319,6 @@ CONFIG_USB_CHIPIDEA_HOST=y
320CONFIG_USB_SERIAL=m 319CONFIG_USB_SERIAL=m
321CONFIG_USB_SERIAL_GENERIC=y 320CONFIG_USB_SERIAL_GENERIC=y
322CONFIG_USB_SERIAL_FTDI_SIO=m 321CONFIG_USB_SERIAL_FTDI_SIO=m
323CONFIG_USB_SERIAL_PL2303=m
324CONFIG_USB_SERIAL_OPTION=m 322CONFIG_USB_SERIAL_OPTION=m
325CONFIG_USB_TEST=m 323CONFIG_USB_TEST=m
326CONFIG_USB_EHSET_TEST_FIXTURE=m 324CONFIG_USB_EHSET_TEST_FIXTURE=m
@@ -399,7 +397,7 @@ CONFIG_MAG3110=y
399CONFIG_MPL3115=y 397CONFIG_MPL3115=y
400CONFIG_PWM=y 398CONFIG_PWM=y
401CONFIG_PWM_FSL_FTM=y 399CONFIG_PWM_FSL_FTM=y
402CONFIG_PWM_IMX=y 400CONFIG_PWM_IMX27=y
403CONFIG_NVMEM_IMX_OCOTP=y 401CONFIG_NVMEM_IMX_OCOTP=y
404CONFIG_NVMEM_VF610_OCOTP=y 402CONFIG_NVMEM_VF610_OCOTP=y
405CONFIG_TEE=y 403CONFIG_TEE=y
diff --git a/recipes-kernel/linux/linux-fslc/mx25/defconfig b/recipes-kernel/linux/linux-fslc/mx25/defconfig
index 8661dd9b..b37f8e67 100644
--- a/recipes-kernel/linux/linux-fslc/mx25/defconfig
+++ b/recipes-kernel/linux/linux-fslc/mx25/defconfig
@@ -170,6 +170,9 @@ CONFIG_IMX_SDMA=y
170# CONFIG_IOMMU_SUPPORT is not set 170# CONFIG_IOMMU_SUPPORT is not set
171CONFIG_IIO=y 171CONFIG_IIO=y
172CONFIG_FSL_MX25_ADC=y 172CONFIG_FSL_MX25_ADC=y
173CONFIG_PWM=y
174CONFIG_PWM_IMX1=y
175CONFIG_PWM_IMX27=y
173CONFIG_EXT4_FS=y 176CONFIG_EXT4_FS=y
174# CONFIG_DNOTIFY is not set 177# CONFIG_DNOTIFY is not set
175CONFIG_VFAT_FS=y 178CONFIG_VFAT_FS=y
diff --git a/recipes-kernel/linux/linux-fslc_5.0.bb b/recipes-kernel/linux/linux-fslc_5.1.bb
index 950f7808..1b74746f 100644
--- a/recipes-kernel/linux/linux-fslc_5.0.bb
+++ b/recipes-kernel/linux/linux-fslc_5.1.bb
@@ -11,9 +11,9 @@ include linux-fslc.inc
11 11
12LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 12LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
13 13
14PV = "5.0.5+git${SRCPV}" 14PV = "5.1.12+git${SRCPV}"
15 15
16SRCBRANCH = "5.0.x+fslc" 16SRCBRANCH = "5.1.x+fslc"
17SRCREV = "c7a0e482a175b632bfd5522bc6d5bfe7785ee9a9" 17SRCREV = "111df67e3aa148d8b652ecf497ab1e54c8a13dfe"
18 18
19COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" 19COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"