Skip to content
  1. Jul 26, 2011
  2. Jul 25, 2011
  3. Jul 22, 2011
  4. Jul 21, 2011
  5. Jul 20, 2011
  6. Jul 19, 2011
  7. Jul 15, 2011
  8. Jul 14, 2011
    • Paul Eggleton's avatar
      Drop PRIORITY variable · 040f75ec
      Paul Eggleton authored
      
      
      As discussed on the mailing list, this variable isn't useful and if wanted
      would be better implemented by distros using pn-X overrides.
      
      This patch executes:
      
      find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d'
      
      against the tree removing the references. Thanks to Phil Blundell for
      the command.
      
      (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc)
      
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      040f75ec
    • Paul Eggleton's avatar
      classes: remove qt4e.bbclass · f8d19a8b
      Paul Eggleton authored
      
      
      The same version of this class is now in openembedded-core.
      
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
      f8d19a8b
    • Khem Raj's avatar
      classes/testlab: Enhance to dump license information · f2652064
      Khem Raj authored
      
      
      It will now additionally create a new file which will
      contain list of licenses of installed packages in a given
      image.
      
      The fix to get the package name is there because the packages
      which contains epoch PE in the version string were not
      being constructed correctly since opkg-cl would dump
      'epoch:version' for Version string but the real ipk
      did not have 'epoch' in its name. e.g.
      
      for armv5te/libopkg0_0.1.8+svnr609-r2_armv5te.ipk
      
      Package: libopkg0
      Version: 1:0.1.8+svnr609-r2
      
      as you can see version contained in ipk is not
      containing the 'epoch'
      
      so we have to eliminate 'epoch' from version we get from
      opkg-cl to for the installed ipk name correctly.
      
      Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
      Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
      f2652064