@@ -8,8 +8,8 @@ inherit packagegroup
EXTRA_FILES = ""
EXTRA_FILES:ti43x = "tisdk-uenv"
-EXTRA_FILES:omap-a15 = "tisdk-readme tisdk-uenv"
-EXTRA_FILES:k3 = "tisdk-readme tisdk-uenv"
+EXTRA_FILES:omap-a15 = "tisdk-uenv"
+EXTRA_FILES:k3 = "tisdk-uenv"
RDEPENDS:${PN} = "\
${EXTRA_FILES} \
deleted file mode 100644
@@ -1,22 +0,0 @@
-DESCRIPTION = "Package that will install a README file into the SDK prebuilt-binaries directory"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-
-SRC_URI = "\
- file://README \
-"
-
-PR = "r0"
-PV = "1.0"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-S = "${WORKDIR}"
-
-do_install () {
- install -d ${D}/board-support/prebuilt-images
-
- install -m 0644 ${S}/README ${D}/board-support/prebuilt-images/
-}
-
-FILES:${PN} += "board-support/*"
deleted file mode 100644
@@ -1,22 +0,0 @@
-The files contained in this directory represent the images that were built
-as part of the original SDK build and packaging process. They are meant
-to serve as a restore and starting point for your development. In order
-to use these images with an SD card they should be placed in the appropriate
-locations.
-
-By default these locations are:
-
-================================================================================
-| FILE | LOCATION |
-================================================================================
-| MLO | boot partition
-| u-boot.img | boot partition
-| uEnv.txt | boot partition
-| uImage | /boot directory of the rootfs partition
-| *.dtb | /boot directory of the rootfs partition
-================================================================================
-
-By default the boot loaders are read from the first FAT partition, which is
-usually called the "boot" partition. Then the bootloader will look for the
-uImage and DTB files in the /boot directory of the EXT partition, which is
-usually called the "rootfs" partition.
deleted file mode 100644
@@ -1,26 +0,0 @@
-The files contained in this directory represent the images that were built
-as part of the original SDK build and packaging process. They are meant
-to serve as a restore and starting point for your development. In order
-to use these images with an SD card they should be placed in the appropriate
-locations.
-
-By default these locations are:
-
-+-------------+-----------------------------------------+
-| File | Location |
-+-------------+-----------------------------------------+
-| tiboot3.bin | boot partition |
-| tispl.bin | boot partition |
-| u-boot.img | boot partition |
-| sysfw.itb | boot partition |
-| uEnv.txt | boot partition |
-+-------------+-----------------------------------------+
-| Image | /boot directory of the rootfs partition |
-| *.dtb | /boot directory of the rootfs partition |
-| *.dtbo | /boot directory of the rootfs partition |
-+-------------+-----------------------------------------+
-
-By default the boot loaders are read from the first FAT partition, which is
-usually called the "boot" partition. Then the bootloader will look for the
-Image and .dtb .dtbo files in the /boot directory of the ext4 partition, which is
-usually called the "rootfs" partition.
These README files for the TI SDK should go up in the SDK layers. They have not been updated in years and do not include useful nor up to date information. Remove them. Signed-off-by: Andrew Davis <afd@ti.com> --- ...packagegroup-arago-tisdk-amsdk-sdk-host.bb | 4 +-- .../tisdk-readme/tisdk-readme.bb | 22 ---------------- .../tisdk-readme/tisdk-readme/README | 22 ---------------- .../tisdk-readme/tisdk-readme/k3/README | 26 ------------------- 4 files changed, 2 insertions(+), 72 deletions(-) delete mode 100644 meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme.bb delete mode 100644 meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme/README delete mode 100644 meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme/k3/README