* Since the board port labs will no longer be bundled within the SDK there is no need to keep these recipes around.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../board-port-labs/board-port-labs-linux_git.bb | 35 -------------------- .../board-port-labs/board-port-labs-u-boot_git.bb | 35 -------------------- 2 files changed, 0 insertions(+), 70 deletions(-) delete mode 100644 meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-linux_git.bb delete mode 100644 meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-u-boot_git.bb diff --git a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-linux_git.bb b/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-linux_git.bb deleted file mode 100644 index 4ed1adf..0000000 --- a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-linux_git.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "Git repositories containing sample board port code" -HOMEPAGE = "https://gitorious.org/sitara-board-port" - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" - -inherit allarch - -CREATE_SRCIPK = "1" -SRCIPK_INSTALL_DIR = "board-support/board-port-labs/sitara-board-port-linux" -SRCIPK_PRESERVE_GIT = "true" - -PR = "r0" - -BRANCH = "master" -SRC_URI = "git://gitorious.org/sitara-board-port/sitara-board-port-linux.git;protocol=git;branch=${BRANCH}" - -SRCREV = "30df33e7134ab507a339b89a864256cabfbddea1" - -S = "${WORKDIR}/git" - -adjust_git_prepend() { - - # Checkout a specific branch instead of a commit that is used by default - git checkout ${BRANCH} -} - -do_configure() { - : -} - -do_compile() { - : -} - diff --git a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-u-boot_git.bb b/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-u-boot_git.bb deleted file mode 100644 index 5e68d30..0000000 --- a/meta-arago-distro/recipes-tisdk/board-port-labs/board-port-labs-u-boot_git.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "Git repositories containing sample board port code" -HOMEPAGE = "https://gitorious.org/sitara-board-port" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" - -inherit allarch - -CREATE_SRCIPK = "1" -SRCIPK_INSTALL_DIR = "board-support/board-port-labs/sitara-board-port-u-boot" -SRCIPK_PRESERVE_GIT = "true" - -PR = "r0" - -BRANCH = "master" -SRC_URI = "git://gitorious.org/sitara-board-port/sitara-board-port-uboot.git;protocol=git;branch=${BRANCH}" - -SRCREV = "43a81af5ccddc67f9ed5f11664e5478f59574102" - -S = "${WORKDIR}/git" - -adjust_git_prepend() { - - # Checkout a specific branch instead of a commit that is used by default - git checkout ${BRANCH} -} - -do_configure() { - : -} - -do_compile() { - : -} - -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
