* [PATCH 1/2] linux: remove bbappends for old kernel recipes removed from meta-ti
@ 2014-06-23 16:43 Denys Dmytriyenko
2014-06-23 16:43 ` [PATCH 2/2] u-boot: remove bbappends for old u-boot " Denys Dmytriyenko
2014-06-23 16:44 ` [PATCH 1/2] linux: remove bbappends for old kernel " Denys Dmytriyenko
0 siblings, 2 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-06-23 16:43 UTC (permalink / raw)
To: meta-ti
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
.../recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend | 7 -------
.../recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend | 9 ---------
2 files changed, 16 deletions(-)
delete mode 100644 meta-arago-distro/recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend
delete mode 100644 meta-arago-distro/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend
diff --git a/meta-arago-distro/recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend
deleted file mode 100644
index 8948157..0000000
--- a/meta-arago-distro/recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-MACHINE_KERNEL_PR_append = "-arago1"
-
-# KVER is used by arago-source-ipk.conf
-KVER = "2.6.37"
-PSPREL = "04.02.00.07"
-
-require copy-defconfig.inc
diff --git a/meta-arago-distro/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend
deleted file mode 100644
index 5d3c3f7..0000000
--- a/meta-arago-distro/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-MACHINE_KERNEL_PR_append = "-arago3"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
-
-# KVER is used by arago-source-ipk.conf
-KVER = "2.6.37"
-PSPREL = "03.21.00.04.sdk"
-
-require copy-defconfig.inc
--
2.0.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] u-boot: remove bbappends for old u-boot recipes removed from meta-ti
2014-06-23 16:43 [PATCH 1/2] linux: remove bbappends for old kernel recipes removed from meta-ti Denys Dmytriyenko
@ 2014-06-23 16:43 ` Denys Dmytriyenko
2014-06-23 16:44 ` [PATCH 1/2] linux: remove bbappends for old kernel " Denys Dmytriyenko
1 sibling, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-06-23 16:43 UTC (permalink / raw)
To: meta-ti
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
meta-arago-distro/recipes-bsp/u-boot/u-boot-am180x_2010.12.bbappend | 5 -----
meta-arago-distro/recipes-bsp/u-boot/u-boot-am3517_2011.09.bbappend | 5 -----
2 files changed, 10 deletions(-)
delete mode 100644 meta-arago-distro/recipes-bsp/u-boot/u-boot-am180x_2010.12.bbappend
delete mode 100644 meta-arago-distro/recipes-bsp/u-boot/u-boot-am3517_2011.09.bbappend
diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-am180x_2010.12.bbappend b/meta-arago-distro/recipes-bsp/u-boot/u-boot-am180x_2010.12.bbappend
deleted file mode 100644
index 06a69a0..0000000
--- a/meta-arago-distro/recipes-bsp/u-boot/u-boot-am180x_2010.12.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-PR_append = "-arago0"
-
-# PSPREL and UVER are used by arago-source-ipk.conf
-UVER = "2010.12"
-PSPREL = "03.21.00.04.sdk"
diff --git a/meta-arago-distro/recipes-bsp/u-boot/u-boot-am3517_2011.09.bbappend b/meta-arago-distro/recipes-bsp/u-boot/u-boot-am3517_2011.09.bbappend
deleted file mode 100644
index 9871300..0000000
--- a/meta-arago-distro/recipes-bsp/u-boot/u-boot-am3517_2011.09.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-PR_append = "-arago0"
-
-# PSPREL and UVER are used by arago-source-ipk.conf
-PSPREL = "04.06.00.08"
-UVER = "2011.09"
--
2.0.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] linux: remove bbappends for old kernel recipes removed from meta-ti
2014-06-23 16:43 [PATCH 1/2] linux: remove bbappends for old kernel recipes removed from meta-ti Denys Dmytriyenko
2014-06-23 16:43 ` [PATCH 2/2] u-boot: remove bbappends for old u-boot " Denys Dmytriyenko
@ 2014-06-23 16:44 ` Denys Dmytriyenko
1 sibling, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-06-23 16:44 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti
Sorry, wrong list...
On Mon, Jun 23, 2014 at 12:43:25PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> .../recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend | 7 -------
> .../recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend | 9 ---------
> 2 files changed, 16 deletions(-)
> delete mode 100644 meta-arago-distro/recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend
> delete mode 100644 meta-arago-distro/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend
>
> diff --git a/meta-arago-distro/recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend
> deleted file mode 100644
> index 8948157..0000000
> --- a/meta-arago-distro/recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend
> +++ /dev/null
> @@ -1,7 +0,0 @@
> -MACHINE_KERNEL_PR_append = "-arago1"
> -
> -# KVER is used by arago-source-ipk.conf
> -KVER = "2.6.37"
> -PSPREL = "04.02.00.07"
> -
> -require copy-defconfig.inc
> diff --git a/meta-arago-distro/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend
> deleted file mode 100644
> index 5d3c3f7..0000000
> --- a/meta-arago-distro/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -MACHINE_KERNEL_PR_append = "-arago3"
> -
> -FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
> -
> -# KVER is used by arago-source-ipk.conf
> -KVER = "2.6.37"
> -PSPREL = "03.21.00.04.sdk"
> -
> -require copy-defconfig.inc
> --
> 2.0.0
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] linux: remove bbappends for old kernel recipes removed from meta-ti
@ 2014-06-23 16:44 Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-06-23 16:44 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
.../recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend | 7 -------
.../recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend | 9 ---------
2 files changed, 16 deletions(-)
delete mode 100644 meta-arago-distro/recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend
delete mode 100644 meta-arago-distro/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend
diff --git a/meta-arago-distro/recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend
deleted file mode 100644
index 8948157..0000000
--- a/meta-arago-distro/recipes-kernel/linux/linux-omap-psp_2.6.37.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-MACHINE_KERNEL_PR_append = "-arago1"
-
-# KVER is used by arago-source-ipk.conf
-KVER = "2.6.37"
-PSPREL = "04.02.00.07"
-
-require copy-defconfig.inc
diff --git a/meta-arago-distro/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend b/meta-arago-distro/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend
deleted file mode 100644
index 5d3c3f7..0000000
--- a/meta-arago-distro/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-MACHINE_KERNEL_PR_append = "-arago3"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
-
-# KVER is used by arago-source-ipk.conf
-KVER = "2.6.37"
-PSPREL = "03.21.00.04.sdk"
-
-require copy-defconfig.inc
--
2.0.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-23 16:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 16:43 [PATCH 1/2] linux: remove bbappends for old kernel recipes removed from meta-ti Denys Dmytriyenko
2014-06-23 16:43 ` [PATCH 2/2] u-boot: remove bbappends for old u-boot " Denys Dmytriyenko
2014-06-23 16:44 ` [PATCH 1/2] linux: remove bbappends for old kernel " Denys Dmytriyenko
-- strict thread matches above, loose matches on Subject: below --
2014-06-23 16:44 Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.