[OE-core] [OE-Core][PATCH v2] uboot-extlinux-config.bbclass: add support for timeout & default

2017-02-09 Thread Dalon Westergreen
When multible targets are defined it is useful to allow for a default target along with a timeout. After timeout, the default target will be selected. Signed-off-by: Dalon Westergreen -- v2: - fixed UnboundLocalError --- meta/classes/uboot-extlinux-config.bbclass | 17 + 1

Re: [OE-core] [OE-Core][PATCH] uboot-extlinux-config.bbclass: add support for timeout & default

2017-02-09 Thread Dalon Westergreen
.data.createCopy(d). > thanks. > On Thu, Feb 9, 2017 at 2:09 PM, Dalon Westergreen wrote: > > When multible targets are defined it is useful to allow for > > a default target along with a timeout.  After timeout, the > > default target will be selected. > > > &g

[OE-core] [OE-Core][PATCH] uboot-extlinux-config.bbclass: add support for timeout & default

2017-02-09 Thread Dalon Westergreen
When multible targets are defined it is useful to allow for a default target along with a timeout. After timeout, the default target will be selected. Signed-off-by: Dalon Westergreen --- meta/classes/uboot-extlinux-config.bbclass | 18 ++ 1 file changed, 18 insertions(+) diff

[OE-core] [PATCH] uboot-extlinux-config.bbclass: add support for timeout & default

2017-02-07 Thread Dalon Westergreen
When multible targets are defined it is useful to allow for a default target along with a timeout. After timeout, the default target will be selected. Signed-off-by: Dalon Westergreen --- meta/classes/uboot-extlinux-config.bbclass | 18 ++ 1 file changed, 18 insertions(+) diff