* [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33
@ 2013-08-01 0:31 Franklin S. Cooper Jr
2013-08-01 0:31 ` [master & danny][PATCH 2/7] arago.conf: Set machines to use " Franklin S. Cooper Jr
` (6 more replies)
0 siblings, 7 replies; 16+ messages in thread
From: Franklin S. Cooper Jr @ 2013-08-01 0:31 UTC (permalink / raw)
To: meta-arago; +Cc: Franklin S. Cooper Jr
* This is the version that was originally being using in arago/oe-classic based
SDK.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
.../linux-libc-headers_2.6.33.bb | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb
diff --git a/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb b/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb
new file mode 100644
index 0000000..eb8cb19
--- /dev/null
+++ b/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb
@@ -0,0 +1,10 @@
+require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+
+FILESEXTRAPATHS_append := "${THISDIR}/${PN}:${COREBASE}/meta/recipes-kernel/linux-libc-headers/${PN}"
+
+PR = "r0"
+
+SRC_URI += " file://connector-msg-size-fix.patch"
+SRC_URI[md5sum] = "c3883760b18d50e8d78819c54d579b00"
+SRC_URI[sha256sum] = "63e237de3b3c4c46a21833b9ce7e20574548d52dabbd1a8bf376041e4455d5c6"
+
--
1.7.0.4
^ permalink raw reply related [flat|nested] 16+ messages in thread* [master & danny][PATCH 2/7] arago.conf: Set machines to use linux-libc-headers version 2.6.33 2013-08-01 0:31 [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 Franklin S. Cooper Jr @ 2013-08-01 0:31 ` Franklin S. Cooper Jr 2013-08-01 0:31 ` [master & danny][PATCH 3/7] branding-amsdk: Set linux-libc-headers to 3.2 Franklin S. Cooper Jr ` (5 subsequent siblings) 6 siblings, 0 replies; 16+ messages in thread From: Franklin S. Cooper Jr @ 2013-08-01 0:31 UTC (permalink / raw) To: meta-arago; +Cc: Franklin S. Cooper Jr * Set machines to use linux-libc-headers version 2.6.33 if they are using an older kernel. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> --- .../conf/distro/include/arago-prefs.inc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc index 42bb769..eec8115 100644 --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc @@ -22,6 +22,7 @@ PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-ti-staging" PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-ti-staging" PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-ti-staging" +PREFERRED_VERSION_linux-libc-headers_am180x-evm = "2.6.33" PREFERRED_PROVIDER_virtual/kernel_am180x-evm = "linux-omapl138-psp" PREFERRED_VERSION_linux-omapl138-psp = "2.6.37" PREFERRED_PROVIDER_ltp-ddt_am180x-evm = "ltp-ddt-legacy" @@ -29,6 +30,7 @@ PREFERRED_PROVIDER_virtual/bootloader_am180x-evm = "u-boot-am180x" PREFERRED_PROVIDER_u-boot_am180x-evm = "u-boot-am180x" PREFERRED_VERSION_u-boot-am180x = "2010.12" +PREFERRED_VERSION_linux-libc-headers_am37x-evm = "2.6.33" PREFERRED_PROVIDER_virtual/kernel_am37x-evm = "linux-omap-psp" PREFERRED_VERSION_linux-omap-psp = "2.6.37" PREFERRED_PROVIDER_ltp-ddt_am37x-evm = "ltp-ddt-legacy" @@ -36,6 +38,7 @@ PREFERRED_PROVIDER_virtual/bootloader_am37x-evm = "u-boot-am37x" PREFERRED_PROVIDER_u-boot_am37x-evm = "u-boot-am37x" PREFERRED_VERSION_u-boot-am37x_am37x-evm = "2012.04.01" +PREFERRED_VERSION_linux-libc-headers_am3517-evm = "2.6.33" PREFERRED_PROVIDER_virtual/kernel_am3517-evm = "linux-omap-psp" PREFERRED_VERSION_linux-omap-psp_am3517-evm = "2.6.37" PREFERRED_PROVIDER_ltp-ddt_am3517-evm = "ltp-ddt-legacy" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* [master & danny][PATCH 3/7] branding-amsdk: Set linux-libc-headers to 3.2 2013-08-01 0:31 [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 Franklin S. Cooper Jr 2013-08-01 0:31 ` [master & danny][PATCH 2/7] arago.conf: Set machines to use " Franklin S. Cooper Jr @ 2013-08-01 0:31 ` Franklin S. Cooper Jr 2013-08-19 21:37 ` Denys Dmytriyenko 2013-08-01 0:31 ` [master & danny][PATCH 4/7] arago-perfs.inc: Set linux-libc-header version to 3.2 for beagleboard Franklin S. Cooper Jr ` (4 subsequent siblings) 6 siblings, 1 reply; 16+ messages in thread From: Franklin S. Cooper Jr @ 2013-08-01 0:31 UTC (permalink / raw) To: meta-arago; +Cc: Franklin S. Cooper Jr * Insure the proper linux-libc-header is used for 3.2 linux kernel Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> --- .../conf/distro/include/branding-amsdk.inc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/branding-amsdk.inc b/meta-arago-distro/conf/distro/include/branding-amsdk.inc index 8fdf93d..d8ae307 100644 --- a/meta-arago-distro/conf/distro/include/branding-amsdk.inc +++ b/meta-arago-distro/conf/distro/include/branding-amsdk.inc @@ -3,6 +3,8 @@ # Use the SDK supported kernel and kernel version PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-am335x-psp" PREFERRED_VERSION_linux-am335x-psp = "3.2" +PREFERRED_VERSION_linux-libc-headers_am335x-evm = "3.2" + PREFERRED_PROVIDER_ltp-ddt_am335x-evm = "ltp-ddt-legacy" PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-am33x" PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-am33x" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [master & danny][PATCH 3/7] branding-amsdk: Set linux-libc-headers to 3.2 2013-08-01 0:31 ` [master & danny][PATCH 3/7] branding-amsdk: Set linux-libc-headers to 3.2 Franklin S. Cooper Jr @ 2013-08-19 21:37 ` Denys Dmytriyenko 0 siblings, 0 replies; 16+ messages in thread From: Denys Dmytriyenko @ 2013-08-19 21:37 UTC (permalink / raw) To: Franklin S. Cooper Jr; +Cc: meta-arago On Wed, Jul 31, 2013 at 07:31:48PM -0500, Franklin S. Cooper Jr wrote: > * Insure the proper linux-libc-header is used for 3.2 linux kernel BTW, while it will work in danny, dylan no longer provides 3.2 version of linux-libc-headers. Patches 3 and 4 assume there is still one available. May need to bring it back to meta-arago... > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > --- > .../conf/distro/include/branding-amsdk.inc | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/meta-arago-distro/conf/distro/include/branding-amsdk.inc b/meta-arago-distro/conf/distro/include/branding-amsdk.inc > index 8fdf93d..d8ae307 100644 > --- a/meta-arago-distro/conf/distro/include/branding-amsdk.inc > +++ b/meta-arago-distro/conf/distro/include/branding-amsdk.inc > @@ -3,6 +3,8 @@ > # Use the SDK supported kernel and kernel version > PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-am335x-psp" > PREFERRED_VERSION_linux-am335x-psp = "3.2" > +PREFERRED_VERSION_linux-libc-headers_am335x-evm = "3.2" > + > PREFERRED_PROVIDER_ltp-ddt_am335x-evm = "ltp-ddt-legacy" > PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-am33x" > PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-am33x" > -- > 1.7.0.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > ^ permalink raw reply [flat|nested] 16+ messages in thread
* [master & danny][PATCH 4/7] arago-perfs.inc: Set linux-libc-header version to 3.2 for beagleboard 2013-08-01 0:31 [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 Franklin S. Cooper Jr 2013-08-01 0:31 ` [master & danny][PATCH 2/7] arago.conf: Set machines to use " Franklin S. Cooper Jr 2013-08-01 0:31 ` [master & danny][PATCH 3/7] branding-amsdk: Set linux-libc-headers to 3.2 Franklin S. Cooper Jr @ 2013-08-01 0:31 ` Franklin S. Cooper Jr 2013-08-01 0:31 ` [master & danny][PATCH 5/7] arago.conf: Separate work directories by linux-libc-headers version Franklin S. Cooper Jr ` (3 subsequent siblings) 6 siblings, 0 replies; 16+ messages in thread From: Franklin S. Cooper Jr @ 2013-08-01 0:31 UTC (permalink / raw) To: meta-arago; +Cc: Franklin S. Cooper Jr * Set linux-libc-header version that is compatible with the 3.3 beagleboard kernel. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> --- .../conf/distro/include/arago-prefs.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc index eec8115..f2bed55 100644 --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc @@ -48,6 +48,7 @@ PREFERRED_PROVIDER_u-boot_am3517-evm = "u-boot-am3517" PREFERRED_PROVIDER_virtual/kernel_beagleboard = "linux" PREFERRED_VERSION_linux_beagleboard = "3.3.7" PREFERRED_PROVIDER_ltp-ddt_beagleboard = "ltp-ddt-legacy" +PREFERRED_VERSION_linux-libc-headers_beagleboard = "3.2" PREFERRED_PROVIDER_virtual/bootloader_beagleboard = "u-boot-am37x" PREFERRED_PROVIDER_u-boot_beagleboard = "u-boot-am37x" PREFERRED_VERSION_u-boot-am37x_beagleboard = "2012.04.01" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* [master & danny][PATCH 5/7] arago.conf: Separate work directories by linux-libc-headers version 2013-08-01 0:31 [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 Franklin S. Cooper Jr ` (2 preceding siblings ...) 2013-08-01 0:31 ` [master & danny][PATCH 4/7] arago-perfs.inc: Set linux-libc-header version to 3.2 for beagleboard Franklin S. Cooper Jr @ 2013-08-01 0:31 ` Franklin S. Cooper Jr 2013-08-01 0:31 ` [master & danny][PATCH 6/7] toolchain-external-linaro: Use separate linux-libc-headers provider Franklin S. Cooper Jr ` (2 subsequent siblings) 6 siblings, 0 replies; 16+ messages in thread From: Franklin S. Cooper Jr @ 2013-08-01 0:31 UTC (permalink / raw) To: meta-arago; +Cc: Franklin S. Cooper Jr * Separate work directories by linux-libc-headers version since different devices with common architecture may use different linux-libc-headers. --- meta-arago-distro/conf/distro/arago.conf | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index b844846..74f4e82 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -60,3 +60,10 @@ ENTERPRISE_DISTRO = "1" # Arago based SDK. No need to prevent gst-ffmpeg from being used since we # disable troublesome software. LICENSE_FLAGS_WHITELIST = "commercial_gst-ffmpeg" + +# Some machines with the same architecture use different kernel versions. +# Set PACKAGE_ARCH to allow packages to be seperated by both architecture and +# linux-libc-headers version. +PACKAGE_ARCH := "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-libc-headers}" +# Need to include the new PACKAGE_ARCH to the PACKAGE_ARCHS variable or +PACKAGE_ARCHS += "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-libc-headers}" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* [master & danny][PATCH 6/7] toolchain-external-linaro: Use separate linux-libc-headers provider 2013-08-01 0:31 [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 Franklin S. Cooper Jr ` (3 preceding siblings ...) 2013-08-01 0:31 ` [master & danny][PATCH 5/7] arago.conf: Separate work directories by linux-libc-headers version Franklin S. Cooper Jr @ 2013-08-01 0:31 ` Franklin S. Cooper Jr 2013-08-19 21:41 ` Denys Dmytriyenko 2013-08-01 0:31 ` [master & danny][PATCH 7/7] meta-toolchain-arago: Add in linux-libc-headers version to variable Franklin S. Cooper Jr 2013-08-19 21:36 ` [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 Denys Dmytriyenko 6 siblings, 1 reply; 16+ messages in thread From: Franklin S. Cooper Jr @ 2013-08-01 0:31 UTC (permalink / raw) To: meta-arago; +Cc: Franklin S. Cooper Jr * Do not use linux-libc-headers from the toolchain which is fixed to a specific version of linux-libc-headers. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> --- .../conf/distro/include/toolchain-linaro.inc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc index 5713da2..9751725 100644 --- a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc +++ b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc @@ -36,3 +36,7 @@ PREFERRED_VERSION_binutils-crosssdk ?= "${SDKBINUVERSION}" PREFERRED_VERSION_nativesdk-linux-libc-headers ?= "${SDKLINUXLIBCVERSION}" PREFERRED_VERSION_nativesdk-eglibc ?= "${SDKEGLIBCVERSION}" PREFERRED_VERSION_nativesdk-eglibc-initial ?= "${SDKEGLIBCVERSION}" + +PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers" +PREFERRED_PROVIDER_linux-libc-headers-dev = "linux-libc-headers" +PREFERRED_PROVIDER_virtual/linux-libc-headers = "linux-libc-headers" -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [master & danny][PATCH 6/7] toolchain-external-linaro: Use separate linux-libc-headers provider 2013-08-01 0:31 ` [master & danny][PATCH 6/7] toolchain-external-linaro: Use separate linux-libc-headers provider Franklin S. Cooper Jr @ 2013-08-19 21:41 ` Denys Dmytriyenko 0 siblings, 0 replies; 16+ messages in thread From: Denys Dmytriyenko @ 2013-08-19 21:41 UTC (permalink / raw) To: Franklin S. Cooper Jr; +Cc: meta-arago On Wed, Jul 31, 2013 at 07:31:51PM -0500, Franklin S. Cooper Jr wrote: > * Do not use linux-libc-headers from the toolchain which is fixed to a specific > version of linux-libc-headers. Unfortunately, this won't work, as external-linaro-toolchain recipe does not allow replacing it's headers with the ones provided by linux-libc-headers. I had that implemented in Arago toolchain and Code Sourcery previously. I can patch Linaro recipe to have this capability, but it's not there yet, just letting you know. It may result in a conflict of headers the way it is now - I'm testing it... > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > --- > .../conf/distro/include/toolchain-linaro.inc | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc > index 5713da2..9751725 100644 > --- a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc > +++ b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc > @@ -36,3 +36,7 @@ PREFERRED_VERSION_binutils-crosssdk ?= "${SDKBINUVERSION}" > PREFERRED_VERSION_nativesdk-linux-libc-headers ?= "${SDKLINUXLIBCVERSION}" > PREFERRED_VERSION_nativesdk-eglibc ?= "${SDKEGLIBCVERSION}" > PREFERRED_VERSION_nativesdk-eglibc-initial ?= "${SDKEGLIBCVERSION}" > + > +PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers" > +PREFERRED_PROVIDER_linux-libc-headers-dev = "linux-libc-headers" > +PREFERRED_PROVIDER_virtual/linux-libc-headers = "linux-libc-headers" > -- > 1.7.0.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > ^ permalink raw reply [flat|nested] 16+ messages in thread
* [master & danny][PATCH 7/7] meta-toolchain-arago: Add in linux-libc-headers version to variable 2013-08-01 0:31 [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 Franklin S. Cooper Jr ` (4 preceding siblings ...) 2013-08-01 0:31 ` [master & danny][PATCH 6/7] toolchain-external-linaro: Use separate linux-libc-headers provider Franklin S. Cooper Jr @ 2013-08-01 0:31 ` Franklin S. Cooper Jr 2013-08-19 21:36 ` [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 Denys Dmytriyenko 6 siblings, 0 replies; 16+ messages in thread From: Franklin S. Cooper Jr @ 2013-08-01 0:31 UTC (permalink / raw) To: meta-arago; +Cc: Franklin S. Cooper Jr * The path specified by REAL_MULTIMACH_TARGET_SYS did not take into consideration the separation of directories due to different linux-libc-headers version. * By adjusting REAL_MULTIMACH_TARGET_SYS the environment-setup file points to the correct location. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> --- .../recipes-core/meta/meta-toolchain-arago.bb | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb index ff49426..a8da4dc 100644 --- a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb +++ b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb @@ -7,7 +7,10 @@ TOOLCHAIN_CLEANUP_PACKAGES ?= "" require recipes-core/meta/meta-toolchain.bb -PR = "r26" +# Add in linux-libc-headers version so that is taken into consideration +REAL_MULTIMACH_TARGET_SYS = "${TUNE_PKGARCH}-${PREFERRED_VERSION_linux-libc-headers}${TARGET_VENDOR}-${TARGET_OS}" + +PR = "r27" # This function creates an environment-setup-script for use in a deployable SDK toolchain_create_sdk_env_script () { -- 1.7.0.4 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 2013-08-01 0:31 [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 Franklin S. Cooper Jr ` (5 preceding siblings ...) 2013-08-01 0:31 ` [master & danny][PATCH 7/7] meta-toolchain-arago: Add in linux-libc-headers version to variable Franklin S. Cooper Jr @ 2013-08-19 21:36 ` Denys Dmytriyenko 2013-08-20 2:30 ` Cooper Jr., Franklin 6 siblings, 1 reply; 16+ messages in thread From: Denys Dmytriyenko @ 2013-08-19 21:36 UTC (permalink / raw) To: Franklin S. Cooper Jr; +Cc: meta-arago On Wed, Jul 31, 2013 at 07:31:46PM -0500, Franklin S. Cooper Jr wrote: > * This is the version that was originally being using in arago/oe-classic based > SDK. Why do we need 2.6.33? All our old kernels are at least 2.6.37 now and there is corresponding linux-libc-headers available... > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > --- > .../linux-libc-headers_2.6.33.bb | 10 ++++++++++ > 1 files changed, 10 insertions(+), 0 deletions(-) > create mode 100644 meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb > > diff --git a/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb b/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb > new file mode 100644 > index 0000000..eb8cb19 > --- /dev/null > +++ b/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb > @@ -0,0 +1,10 @@ > +require recipes-kernel/linux-libc-headers/linux-libc-headers.inc > + > +FILESEXTRAPATHS_append := "${THISDIR}/${PN}:${COREBASE}/meta/recipes-kernel/linux-libc-headers/${PN}" > + > +PR = "r0" > + > +SRC_URI += " file://connector-msg-size-fix.patch" > +SRC_URI[md5sum] = "c3883760b18d50e8d78819c54d579b00" > +SRC_URI[sha256sum] = "63e237de3b3c4c46a21833b9ce7e20574548d52dabbd1a8bf376041e4455d5c6" > + > -- > 1.7.0.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 2013-08-19 21:36 ` [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 Denys Dmytriyenko @ 2013-08-20 2:30 ` Cooper Jr., Franklin 2013-08-20 16:23 ` Denys Dmytriyenko 0 siblings, 1 reply; 16+ messages in thread From: Cooper Jr., Franklin @ 2013-08-20 2:30 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org On Aug 19, 2013, at 4:36 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote: > On Wed, Jul 31, 2013 at 07:31:46PM -0500, Franklin S. Cooper Jr wrote: >> * This is the version that was originally being using in arago/oe-classic based >> SDK. > > Why do we need 2.6.33? All our old kernels are at least 2.6.37 now and there > is corresponding linux-libc-headers available... It's been awhile but I believe am18x still didn't like the 2.6.37 headers for some crazy reason. > > >> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> >> --- >> .../linux-libc-headers_2.6.33.bb | 10 ++++++++++ >> 1 files changed, 10 insertions(+), 0 deletions(-) >> create mode 100644 meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb >> >> diff --git a/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb b/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb >> new file mode 100644 >> index 0000000..eb8cb19 >> --- /dev/null >> +++ b/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb >> @@ -0,0 +1,10 @@ >> +require recipes-kernel/linux-libc-headers/linux-libc-headers.inc >> + >> +FILESEXTRAPATHS_append := "${THISDIR}/${PN}:${COREBASE}/meta/recipes-kernel/linux-libc-headers/${PN}" >> + >> +PR = "r0" >> + >> +SRC_URI += " file://connector-msg-size-fix.patch" >> +SRC_URI[md5sum] = "c3883760b18d50e8d78819c54d579b00" >> +SRC_URI[sha256sum] = "63e237de3b3c4c46a21833b9ce7e20574548d52dabbd1a8bf376041e4455d5c6" >> + >> -- >> 1.7.0.4 >> >> _______________________________________________ >> meta-arago mailing list >> meta-arago@arago-project.org >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago >> ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 2013-08-20 2:30 ` Cooper Jr., Franklin @ 2013-08-20 16:23 ` Denys Dmytriyenko 2013-08-20 16:54 ` Cooper Jr., Franklin 0 siblings, 1 reply; 16+ messages in thread From: Denys Dmytriyenko @ 2013-08-20 16:23 UTC (permalink / raw) To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org On Mon, Aug 19, 2013 at 10:30:20PM -0400, Cooper Jr., Franklin wrote: > > > On Aug 19, 2013, at 4:36 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote: > > > On Wed, Jul 31, 2013 at 07:31:46PM -0500, Franklin S. Cooper Jr wrote: > >> * This is the version that was originally being using in arago/oe-classic based > >> SDK. > > > > Why do we need 2.6.33? All our old kernels are at least 2.6.37 now and there > > is corresponding linux-libc-headers available... > It's been awhile but I believe am18x still didn't like the 2.6.37 headers > for some crazy reason. Do you have any more details? I'm testing it right now and it seems to be building fine so far against 2.6.37.2... -- Denys > >> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > >> --- > >> .../linux-libc-headers_2.6.33.bb | 10 ++++++++++ > >> 1 files changed, 10 insertions(+), 0 deletions(-) > >> create mode 100644 meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb > >> > >> diff --git a/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb b/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb > >> new file mode 100644 > >> index 0000000..eb8cb19 > >> --- /dev/null > >> +++ b/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.33.bb > >> @@ -0,0 +1,10 @@ > >> +require recipes-kernel/linux-libc-headers/linux-libc-headers.inc > >> + > >> +FILESEXTRAPATHS_append := "${THISDIR}/${PN}:${COREBASE}/meta/recipes-kernel/linux-libc-headers/${PN}" > >> + > >> +PR = "r0" > >> + > >> +SRC_URI += " file://connector-msg-size-fix.patch" > >> +SRC_URI[md5sum] = "c3883760b18d50e8d78819c54d579b00" > >> +SRC_URI[sha256sum] = "63e237de3b3c4c46a21833b9ce7e20574548d52dabbd1a8bf376041e4455d5c6" > >> + > >> -- > >> 1.7.0.4 > >> > >> _______________________________________________ > >> meta-arago mailing list > >> meta-arago@arago-project.org > >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > >> ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 2013-08-20 16:23 ` Denys Dmytriyenko @ 2013-08-20 16:54 ` Cooper Jr., Franklin 2013-08-20 17:21 ` Denys Dmytriyenko 0 siblings, 1 reply; 16+ messages in thread From: Cooper Jr., Franklin @ 2013-08-20 16:54 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Tuesday, August 20, 2013 11:24 AM > To: Cooper Jr., Franklin > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] [master & danny][PATCH 1/7] linux-libc-headers: Add > linux-libc-headers version 2.6.33 > > On Mon, Aug 19, 2013 at 10:30:20PM -0400, Cooper Jr., Franklin wrote: > > > > > > On Aug 19, 2013, at 4:36 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote: > > > > > On Wed, Jul 31, 2013 at 07:31:46PM -0500, Franklin S. Cooper Jr wrote: > > >> * This is the version that was originally being using in > > >> arago/oe-classic based SDK. > > > > > > Why do we need 2.6.33? All our old kernels are at least 2.6.37 now > > > and there is corresponding linux-libc-headers available... > > > It's been awhile but I believe am18x still didn't like the 2.6.37 > > headers for some crazy reason. > > Do you have any more details? I'm testing it right now and it seems to be > building fine so far against 2.6.37.2... [Franklin] I believe it's a runtime issue with tslib. The am18 kernel conflicted with the 2.6.33 version of linux-libc-headers that was used to build tslib. > > -- > Denys > > > > >> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> > > >> --- > > >> .../linux-libc-headers_2.6.33.bb | 10 ++++++++++ > > >> 1 files changed, 10 insertions(+), 0 deletions(-) > > >> create mode 100644 meta-arago-extras/recipes-kernel/linux-libc- > headers/linux-libc-headers_2.6.33.bb > > >> > > >> diff --git a/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc- > headers_2.6.33.bb b/meta-arago-extras/recipes-kernel/linux-libc- > headers/linux-libc-headers_2.6.33.bb > > >> new file mode 100644 > > >> index 0000000..eb8cb19 > > >> --- /dev/null > > >> +++ b/meta-arago-extras/recipes-kernel/linux-libc-headers/linux-libc- > headers_2.6.33.bb > > >> @@ -0,0 +1,10 @@ > > >> +require recipes-kernel/linux-libc-headers/linux-libc-headers.inc > > >> + > > >> +FILESEXTRAPATHS_append := > "${THISDIR}/${PN}:${COREBASE}/meta/recipes-kernel/linux-libc- > headers/${PN}" > > >> + > > >> +PR = "r0" > > >> + > > >> +SRC_URI += " file://connector-msg-size-fix.patch" > > >> +SRC_URI[md5sum] = "c3883760b18d50e8d78819c54d579b00" > > >> +SRC_URI[sha256sum] = > "63e237de3b3c4c46a21833b9ce7e20574548d52dabbd1a8bf376041e4455d5 > c6" > > >> + > > >> -- > > >> 1.7.0.4 > > >> > > >> _______________________________________________ > > >> meta-arago mailing list > > >> meta-arago@arago-project.org > > >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > > >> ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 2013-08-20 16:54 ` Cooper Jr., Franklin @ 2013-08-20 17:21 ` Denys Dmytriyenko 2013-08-20 17:38 ` Cooper Jr., Franklin 0 siblings, 1 reply; 16+ messages in thread From: Denys Dmytriyenko @ 2013-08-20 17:21 UTC (permalink / raw) To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org On Tue, Aug 20, 2013 at 12:54:11PM -0400, Cooper Jr., Franklin wrote: > > > > -----Original Message----- > > From: Dmytriyenko, Denys > > Sent: Tuesday, August 20, 2013 11:24 AM > > To: Cooper Jr., Franklin > > Cc: meta-arago@arago-project.org > > Subject: Re: [meta-arago] [master & danny][PATCH 1/7] linux-libc-headers: Add > > linux-libc-headers version 2.6.33 > > > > On Mon, Aug 19, 2013 at 10:30:20PM -0400, Cooper Jr., Franklin wrote: > > > > > > > > > On Aug 19, 2013, at 4:36 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote: > > > > > > > On Wed, Jul 31, 2013 at 07:31:46PM -0500, Franklin S. Cooper Jr wrote: > > > >> * This is the version that was originally being using in > > > >> arago/oe-classic based SDK. > > > > > > > > Why do we need 2.6.33? All our old kernels are at least 2.6.37 now > > > > and there is corresponding linux-libc-headers available... > > > > > It's been awhile but I believe am18x still didn't like the 2.6.37 > > > headers for some crazy reason. > > > > Do you have any more details? I'm testing it right now and it seems to be > > building fine so far against 2.6.37.2... > > [Franklin] I believe it's a runtime issue with tslib. The am18 kernel > conflicted with the 2.6.33 version of linux-libc-headers that was used to > build tslib. But otherwise libnl-3.2.21 doesn't seem to build against 2.6.33 headers... -- Denys ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 2013-08-20 17:21 ` Denys Dmytriyenko @ 2013-08-20 17:38 ` Cooper Jr., Franklin 2013-08-20 17:44 ` Denys Dmytriyenko 0 siblings, 1 reply; 16+ messages in thread From: Cooper Jr., Franklin @ 2013-08-20 17:38 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org On Aug 20, 2013, at 12:21 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote: > On Tue, Aug 20, 2013 at 12:54:11PM -0400, Cooper Jr., Franklin wrote: >> >> >>> -----Original Message----- >>> From: Dmytriyenko, Denys >>> Sent: Tuesday, August 20, 2013 11:24 AM >>> To: Cooper Jr., Franklin >>> Cc: meta-arago@arago-project.org >>> Subject: Re: [meta-arago] [master & danny][PATCH 1/7] linux-libc-headers: Add >>> linux-libc-headers version 2.6.33 >>> >>> On Mon, Aug 19, 2013 at 10:30:20PM -0400, Cooper Jr., Franklin wrote: >>>> >>>> >>>> On Aug 19, 2013, at 4:36 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote: >>>> >>>>> On Wed, Jul 31, 2013 at 07:31:46PM -0500, Franklin S. Cooper Jr wrote: >>>>>> * This is the version that was originally being using in >>>>>> arago/oe-classic based SDK. >>>>> >>>>> Why do we need 2.6.33? All our old kernels are at least 2.6.37 now >>>>> and there is corresponding linux-libc-headers available... >>> >>>> It's been awhile but I believe am18x still didn't like the 2.6.37 >>>> headers for some crazy reason. >>> >>> Do you have any more details? I'm testing it right now and it seems to be >>> building fine so far against 2.6.37.2... >> >> [Franklin] I believe it's a runtime issue with tslib. The am18 kernel >> conflicted with the 2.6.33 version of linux-libc-headers that was used to >> build tslib. > > But otherwise libnl-3.2.21 doesn't seem to build against 2.6.33 headers... > I need to submit patches to enable wilink 6 for am18 and am37 anyway by adding older versions of various recipes which would fix this problem. > -- > Denys ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 2013-08-20 17:38 ` Cooper Jr., Franklin @ 2013-08-20 17:44 ` Denys Dmytriyenko 0 siblings, 0 replies; 16+ messages in thread From: Denys Dmytriyenko @ 2013-08-20 17:44 UTC (permalink / raw) To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org On Tue, Aug 20, 2013 at 01:38:28PM -0400, Cooper Jr., Franklin wrote: > > > On Aug 20, 2013, at 12:21 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote: > > > On Tue, Aug 20, 2013 at 12:54:11PM -0400, Cooper Jr., Franklin wrote: > >> > >> > >>> -----Original Message----- > >>> From: Dmytriyenko, Denys > >>> Sent: Tuesday, August 20, 2013 11:24 AM > >>> To: Cooper Jr., Franklin > >>> Cc: meta-arago@arago-project.org > >>> Subject: Re: [meta-arago] [master & danny][PATCH 1/7] linux-libc-headers: Add > >>> linux-libc-headers version 2.6.33 > >>> > >>> On Mon, Aug 19, 2013 at 10:30:20PM -0400, Cooper Jr., Franklin wrote: > >>>> > >>>> > >>>> On Aug 19, 2013, at 4:36 PM, "Dmytriyenko, Denys" <denys@ti.com> wrote: > >>>> > >>>>> On Wed, Jul 31, 2013 at 07:31:46PM -0500, Franklin S. Cooper Jr wrote: > >>>>>> * This is the version that was originally being using in > >>>>>> arago/oe-classic based SDK. > >>>>> > >>>>> Why do we need 2.6.33? All our old kernels are at least 2.6.37 now > >>>>> and there is corresponding linux-libc-headers available... > >>> > >>>> It's been awhile but I believe am18x still didn't like the 2.6.37 > >>>> headers for some crazy reason. > >>> > >>> Do you have any more details? I'm testing it right now and it seems to be > >>> building fine so far against 2.6.37.2... > >> > >> [Franklin] I believe it's a runtime issue with tslib. The am18 kernel > >> conflicted with the 2.6.33 version of linux-libc-headers that was used to > >> build tslib. > > > > But otherwise libnl-3.2.21 doesn't seem to build against 2.6.33 headers... > > > I need to submit patches to enable wilink 6 for am18 and am37 anyway by > adding older versions of various recipes which would fix this problem. Ok, then, let's leave 2.6.33 headers out until that time - I'll pick the other 4 patches from this series today. Thanks. -- Denys ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2013-08-20 17:44 UTC | newest] Thread overview: 16+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-08-01 0:31 [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 Franklin S. Cooper Jr 2013-08-01 0:31 ` [master & danny][PATCH 2/7] arago.conf: Set machines to use " Franklin S. Cooper Jr 2013-08-01 0:31 ` [master & danny][PATCH 3/7] branding-amsdk: Set linux-libc-headers to 3.2 Franklin S. Cooper Jr 2013-08-19 21:37 ` Denys Dmytriyenko 2013-08-01 0:31 ` [master & danny][PATCH 4/7] arago-perfs.inc: Set linux-libc-header version to 3.2 for beagleboard Franklin S. Cooper Jr 2013-08-01 0:31 ` [master & danny][PATCH 5/7] arago.conf: Separate work directories by linux-libc-headers version Franklin S. Cooper Jr 2013-08-01 0:31 ` [master & danny][PATCH 6/7] toolchain-external-linaro: Use separate linux-libc-headers provider Franklin S. Cooper Jr 2013-08-19 21:41 ` Denys Dmytriyenko 2013-08-01 0:31 ` [master & danny][PATCH 7/7] meta-toolchain-arago: Add in linux-libc-headers version to variable Franklin S. Cooper Jr 2013-08-19 21:36 ` [master & danny][PATCH 1/7] linux-libc-headers: Add linux-libc-headers version 2.6.33 Denys Dmytriyenko 2013-08-20 2:30 ` Cooper Jr., Franklin 2013-08-20 16:23 ` Denys Dmytriyenko 2013-08-20 16:54 ` Cooper Jr., Franklin 2013-08-20 17:21 ` Denys Dmytriyenko 2013-08-20 17:38 ` Cooper Jr., Franklin 2013-08-20 17: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.