This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
mirrored from git://git.yoctoproject.org/meta-fsl-arm
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-imx: Upgrade to 3.14.52-1.1.0_ga Consolidatd GA release
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
- Loading branch information
Showing
8 changed files
with
42 additions
and
215 deletions.
There are no files selected for viewing
48 changes: 0 additions & 48 deletions
48
...nel/linux/linux-imx-3.14.38/0001-ARM-8158-LLVMLinux-use-static-inline-in-ARM-ftrace.patch
This file was deleted.
Oops, something went wrong.
59 changes: 0 additions & 59 deletions
59
...el/linux/linux-imx-3.14.38/0001-ARM-LLVMLinux-Change-extern-inline-to-static-inline.patch
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
...l/linux/linux-imx-3.14.38/0003-ARM-imx6sl-Disable-imx6sl-specific-code-when-imx6sl-.patch
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright (C) 2013-2015 Freescale Semiconductor | ||
# Released under the MIT license (see COPYING.MIT for the terms) | ||
|
||
SUMMARY = "Linux Kernel provided and supported by Freescale" | ||
DESCRIPTION = "Linux Kernel provided and supported by Freescale with focus on \ | ||
i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU and IPU." | ||
|
||
require recipes-kernel/linux/linux-imx.inc | ||
require recipes-kernel/linux/linux-dtb.inc | ||
|
||
DEPENDS += "lzop-native bc-native" | ||
|
||
SRCBRANCH = "imx_3.14.52_1.1.0_ga" | ||
LOCALVERSION = "-1.1.0_ga" | ||
SRCREV = "5f6f0a50e6039370078369ddf380179d59024789" | ||
|
||
SRC_URI += " \ | ||
file://0004-mmc-sdhci-esdhc-imx-Fixup-runtime-PM-conditions-duri.patch \ | ||
" | ||
|
||
DEFAULT_PREFERENCE = "1" | ||
|
||
COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" |