All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
To: pj0585@gmail.com
Cc: yocto@yoctoproject.org
Subject: Re: Embedded Linux Package Management
Date: Fri, 20 Mar 2015 09:51:18 +0100	[thread overview]
Message-ID: <550BDF86.4040706@dynamicdevices.co.uk> (raw)
In-Reply-To: <CAA2DH4v8kvV6SoEM4aeCBrY=nP6hF83Nde05jeM56_oMr1zn-A@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1312 bytes --]



On 20/03/2015 09:34, Prasant J wrote:
> Hi,
>
> I'm looking for package management for my embedded linux systems
> (yocto on armv7 iMX6Q)
>
>
> I'm looking for the following features:
>
> (a) Install & remove a package
> (b) Install packages and its dependencies
> (c) Install a package with conflicts, such that the conflicting
> package is force removed
> (d) A local location with packages should serve as a package source
> (e) Remote server package (http file server based)
> (f) List of my packages installed
> (g) List of my packages not installed but available on the http file server
> (h) List of my packages that have updates (new version)
> (i) To be able to manage packages for multiple architectures (eg. rpm
> can produce packages for multiple architectures using one spec file)
>
>
> The above features will be invoked by the application GUI.
> Any suggestions: which package management solution would answer all
> the above use cases?
>
>

(e) I use smart + RPM. I have a remote package server setup via this in
local.conf

FEED_DEPLOYDIR_BASE_URI = "http://packages.foo.bar"

Then I'm rsyncing the files up to the server after a bitbake package-index.

Then smart update / search / install

That seems to work well in my testing.

Regards,

Alex


[-- Attachment #2: Type: text/html, Size: 2246 bytes --]

  reply	other threads:[~2015-03-20  8:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-20  8:34 Embedded Linux Package Management Prasant J
2015-03-20  8:51 ` Alex J Lennon [this message]
2015-03-20 10:15   ` Prasant J
2015-03-20 10:26     ` Alex J Lennon
2015-03-20 11:10       ` Paul Eggleton
2015-03-20 11:14         ` Paul Eggleton
2015-03-21  8:40           ` Prasant J
2015-03-24 16:19             ` Mark Hatle
2015-03-24 19:05           ` Benjamin Esquivel

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=550BDF86.4040706@dynamicdevices.co.uk \
    --to=ajlennon@dynamicdevices.co.uk \
    --cc=pj0585@gmail.com \
    --cc=yocto@yoctoproject.org \
    /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.