diff options
-rw-r--r-- | recipes-bsp/alsa-state/alsa-state.bbappend | 3 | ||||
-rw-r--r-- | recipes-bsp/alsa-state/alsa-state/gaga | 1 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2011.06.bbappend | 4 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-colibri-t20_git.bb | 5 | ||||
-rw-r--r-- | recipes-lxde/lxpanel/lxpanel_0.5.8.bbappend | 4 |
5 files changed, 14 insertions, 3 deletions
diff --git a/recipes-bsp/alsa-state/alsa-state.bbappend b/recipes-bsp/alsa-state/alsa-state.bbappend new file mode 100644 index 0000000..2065b80 --- /dev/null +++ b/recipes-bsp/alsa-state/alsa-state.bbappend @@ -0,0 +1,3 @@ +PRINC = "6" + +FILESEXTRAPATHS_prepend := "${THISDIR}/alsa-state/:" diff --git a/recipes-bsp/alsa-state/alsa-state/gaga b/recipes-bsp/alsa-state/alsa-state/gaga new file mode 100644 index 0000000..6c604cf --- /dev/null +++ b/recipes-bsp/alsa-state/alsa-state/gaga @@ -0,0 +1 @@ +hu
\ No newline at end of file diff --git a/recipes-bsp/u-boot/u-boot_2011.06.bbappend b/recipes-bsp/u-boot/u-boot_2011.06.bbappend index ec7b4f6..27c3c61 100644 --- a/recipes-bsp/u-boot/u-boot_2011.06.bbappend +++ b/recipes-bsp/u-boot/u-boot_2011.06.bbappend @@ -34,8 +34,8 @@ PV_colibri-t30 = "${PR}+gitr${SRCREV}" # internal SVN ##################################################################################################################### S = "${WORKDIR}/bootloader/u-boot" -SRCREV_COLIBRI = "320" -SRC_URI_COLIBRI = "svn://tegradev:tegra123!@mammut.toradex.int:8090/colibri_tegra_linux/trunk;module=bootloader/u-boot;rev=${SRCREV_COLIBRI};proto=http \ +SRCREV_COLIBRI = "321" +SRC_URI_COLIBRI = "svn://tegradev:tegra123!@mammut.toradex.int:8090/colibri_tegra_linux/trunk;module=bootloader/u-boot;rev=${SRCREV_COLIBRI};protocol=http \ " ##################################################################################################################### diff --git a/recipes-kernel/linux/linux-colibri-t20_git.bb b/recipes-kernel/linux/linux-colibri-t20_git.bb index d3c0d7d..a461544 100644 --- a/recipes-kernel/linux/linux-colibri-t20_git.bb +++ b/recipes-kernel/linux/linux-colibri-t20_git.bb @@ -7,7 +7,10 @@ LINUX_VERSION ?= "3.1.10" #L4T R15 first run #SRCREV = "4f48c4961b86b4df1bcb4b1b535bc1c3d158b5af" #L4T R15, optimized config, bcm4329 warnings removed -SRCREV = "b562b12b12ba303d5ceca17b347d8c506e18f7f4" +#SRCREV = "b562b12b12ba303d5ceca17b347d8c506e18f7f4" +#Nand timings for 1.1, asix driver update, asix driver patch autodetach +SRCREV = "4dec0ae6f55768ba0acef97ff2c67f7d5d4663fe" + PV = "${LINUX_VERSION}+gitr${SRCREV}" PR = "V2.0b1" diff --git a/recipes-lxde/lxpanel/lxpanel_0.5.8.bbappend b/recipes-lxde/lxpanel/lxpanel_0.5.8.bbappend new file mode 100644 index 0000000..5c21d6a --- /dev/null +++ b/recipes-lxde/lxpanel/lxpanel_0.5.8.bbappend @@ -0,0 +1,4 @@ +PRINC = "1" + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + |