summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-colibri-t20_git.bb~
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-06-19 09:09:54 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-06-19 09:09:54 +0200
commit362c0d8250ae1b8d7b2afce5bc4b27075fe82c68 (patch)
treef9fd52c57fb7f7592ff358eed1fe59ec9b3d113c /recipes-kernel/linux/linux-colibri-t20_git.bb~
parentb3f0841ade3dc1cbd1b7dd825439cb03a02629d2 (diff)
Update to new NV binary packages L4T R15
Removed nvrm_deamon and corresponding init.d script Kernel from git.toradex.int
Diffstat (limited to 'recipes-kernel/linux/linux-colibri-t20_git.bb~')
-rw-r--r--recipes-kernel/linux/linux-colibri-t20_git.bb~36
1 files changed, 0 insertions, 36 deletions
diff --git a/recipes-kernel/linux/linux-colibri-t20_git.bb~ b/recipes-kernel/linux/linux-colibri-t20_git.bb~
deleted file mode 100644
index 233f087..0000000
--- a/recipes-kernel/linux/linux-colibri-t20_git.bb~
+++ /dev/null
@@ -1,36 +0,0 @@
-inherit kernel
-require recipes-kernel/linux/linux.inc
-
-LINUX_VERSION ?= "2.6.36.2"
-
-SRCREV = "99003b6bd73fd8ce4f2bd63a1c7b63f8c3d0cf68"
-
-PV = "2.6.36.2+gitr${SRCREV}"
-PR = "V1.0b6"
-S = "${WORKDIR}/git"
-SRC_URI = "\
- git://gitorious.org/colibri-t20-embedded-linux-bsp/colibri_t20-linux-kernel.git;protocol=git;branch=master \
- file://bcm4329_warning.patch "
-
-#SVN_REV = 190
-#PV = "2.6.36.2"
-#PR = "${SVN_REV}"
-#S = "${WORKDIR}/kernel"
-#SRC_URI = "svn://tegradev:tegra123!@mammut.toradex.int:8090/colibri_tegra_linux/trunk;module=kernel;rev=${SVN_REV};proto=http \
-# file://bcm4329_warning.patch "
-
-COMPATIBLE_MACHINE = "colibri-t20"
-
-CMDLINE="mem=148M@0M fbmem=12M@148M nvmem=96M@160M vmalloc=248M video=tegrafb root=/dev/nfs ip=:::::eth0:on rw netdevwait mtdparts=tegra_nand:1018368K@28160K(userspace) console=ttyS0,115200n8 usb_high_speed=0"
-
-do_configure_prepend_colibri-t20() {
- #use the defconfig provided in the kernel source tree
- install -m 0644 ${S}/arch/arm/configs/colibri_t20_defconfig ${WORKDIR}/defconfig
-
- #compile with -O2, 4.5. compiler seems to fail with -Os
- sed -i -e /CONFIG_CC_OPTIMIZE_FOR_SIZE/d ${WORKDIR}/defconfig
- echo "CONFIG_CC_OPTIMIZE_FOR_SIZE=n" >> ${WORKDIR}/defconfig
-}
-
-#require recipes-kernel/linux/linux-tools.inc
-