meta-sunxi/recipes-kernel/linux
Sergey Matyukevich 4d9466c131 linux: update kernel recipes
- remove older stable release recipes
- bump stable linux recipe to 4.14.2
- bump git linux recipe to 4.15-rc1
- rename linux to linux-mainline

Renaming kernel recipe from 'linux' to 'linux-mainline' is needed to
get ready for adding aarch64 support. The reason is in the value of
OVERRIDES environment variable. BitBake uses OVERRIDES to control what
variables are overridden after BitBake parses recipes and configuration
files. So packages names are not allowed to take values listed in
OVERRIDES. One of the OVERRIDES values is TARGET_OS:
  TARGET_OS = linux${LIBCEXTENSION}${ABIEXTENSION}
For arm architecture TARGET_OS = "linux-gnueabi". However for aarch64
architecture TARGET_OS = "linux". As a result, in the case of aarch64
kernel package can not be named 'linux'. This patch renames kernel
package name to 'linux-mainline' in order to be able to maintain the
same kernel recipes for both arm and aarch64 boards.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
2017-12-03 21:57:31 +03:00
..
linux linux: enable filesystems as modules 2017-04-25 07:51:35 +02:00
linux-sunxi linux-sunxi: fix compiling with GCC 6 2016-09-25 21:53:32 +10:00
linux-mainline_4.14.2.bb linux: update kernel recipes 2017-12-03 21:57:31 +03:00
linux-mainline_git.bb linux: update kernel recipes 2017-12-03 21:57:31 +03:00
linux-sunxi_3.4.bb linux-sunxi: fix compiling with GCC 6 2016-09-25 21:53:32 +10:00
linux-tools.inc Add linux 3.0 with latest working revision of allwinner kernel on allwinner-v3.0-android-v2 branch 2012-10-07 10:37:50 +02:00
linux.inc linux: add linux.inc again 2015-03-02 01:05:58 +01:00