All of lore.kernel.org
 help / color / mirror / Atom feed
From: brian avery <avery.brian@gmail.com>
To: bitbake-devel@lists.openembedded.org
Cc: bavery <brian.avery@intel.com>
Subject: [PATCH 0/1] bitbake: Remove Hob ui
Date: Mon, 29 Feb 2016 10:25:57 -0800	[thread overview]
Message-ID: <cover.1456770232.git.avery.brian@gmail.com> (raw)

hob: removal of hob ui and associated ui files

    We've been gearing up the Toaster web UI to replace the Hob (GTK+ based) UI
    for some time now; Hob has basically been on life support for the past few
    releases. As of late last month in master, Toaster has the capability to
    select the packages in an image, removing the last thing that Hob could do
    that Toaster couldn't.

    To recap, the reasons why Hob is being removed include:

    - The code is tightly woven into BitBake, making it fragile. This means it
    needs significant QA and maintenance on an ongoing basis.

    - Some of the implementation is not ideal; we'll be able to remove some cruft
    from BitBake and OE-Core at the same time.

    - It's GTK+ 2 based, not the current GTK+ 3.

    - Toaster is now a much more capable UI and is being actively maintained

    The discussion about removing hob can be found at:
    http://lists.openembedded.org/pipermail/openembedded-architecture/2016-February/000082.html

-bavery

The following changes since commit 4006a7f2762ccd5dcbc6cdff49482d4387a73261:

  sanity: Fix int verses string reference (2016-02-28 22:54:09 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/bitbake/removeHobV2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/bitbake/removeHobV2

bavery (1):
  hob: removal of hob ui and associated ui files

 lib/bb/ui/crumbs/builddetailspage.py           |  437 -------
 lib/bb/ui/crumbs/builder.py                    | 1534 ------------------------
 lib/bb/ui/crumbs/hig/advancedsettingsdialog.py |  341 ------
 lib/bb/ui/crumbs/hig/parsingwarningsdialog.py  |  163 ---
 lib/bb/ui/crumbs/hig/proxydetailsdialog.py     |   90 --
 lib/bb/ui/crumbs/hig/retrieveimagedialog.py    |   51 -
 lib/bb/ui/crumbs/hig/saveimagedialog.py        |  159 ---
 lib/bb/ui/crumbs/hig/simplesettingsdialog.py   |  891 --------------
 lib/bb/ui/crumbs/hobeventhandler.py            |  645 ----------
 lib/bb/ui/crumbs/hoblistmodel.py               |  903 --------------
 lib/bb/ui/crumbs/hobpages.py                   |  128 --
 lib/bb/ui/crumbs/imageconfigurationpage.py     |  561 ---------
 lib/bb/ui/crumbs/imagedetailspage.py           |  705 -----------
 lib/bb/ui/crumbs/packageselectionpage.py       |  355 ------
 lib/bb/ui/crumbs/recipeselectionpage.py        |  335 ------
 lib/bb/ui/crumbs/sanitycheckpage.py            |   85 --
 lib/bb/ui/hob.py                               |  109 --
 17 files changed, 7492 deletions(-)
 delete mode 100755 bitbake/lib/bb/ui/crumbs/builddetailspage.py
 delete mode 100755 bitbake/lib/bb/ui/crumbs/builder.py
 delete mode 100644 bitbake/lib/bb/ui/crumbs/hig/advancedsettingsdialog.py
 delete mode 100644 bitbake/lib/bb/ui/crumbs/hig/parsingwarningsdialog.py
 delete mode 100644 bitbake/lib/bb/ui/crumbs/hig/proxydetailsdialog.py
 delete mode 100644 bitbake/lib/bb/ui/crumbs/hig/retrieveimagedialog.py
 delete mode 100644 bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py
 delete mode 100644 bitbake/lib/bb/ui/crumbs/hig/simplesettingsdialog.py
 delete mode 100644 bitbake/lib/bb/ui/crumbs/hobeventhandler.py
 delete mode 100644 bitbake/lib/bb/ui/crumbs/hoblistmodel.py
 delete mode 100755 bitbake/lib/bb/ui/crumbs/hobpages.py
 delete mode 100644 bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py
 delete mode 100755 bitbake/lib/bb/ui/crumbs/imagedetailspage.py
 delete mode 100755 bitbake/lib/bb/ui/crumbs/packageselectionpage.py
 delete mode 100755 bitbake/lib/bb/ui/crumbs/recipeselectionpage.py
 delete mode 100644 bitbake/lib/bb/ui/crumbs/sanitycheckpage.py
 delete mode 100755 bitbake/lib/bb/ui/hob.py

--
1.9.1


             reply	other threads:[~2016-02-29 18:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-29 18:25 brian avery [this message]
2016-02-29 18:26 ` [PATCH 1/1] hob: removal of hob ui and associated ui files brian avery
  -- strict thread matches above, loose matches on Subject: below --
2016-02-27 22:00 [PATCH 0/1] bitbake: Remove Hob ui brian avery

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=cover.1456770232.git.avery.brian@gmail.com \
    --to=avery.brian@gmail.com \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=brian.avery@intel.com \
    /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.