summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot_git.bbappend.orig23
-rw-r--r--recipes/images/trdx-extra.inc.orig52
2 files changed, 0 insertions, 75 deletions
diff --git a/recipes-bsp/u-boot/u-boot_git.bbappend.orig b/recipes-bsp/u-boot/u-boot_git.bbappend.orig
deleted file mode 100644
index 9a1acc8..0000000
--- a/recipes-bsp/u-boot/u-boot_git.bbappend.orig
+++ /dev/null
@@ -1,23 +0,0 @@
-# Extends the core U-Boot GIT recipe
-# to take the u-boot sources including the colibri stuff from our git repository
-
-# Also overwries the license checksum to suit the updated text file in our U-Boot snapshot.
-#LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
-
-COMPATIBLE_MACHINE = "omap3-pandora"
-DEFAULT_PREFERENCE_omap3-pandora = "1"
-
-# Latest SRCREV.
-SRCREV_pn-${PN}_omap3-pandora = "55d0d2dd5d07fbfd57309997c38da5281b9824b5"
-
-PR ="r3"
-PV_omap3-pandora = "omap3-pandora+${PR}+gitr${SRCREV}"
-
-SRC_URI_omap3-pandora = "git://git.openpandora.org/pandora-u-boot.git;branch=pandora-2011.12;protocol=git \
-"
-
-UBOOT_MACHINE_omap3-pandora = "omap3_pandora_config"
-
-S = "${WORKDIR}/git"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/recipes/images/trdx-extra.inc.orig b/recipes/images/trdx-extra.inc.orig
deleted file mode 100644
index 09d7d09..0000000
--- a/recipes/images/trdx-extra.inc.orig
+++ /dev/null
@@ -1,52 +0,0 @@
-#additional packages to include in our Toradex images
-
-#the following would build cross gdb
-#DEPENDS += "gdb-cross"
-
-#the gdb recipe provides gdbserver
-DEPENDS += "gdb"
-
-IMAGE_INSTALL += " alsa-utils \
- alsa-utils-aplay \
- alsa-utils-amixer \
- \
- \
- aspell \
- consolekit \
- sqlite3 \
- \
- curl \
- nfs-utils-client \
- openssh-scp \
- openssh-sftp \
- openssl-conf \
- ntpclient \
- pam-plugin-ck-connector \
- \
- bzip2 \
- gdbserver \
- grep \
- joe \
- ldd \
- mtd-utils \
- update-modules \
- \
- hdparm \
- iperf \
- memtester \
- stress \
- lmbench \
- nbench-byte \
- \
- tegrastats \
- trdx-nv-binaries \
- trdx-config \
- gpioconfig \
- \
- trdx-oak-sensors \
- "
-
-IMAGE_INSTALL_colibri-t20 += " \
- trdx-odm \
- "
-