All of lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@openwide.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4 1/1] package/swupdate: new package
Date: Sat, 25 Apr 2015 15:53:37 +0200	[thread overview]
Message-ID: <553B9C61.9040705@openwide.fr> (raw)
In-Reply-To: <20150425102232.GB4275@free.fr>

Hi J?rg, Yann, all

Le 25/04/2015 12:22, Yann E. MORIN a ?crit :
> J?rg, All,
> 
> On 2015-04-25 01:02 +0200, J?rg Krause spake thusly:
>> This patch is based on an WIP version submitted by Romain Naour, commented by
>> Arnout Vandecappelle:
>> https://patchwork.ozlabs.org/patch/401270/
>>
>> We use the latest commit of swupdate instead of the last release 2014.07 to
>> obtain several bug fixes and get support for the image downloading feature.
>>
>> The package build file does not detect which dependencies are available. So we
>> provide a default configuration which selects the external dependencies by
>> default except for lua. Lua support can be added by the user by customizing
>> the configuration file (swupdate.config) add select the Lua 5.2 interpreter
>> manually.
>>
>> Furthermore the U-Boot handler is not enabled by default, as it may cause
>> runtime issues if the U-Boot environment configuration file (fw_env.config) is
>> not present on the target system.
>>
>> The package provides a default website which can be installed to the target to
>> enable firmware update with a browser.
>>
>> Note, swupdate does not implement a savedefconfig and nconfig target.
>> Note, swupdate provides its own customized versions of mongoose and lsqlite3.
>>
>> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
>> Cc: Romain Naour <romain.naour@openwide.fr>
>> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
>> Cc: Arnout Vandecappelle <arnout@mind.be>
>> Tested-by: Mike Williams <mike@mikebwilliams.com>
>> ---

[snip]

> 
>> +SWUPDATE_LICENSE_FILES = COPYING
>> +
>> +# swupdate bundles its own mongoose and lsqlite3 versions
> 
> Is it possible to make it use external versions, or does it only support
> using its bundled ones?

I tried to add mongoose dependency at first but it seems it use an embedded copy
of mongoose and lsqlite3 when CONFIG_MONGOOSE and CONFIG_MONGOOSESQL are set in
the config file.

See the last Arnout's comment (https://patchwork.ozlabs.org/patch/401270):
"Doesn't swupdate use an embedded mongoose? I.e., doesn't it link with it?"

Best regards,
Romain
> 
> If that's possible, we prefer that.
> 
> Regards,
> Yann E. MORIN.
> 

  parent reply	other threads:[~2015-04-25 13:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-24 23:02 [Buildroot] [PATCH v4 1/1] package/swupdate: new package Jörg Krause
2015-04-25 10:22 ` Yann E. MORIN
2015-04-25 12:30   ` Thomas Petazzoni
2015-04-25 13:53   ` Romain Naour [this message]
2015-04-27 19:02   ` Jörg Krause

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=553B9C61.9040705@openwide.fr \
    --to=romain.naour@openwide.fr \
    --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.