All of lore.kernel.org
 help / color / mirror / Atom feed
* Jacob Stiffler : cmem: Bump SRCREV to fix build with GCC 4.9 and Linux 4.1
@ 2015-08-24 18:21 Arago Project git
  0 siblings, 0 replies; 3+ messages in thread
From: Arago Project git @ 2015-08-24 18:21 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: daisy
Commit: 355915791b04110c55091422ae8c53b42f2dd140
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=355915791b04110c55091422ae8c53b42f2dd140

Author: Jacob Stiffler <j-stiffler@ti.com>
Date:   Fri Aug 21 19:41:05 2015 +0000

cmem: Bump SRCREV to fix build with GCC 4.9 and Linux 4.1

* Changes retain compatibility with older tolchain and kernl.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-bsp/cmem/cmem-mod_git.bb |    2 +-
 recipes-bsp/cmem/cmem.inc        |    8 ++++----
 recipes-bsp/cmem/cmem_git.bb     |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb
index b36eb09..6b2303c 100644
--- a/recipes-bsp/cmem/cmem-mod_git.bb
+++ b/recipes-bsp/cmem/cmem-mod_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Kernel module for contiguous memory allocation from userspace"
 include cmem.inc
 
 # This package builds a kernel module, use kernel PR as base and append a local
-MACHINE_KERNEL_PR_append = "b"
+MACHINE_KERNEL_PR_append = "a"
 PR = "${MACHINE_KERNEL_PR}"
 
 inherit module
diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc
index 23e5f2e..0d3e918 100644
--- a/recipes-bsp/cmem/cmem.inc
+++ b/recipes-bsp/cmem/cmem.inc
@@ -3,11 +3,11 @@ HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1"
 
-BRANCH ?= "master"
-# This corresponds to version 4.10.01.02
-SRCREV = "a51d9770021fd16c97fc59b320286a3fa43278bc"
+BRANCH ?= "lu-next"
+# This corresponds to version 4.10.02.03
+SRCREV = "d47ac635699da6bee6daff31b87b0123e13af4ac"
 
-PV = "4.10.01.02+git${SRCPV}"
+PV = "4.10.02.03+git${SRCPV}"
 
 SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}"
 
diff --git a/recipes-bsp/cmem/cmem_git.bb b/recipes-bsp/cmem/cmem_git.bb
index b30029d..bab9238 100644
--- a/recipes-bsp/cmem/cmem_git.bb
+++ b/recipes-bsp/cmem/cmem_git.bb
@@ -4,7 +4,7 @@ include cmem.inc
 
 RDEPENDS_${PN} = "cmem-mod"
 
-PR = "r1"
+PR = "r0"
 
 PACKAGES =+ "${PN}-test"
 



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Jacob Stiffler : cmem: Bump SRCREV to fix build with GCC 4.9 and Linux 4.1
@ 2015-08-24 18:20 Arago Project git
  0 siblings, 0 replies; 3+ messages in thread
From: Arago Project git @ 2015-08-24 18:20 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: fido
Commit: 7bb1f36fad2170104db0266f9ffd342dd4b16610
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=7bb1f36fad2170104db0266f9ffd342dd4b16610

Author: Jacob Stiffler <j-stiffler@ti.com>
Date:   Fri Aug 21 19:41:05 2015 +0000

cmem: Bump SRCREV to fix build with GCC 4.9 and Linux 4.1

* Changes retain compatibility with older tolchain and kernl.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-bsp/cmem/cmem-mod_git.bb |    2 +-
 recipes-bsp/cmem/cmem.inc        |    8 ++++----
 recipes-bsp/cmem/cmem_git.bb     |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb
index b36eb09..6b2303c 100644
--- a/recipes-bsp/cmem/cmem-mod_git.bb
+++ b/recipes-bsp/cmem/cmem-mod_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Kernel module for contiguous memory allocation from userspace"
 include cmem.inc
 
 # This package builds a kernel module, use kernel PR as base and append a local
-MACHINE_KERNEL_PR_append = "b"
+MACHINE_KERNEL_PR_append = "a"
 PR = "${MACHINE_KERNEL_PR}"
 
 inherit module
diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc
index 23e5f2e..0d3e918 100644
--- a/recipes-bsp/cmem/cmem.inc
+++ b/recipes-bsp/cmem/cmem.inc
@@ -3,11 +3,11 @@ HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1"
 
-BRANCH ?= "master"
-# This corresponds to version 4.10.01.02
-SRCREV = "a51d9770021fd16c97fc59b320286a3fa43278bc"
+BRANCH ?= "lu-next"
+# This corresponds to version 4.10.02.03
+SRCREV = "d47ac635699da6bee6daff31b87b0123e13af4ac"
 
-PV = "4.10.01.02+git${SRCPV}"
+PV = "4.10.02.03+git${SRCPV}"
 
 SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}"
 
diff --git a/recipes-bsp/cmem/cmem_git.bb b/recipes-bsp/cmem/cmem_git.bb
index b30029d..bab9238 100644
--- a/recipes-bsp/cmem/cmem_git.bb
+++ b/recipes-bsp/cmem/cmem_git.bb
@@ -4,7 +4,7 @@ include cmem.inc
 
 RDEPENDS_${PN} = "cmem-mod"
 
-PR = "r1"
+PR = "r0"
 
 PACKAGES =+ "${PN}-test"
 



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Jacob Stiffler : cmem: Bump SRCREV to fix build with GCC 4.9 and Linux 4.1
@ 2015-08-24 18:20 Arago Project git
  0 siblings, 0 replies; 3+ messages in thread
From: Arago Project git @ 2015-08-24 18:20 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: 2ea16a954200f6092435985a4430c772b0c36d8e
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=2ea16a954200f6092435985a4430c772b0c36d8e

Author: Jacob Stiffler <j-stiffler@ti.com>
Date:   Fri Aug 21 19:41:05 2015 +0000

cmem: Bump SRCREV to fix build with GCC 4.9 and Linux 4.1

* Changes retain compatibility with older tolchain and kernl.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-bsp/cmem/cmem-mod_git.bb |    2 +-
 recipes-bsp/cmem/cmem.inc        |    8 ++++----
 recipes-bsp/cmem/cmem_git.bb     |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes-bsp/cmem/cmem-mod_git.bb b/recipes-bsp/cmem/cmem-mod_git.bb
index b36eb09..6b2303c 100644
--- a/recipes-bsp/cmem/cmem-mod_git.bb
+++ b/recipes-bsp/cmem/cmem-mod_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Kernel module for contiguous memory allocation from userspace"
 include cmem.inc
 
 # This package builds a kernel module, use kernel PR as base and append a local
-MACHINE_KERNEL_PR_append = "b"
+MACHINE_KERNEL_PR_append = "a"
 PR = "${MACHINE_KERNEL_PR}"
 
 inherit module
diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc
index 23e5f2e..0d3e918 100644
--- a/recipes-bsp/cmem/cmem.inc
+++ b/recipes-bsp/cmem/cmem.inc
@@ -3,11 +3,11 @@ HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a636c91aed4b02ac1"
 
-BRANCH ?= "master"
-# This corresponds to version 4.10.01.02
-SRCREV = "a51d9770021fd16c97fc59b320286a3fa43278bc"
+BRANCH ?= "lu-next"
+# This corresponds to version 4.10.02.03
+SRCREV = "d47ac635699da6bee6daff31b87b0123e13af4ac"
 
-PV = "4.10.01.02+git${SRCPV}"
+PV = "4.10.02.03+git${SRCPV}"
 
 SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}"
 
diff --git a/recipes-bsp/cmem/cmem_git.bb b/recipes-bsp/cmem/cmem_git.bb
index b30029d..bab9238 100644
--- a/recipes-bsp/cmem/cmem_git.bb
+++ b/recipes-bsp/cmem/cmem_git.bb
@@ -4,7 +4,7 @@ include cmem.inc
 
 RDEPENDS_${PN} = "cmem-mod"
 
-PR = "r1"
+PR = "r0"
 
 PACKAGES =+ "${PN}-test"
 



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-24 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-24 18:21 Jacob Stiffler : cmem: Bump SRCREV to fix build with GCC 4.9 and Linux 4.1 Arago Project git
  -- strict thread matches above, loose matches on Subject: below --
2015-08-24 18:20 Arago Project git
2015-08-24 18:20 Arago Project git

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.