* E-Ten Glofiish M800 support
@ 2008-11-18 15:59 Stefan Schmidt
2008-11-18 16:57 ` Koen Kooi
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Schmidt @ 2008-11-18 15:59 UTC (permalink / raw)
To: openembedded-devel
Hello.
I just pushed a branch with basic machine and kernel support for the M800 from
E-Ten. Normally Winodws Mobile based device. Linux support is ongoing.
http://git.openembedded.net/?p=openembedded.git;a=commitdiff;h=0ea0875a3e5456f701df08e0974821a4e8852f55
As it is just machine, kernel recipe and sane-srcrev it should not break
anything. Still I would like to ask for review before pushing it in.
How does folks feel about it?
regards
Stefan Schmidt
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: E-Ten Glofiish M800 support
2008-11-18 15:59 E-Ten Glofiish M800 support Stefan Schmidt
@ 2008-11-18 16:57 ` Koen Kooi
2008-11-18 18:44 ` Stefan Schmidt
0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2008-11-18 16:57 UTC (permalink / raw)
To: openembedded-devel
On 18-11-08 16:59, Stefan Schmidt wrote:
> Hello.
>
> I just pushed a branch with basic machine and kernel support for the M800 from
> E-Ten. Normally Winodws Mobile based device. Linux support is ongoing.
>
> http://git.openembedded.net/?p=openembedded.git;a=commitdiff;h=0ea0875a3e5456f701df08e0974821a4e8852f55
>
> As it is just machine, kernel recipe and sane-srcrev it should not break
> anything. Still I would like to ask for review before pushing it in.
>
> How does folks feel about it?
Only some small comments:
conf/machine/eten-m800.conf:
IMAGE_FSTYPES ?= "tar.gz"
change that to += so people don't shoot themselves in the foot too easily
linux-eten_2.6.24+git.bb:
git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
Would it make sense to merge this into the openmoko kernel recipe since
it's building from the same tree? I'm trying to cut down the number of
linux-foo recipes whenever possible, but it a seperate recipe is easier,
go for it.
do_configure_prepend() {
install -m 0644 ${S}/arch/arm/configs/glofiish_defconfig
${WORKDIR}/defconfig
Please include the defconfig in OE, it's really tedious to have to add
patches to SRC_URI when changing the defconfig.
Everything else looks good.
regards,
Koen
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: E-Ten Glofiish M800 support
2008-11-18 16:57 ` Koen Kooi
@ 2008-11-18 18:44 ` Stefan Schmidt
2008-11-18 19:28 ` Koen Kooi
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Schmidt @ 2008-11-18 18:44 UTC (permalink / raw)
To: openembedded-devel
Hello.
On Tue, 2008-11-18 at 17:57, Koen Kooi wrote:
> On 18-11-08 16:59, Stefan Schmidt wrote:
>>
>> I just pushed a branch with basic machine and kernel support for the M800 from
>> E-Ten. Normally Winodws Mobile based device. Linux support is ongoing.
>>
>> http://git.openembedded.net/?p=openembedded.git;a=commitdiff;h=0ea0875a3e5456f701df08e0974821a4e8852f55
>>
>> As it is just machine, kernel recipe and sane-srcrev it should not break
>> anything. Still I would like to ask for review before pushing it in.
>>
>> How does folks feel about it?
>
> Only some small comments:
>
> conf/machine/eten-m800.conf:
> IMAGE_FSTYPES ?= "tar.gz"
>
> change that to += so people don't shoot themselves in the foot too easily
Good point. Changed.
> linux-eten_2.6.24+git.bb:
> git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
>
> Would it make sense to merge this into the openmoko kernel recipe since
> it's building from the same tree? I'm trying to cut down the number of
> linux-foo recipes whenever possible, but it a seperate recipe is easier,
> go for it.
I thought about this. My point about not doing it is that it could easily be
that I switch the git repo soon. We just sat up a git tree with WIP stuff. Not
sure which one I like to have in OE in the long run. I would go for keeping it
and think about how it turns out.
> do_configure_prepend() {
> install -m 0644 ${S}/arch/arm/configs/glofiish_defconfig
> ${WORKDIR}/defconfig
>
> Please include the defconfig in OE, it's really tedious to have to add
> patches to SRC_URI when changing the defconfig.
Damn, got me. ;)
This is the usual kernel hacker vs. buildsystem maintainer problem. With my
kernel hat on I would like OE to use the newest defconfig to keep in sync
easily. With the OE hat I see that it sometimes makes sense to have a seperate
defconfig. Will put a defconfig in.
> Everything else looks good.
Great, thanks for the review.
If nobody else finds problems with this I'll push it in tomorrow.
regards
Stefan Schmidt
PS: Any people prefer to have patches inlined for easier review, or are all fine
with a link to webgit here?
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: E-Ten Glofiish M800 support
2008-11-18 18:44 ` Stefan Schmidt
@ 2008-11-18 19:28 ` Koen Kooi
0 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2008-11-18 19:28 UTC (permalink / raw)
To: openembedded-devel
On 18-11-08 19:44, Stefan Schmidt wrote:
> Hello.
>
> On Tue, 2008-11-18 at 17:57, Koen Kooi wrote:
>> On 18-11-08 16:59, Stefan Schmidt wrote:
>>> I just pushed a branch with basic machine and kernel support for the M800 from
>>> E-Ten. Normally Winodws Mobile based device. Linux support is ongoing.
>>>
>>> http://git.openembedded.net/?p=openembedded.git;a=commitdiff;h=0ea0875a3e5456f701df08e0974821a4e8852f55
>>>
>>> As it is just machine, kernel recipe and sane-srcrev it should not break
>>> anything. Still I would like to ask for review before pushing it in.
>>>
>>> How does folks feel about it?
>> Only some small comments:
>>
>> conf/machine/eten-m800.conf:
>> IMAGE_FSTYPES ?= "tar.gz"
>>
>> change that to += so people don't shoot themselves in the foot too easily
>
> Good point. Changed.
>
>> linux-eten_2.6.24+git.bb:
>> git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
>>
>> Would it make sense to merge this into the openmoko kernel recipe since
>> it's building from the same tree? I'm trying to cut down the number of
>> linux-foo recipes whenever possible, but it a seperate recipe is easier,
>> go for it.
>
> I thought about this. My point about not doing it is that it could easily be
> that I switch the git repo soon. We just sat up a git tree with WIP stuff. Not
> sure which one I like to have in OE in the long run. I would go for keeping it
> and think about how it turns out.
Do whatever makes you happy :)
> PS: Any people prefer to have patches inlined for easier review, or are all fine
> with a link to webgit here?
Having the patches inline would make it slightly easier to review, but
people would need to use git send-email properly to avoid e.g .spurious
nesting.
For small patchsets like this I don't find pasting from gitweb too much
work, but I can see it getting tedious when >5 points need addressing.
Another option would be to use something like reviewboard or gerrit to
make pointing out dubious hunks and fixing them easier, but atm we sadly
don't get enough stuff to review to install such infrastructure.
regards,
Koen
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-11-18 19:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18 15:59 E-Ten Glofiish M800 support Stefan Schmidt
2008-11-18 16:57 ` Koen Kooi
2008-11-18 18:44 ` Stefan Schmidt
2008-11-18 19:28 ` Koen Kooi
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.