All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/4] board/minnowboard-max: Add a X-based graphical defconfig
Date: Wed, 13 Apr 2016 09:38:28 +0200	[thread overview]
Message-ID: <570DF774.8060105@mind.be> (raw)
In-Reply-To: <CAAEAJfACmsVV4vM3Rx_EaJrWvZV-KmmjhY+t6SmtE3JwDpYkcA@mail.gmail.com>



On 04/13/16 02:02, Ezequiel Garcia wrote:
> On 12 April 2016 at 20:41, Arnout Vandecappelle <arnout@mind.be> wrote:
>> On 04/12/16 07:29, Ezequiel Garcia wrote:
[snip]
>>> +
>>> +# Setup xinitrc
>>> +echo "exec /usr/bin/openbox-session" > ${TARGET_DIR}/root/.xinitrc
>>
>>
>>   Put this in the fs-overlay.
>>
>>> +
>>> +# Fixup startx so it doesn't start X on the controlling
>>> +# virtual console. Apparently, this is a bug and we are
>>> +# affected for our lack of a Display Manager.
>>> +# See https://bugs.freedesktop.org/show_bug.cgi?id=87762
>>> +#
>>> +# I haven't found a way to do this without hacking startx
>>> +# itself, so...
>>
>>
>>   This comment should be in the startx script itself.
>>
>>> +cp board/minnowboard-max/startx ${TARGET_DIR}/usr/bin/startx
>>> +
>>> +# Customize ALSA: the HDMI PCM is at card=0, device=3 (i.e. hw:0,3)
>>
>>
>>   Same here.
>>
>
> OK, I'll add a fs-graphical-overlay dir, and use it in this defconfig.

  Call it fs-overlay-graphical.

[snip]
>>> +BR2_PACKAGE_GREP=y
>>
>>
>>   Not sure why we would want this. Doesn't it require BUSYBOX_SHOW_OTHERS?
>>
>
> I think some X or openbox script was using a feature from GNU grep,
> and I wanted to remove some minor error/warning.

  In that case, the package involved should probably select GNU grep (and 
SHOW_OTHERS).

[snip]
>>> +BR2_PACKAGE_COREUTILS=y
>>
>>   Why?
>>
>>> +BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS=y
>>
>>   Why?
>>
>>> +BR2_PACKAGE_UTIL_LINUX_MORE=y
>>
>>   Why?
>>
>>> +BR2_PACKAGE_LESS=y
>>
>>
>>
>>   I'd like to reorder the packages to put all the X stuff together with a
>> comment above and, and then all the dev stuff (like bash and less) with a
>> comment.
>>
>
> Sure.
>
> Regarding the less, more, coreutils, etc... I routinely replace these
> because I found them more useful than busybox's.

  I agree for less (and bash and vi BTW), but I never found any use for more 
(but I actually never use more, less is better) and coreutils.

>
> I'll remove them, as they don't add anything of value if the goal is
> to provide a "minimal with audio, and 3D graphics" config.

  Than bash should probably be removed as well, except if there is some script 
that depends on bash.

  Regards,
  Arnout

-- 
Arnout Vandecappelle      arnout dot vandecappelle at essensium dot com
Senior Embedded Software Architect . . . . . . +32-478-010353 (mobile)
Essensium, Mind division . . . . . . . . . . . . . . http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium . . . . . BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

  reply	other threads:[~2016-04-13  7:38 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-12  5:29 [Buildroot] [PATCH 0/4] Fun with Minnowboard Turot Ezequiel Garcia
2016-04-12  5:29 ` [Buildroot] [PATCH 1/4] board/minnowboard-max: Rework to generate SD card image Ezequiel Garcia
2016-04-12 23:21   ` Arnout Vandecappelle
2016-04-13 19:59     ` Peter Korsgaard
2016-04-13 20:05       ` Ezequiel Garcia
2016-04-13 20:39   ` Peter Korsgaard
2016-04-12  5:29 ` [Buildroot] [PATCH 2/4] board/minnowboard: " Ezequiel Garcia
2016-04-12 23:24   ` Arnout Vandecappelle
2016-04-12 23:56     ` Ezequiel Garcia
2016-04-12  5:29 ` [Buildroot] [PATCH 3/4] board/minnowboard-max: Add more peripherals and features to the kernel Ezequiel Garcia
2016-04-12 23:29   ` Arnout Vandecappelle
2016-04-12 23:55     ` Ezequiel Garcia
2016-04-13 21:02       ` Peter Korsgaard
2016-04-13 22:02         ` Ezequiel Garcia
2016-04-12  5:29 ` [Buildroot] [PATCH 4/4] board/minnowboard-max: Add a X-based graphical defconfig Ezequiel Garcia
2016-04-12 23:41   ` Arnout Vandecappelle
2016-04-13  0:02     ` Ezequiel Garcia
2016-04-13  7:38       ` Arnout Vandecappelle [this message]
2016-04-13 21:02     ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=570DF774.8060105@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.