summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_4.14.98.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-imx_4.14.98.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_4.14.98.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-imx_4.14.98.bb b/recipes-kernel/linux/linux-imx_4.14.98.bb
new file mode 100644
index 00000000..85278333
--- /dev/null
+++ b/recipes-kernel/linux/linux-imx_4.14.98.bb
@@ -0,0 +1,20 @@
1# Copyright 2013-2016 (C) Freescale Semiconductor
2# Copyright 2017-2019 (C) NXP
3# Copyright 2018 (C) O.S. Systems Software LTDA.
4# Released under the MIT license (see COPYING.MIT for the terms)
5
6SUMMARY = "Linux Kernel provided and supported by NXP"
7DESCRIPTION = "Linux Kernel provided and supported by NXP with focus on \
8i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU and IPU."
9
10require recipes-kernel/linux/linux-imx.inc
11
12DEPENDS += "lzop-native bc-native"
13
14SRCBRANCH = "imx_4.14.98_2.0.0_ga"
15LOCALVERSION = "-imx"
16SRCREV = "1175b59611537b0b451e0d1071b1666873a8ec32"
17
18DEFAULT_PREFERENCE = "1"
19
20COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"