Hi All,
I'm pleased to announce we have changed the date for Linaro Connect Q4 2011.
It will now be October 31 - 4 November, still in Orlando Florida and still
co-located with Ubuntu Developer Summit (which has also changed date).
The reason for this is primarily to avoid clashing with other important
industry events including ELC Europe, Gstreamer 2011 and ARM TechCon
I strongly suggest you start booking travel now. At least from UK, airline
flights are already pretty restricted as its around half term week for kids
(oh, joy - that will make the plane trip fun ;-).
Details about Linaro Connect will start building here:
https://wiki.linaro.org/Events/LinaroConnectQ4.11
Thx
Stephen Doel
Chief Operating Officer
T: +44 1223 45 00 23 │ M: +44 77 66 014 247
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro/155974581091106>
Facebook | <http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
In-order to make reproducible builds we create pinned manifests with
each commit explicitly listed. We also use this method to create a
release. We depend on these pinned commits - if they don't exist the
"released" builds can no longer be reproduced.
-Zach
Hi,
I've just made some small improvements to status.linaro.org to make it
easier to keep running.
Firstly, at the bottom of every page is now the time at which the page
was last updated. If it's more than an hour ago then the site isn't
updating.
If it's not updating then follow the "Update log" link to take a look
at why. This records each attempt to update and any exceptions that
prevented it from happening. It rotates once a day so you may need
to look at the "yesterday" link to see why.
If there's a bug you can use the "Bugs" link to search for and report
it.
If you want to check the code use the "Code" link.
Finally, if you want to see the config, to see what is being tracked,
and to update it, then use the "Config" link.
Thanks,
James
When building with the make O= option some of the dependenccies
and include files can't be resolved. This patch corrects the paths
so that the files can be found.
Thsis is a patch For Chunsangs repo at :
git://git.linaro.org/people/chunsangjeong/mali.git
Signed-off-by: Angus Ainslie <angus.ainslie(a)linaro.org>
---
drivers/gpu/arm/mali/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/arm/mali/Makefile b/drivers/gpu/arm/mali/Makefile
index 47a147d..8481706 100755
--- a/drivers/gpu/arm/mali/Makefile
+++ b/drivers/gpu/arm/mali/Makefile
@@ -10,12 +10,12 @@
OSKOS :=linux
FILES_PREFIX=
-MALI_FILE_PREFIX := drivers/gpu/arm/mali
+MALI_FILE_PREFIX := $(srctree)/drivers/gpu/arm/mali
KBUILDROOT =
# Add platform configuration file for Mali
ifeq ($(CONFIG_ARCH_EXYNOS4),y)
-MACHDIR := arch/arm/mach-exynos4
+MACHDIR := $(srctree)/arch/arm/mach-exynos4
MALICONFIGDIR :=$(MACHDIR)/include/mach/mali
endif
--
1.7.4.1
Enclosed please find the link to the Weekly Status report
for the kernel working group for the week ending 2011-07-15.
== Meeting Minutes ==
https://wiki.linaro.org/WorkingGroups/Kernel/Meetings/2011-07-11
== Weekly Status Report ==
https://wiki.linaro.org/WorkingGroups/Kernel/Status/2011-07-14
== Summary ==
* Released initial linaro+android-3.0 kernel branch
* Device Tree
* migrating imx driver to device tree aware, serial, fec, gpio, esdhc and
spi are basically done.
* Moving tegra over to use the device tree, most of the devices being
initialized using the device tree.
* Booted Snowball, with DT.
* Experimentally merged the ael tree with linux-linaro-2.6.39.
* Submitted kprobe Thumb-2 support patches for review.
* Merged branches for omap, imx, at91, davinci, ... into arm-soc.git.
* mmc non-blocking patchset v9 is merged in mmc-next for 3.1
* Multiple posting of patch series to contribute to the single kernel
image
* Merged multiple patches into linaro-2.6.39
Regards,
--
Mounir Bsaibes
Project Manager
Follow Linaro.org:
facebook.com/pages/Linaro/155974581091106http://twitter.com/#!/linaroorghttp://www.linaro.org/linaro-blog <http://www.linaro.org/linaro-blog>
Key Points for wider discussion:
Snowball Android is now building on the build server:
https://android-build.linaro.org/builds/~linaro-android/leb-snowball/
Team Highlights:
Busybox is compiling now and work continues to complete the Android
integration
MLO integration into TI 3.0 LEB started.
Multimedia test script is completed. It will be put in LEB but excluding the
required (large) media files. Download link will appear to user.
Integrating the Build server output to LAVA ongoing.
gcc 4.6 successfully integrated in Linaro Android build. Dbus code cleanup
was required and changes will be upstreamed to AOSP.
Miscellaneous:
----
This status can be found at
https://wiki.linaro.org/Platform/Android/Status/2011-07-14