[ptxdist] [PATCH] host-tz-database: bump version 2015g -> 2016i

2016-11-07 Thread Moritz Warning
Signed-off-by: Moritz Warning 
---
 rules/host-tz-database.make | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/host-tz-database.make b/rules/host-tz-database.make
index c74d600..77b5f7c 100644
--- a/rules/host-tz-database.make
+++ b/rules/host-tz-database.make
@@ -20,8 +20,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_TZ_DATABASE) += host-tz-database
 HOST_TZ_DATABASE   := tz-database
 HOST_TZ_DATABASE_DIR   := $(HOST_BUILDDIR)/$(HOST_TZ_DATABASE)
 
-TZCODE_VERSION := 2015g
-TZCODE_MD5 := a2c47d908a6426f530efb1393cf1cd06
+TZCODE_VERSION := 2016i
+TZCODE_MD5 := 8fae14cba9396462955b7859cf04ba48
 TZCODE := tzcode$(TZCODE_VERSION)
 TZCODE_SUFFIX  := tar.gz
 TZCODE_URL := \
@@ -31,8 +31,8 @@ $(TZCODE_SOURCE)  := TZCODE
 TZCODE_DIR := $(HOST_TZ_DATABASE_DIR)
 TZCODE_STRIP_LEVEL := 0
 
-TZDATA_VERSION := 2015g
-TZDATA_MD5 := 8d46e8b225b9a04c75f5c39636435ad6
+TZDATA_VERSION := 2016i
+TZDATA_MD5 := 73912ecfa6a9a8048ddf2e719d9bc39d
 TZDATA := tzdata$(TZDATA_VERSION)
 TZDATA_SUFFIX  := tar.gz
 TZDATA_URL := \
-- 
2.10.2


___
ptxdist mailing list
ptxdist@pengutronix.de

[ptxdist] How to add a compiler variable from another package?

2015-08-27 Thread Moritz Warning

Hi,

I have a package that, when selected, should add a variable to a bunch 
of other packages.


Is this possible?

thanks,
mwarning

--
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] custom menu

2015-06-09 Thread Moritz Warning

Thanks, that did it.

On 06/09/2015 02:24 PM, Alexander Dahl wrote:

Hei hei,

Am 2015-06-09 13:01, schrieb Moritz Warning:

I tried to create a custom menu entry and created a file rules/Kconfig:


You don't need to.


There are also a few rules/*.in files containing "##
SECTION=project_specific" on top. But no change in the
menu can be seen.


Without changes in some Kconfig this should lead to showing those
packages at the top of the menuconfig.


Any ideas?
(do not laugh, it is ptxdist-2012.03.0)


We already told you in IRC this is not recommended. ;-) But I think the
menu mechanism was not touched and should work with your BSP, too.

Besides: I have one rule in my BSP, containing "project_specific" in the
first line and it looks somewhat like the following:


## SECTION=project_specific

menuconfig MY_DEVICE
 bool
 select FOO
 select BAR
 prompt "my Device "
 default y

if MY_DEVICE

 choice
 prompt "baz"

 config OPT_THIS
 bool
 prompt "this "

 config OPT_THAT
 bool
 prompt "that"
 endchoice

 menu "First submenu"
 source "generated/firstsubmenu.in"
 endmenu

 source "generated/anotherthing.in"

endif

# vim: ft=kconfig noet tw=72


This firstsubmenu.in however is not there as a file but I have other
rules starting with '## SECTION=firstsubmenu' which are put there
automatically.

This way the menuconfig is not filled with all my packages but with one
additional submenu where I can put under all my other stuff.

HTH & Greets
Alex

--
»With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601  D1D5 8FBA 7744 CC87 10D0 ***



--
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] custom menu

2015-06-09 Thread Moritz Warning

Ok,

the Kconfig files needs to be in $BSP/, not $BSP/rules.

But I cannot use the template:
$cp /usr/local/lib/ptxdist-2012.03.0/rules/templates/kconfig/Kconfig .
$ ./ptxdist menuconfig
config/Kconfig:6: invalid statement

ptxdist: ' menuconfig' returned with an error


But it work when I copy the global Kconfig and add a submenu there:
cp /usr/local/lib/ptxdist-2012.03.0/rules/Kconfig .
$ ./ptxdist menuconfig


Any ideas on how to use the template? Copying over and then modifying 
the global Kconfig is not the way to go...



On 06/09/2015 01:01 PM, Moritz Warning wrote:

Hi,

I tried to create a custom menu entry and created a file rules/Kconfig:

source "config/Kconfig"

comment "- Project Specific Menu -"

menu "Project Specific Menu   "
source "generated/project_specific.in"
endmenu


There are also a few rules/*.in files containing "##
SECTION=project_specific" on top. But no change in the
menu can be seen.
It looks like rules/Kconfig is completely ignored.

Any ideas?
(do not laugh, it is ptxdist-2012.03.0)

regards and cookies,
mwarning



--
ptxdist mailing list
ptxdist@pengutronix.de


[ptxdist] custom menu

2015-06-09 Thread Moritz Warning

Hi,

I tried to create a custom menu entry and created a file rules/Kconfig:

source "config/Kconfig"

comment "- Project Specific Menu -"

menu "Project Specific Menu   "
source "generated/project_specific.in"
endmenu


There are also a few rules/*.in files containing "## 
SECTION=project_specific" on top. But no change in the

menu can be seen.
It looks like rules/Kconfig is completely ignored.

Any ideas?
(do not laugh, it is ptxdist-2012.03.0)

regards and cookies,
mwarning

--
ptxdist mailing list
ptxdist@pengutronix.de