mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-07 03:11:59 +00:00
linux-ti81xx-psp: add 2.6.37 version for 814x and 816x support
the 'psp' multiconfig is the one from the the git tree the 'defconfig' is the psp one, but cleaned up so that modern userspace works Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
dm814x-evm
|
||||
@@ -0,0 +1 @@
|
||||
dm816x-evm
|
||||
@@ -0,0 +1 @@
|
||||
dm814x-evm
|
||||
@@ -0,0 +1 @@
|
||||
dm816x-evm
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1 @@
|
||||
dm816x-evm
|
||||
@@ -0,0 +1,27 @@
|
||||
require multi-kernel.inc
|
||||
|
||||
DESCRIPTION = "Linux kernel for TI81xx processors"
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
COMPATIBLE_MACHINE = "am387x-evm|am389x-evm|c6a814x-evm|c6a816x-evm|dm814x-evm"
|
||||
|
||||
# This is on the ti81xx-master branch
|
||||
SRCREV = "18649360f3e7bfcdc3eb7afd89e20e7a786931ef"
|
||||
|
||||
# The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc
|
||||
MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}"
|
||||
|
||||
SRC_URI += "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=ti81xx-master \
|
||||
file://defconfig"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# Perf in 2.6.37-psp doesn't build, so disable it
|
||||
do_compile_perf() {
|
||||
:
|
||||
}
|
||||
|
||||
do_install_perf() {
|
||||
:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user