python populate_packages_prepend () { import re, os.path new_packages = [] def the_hook(file, pkg, pattern, format, basename): new_packages.append(pkg) do_split_packages(d, root=bb.data.expand('${libdir}/xorg/modules/drivers', d), file_regex='(.*)_drv\.so', output_pattern='xorg-driver-%s', description='xorg %s driver', extra_depends='xserver-xorg', hook=the_hook) packages = bb.data.getVar('PACKAGES', d, 1).split() so_to_la_re = "\.so$" # fish out any debug or devel files corresponding to the new packages for p in new_packages: packages.append("%s-dbg" % p) packages.append("%s-dev" % p) files = bb.data.getVar("FILES_%s" % p, d).split() dev_files = [] dbg_files = [] for f in files: dev_files.append(re.sub(so_to_la_re, ".la", f)) (dir, file) = os.path.split(f) dbg_files.append(os.path.join(dir, ".debug", file)) bb.data.setVar("FILES_%s-dbg" % p, " ".join(dbg_files), d) bb.data.setVar("FILES_%s-dev" % p, " ".join(dev_files), d) bb.data.setVar('PACKAGES', ' '.join(packages), d) } dded.dev'>org.openembedded.dev Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/linux/ixp4xx-kernel_2.6.19.bb
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
2007-06-30ixp4xx-kernel: Removed obsolete kernel versionsRod Whitby1
2007-02-19ixp4xx-kernel: Update ARM kexec patch for new official syscall number.Rod Whitby1
2007-02-15ixp4xx-kernel: Make the FIS directory partition writeable so it can be updatedRod Whitby1
2007-02-12ixp4xx-kernel: Modified to use arm-kernel-shim instead of hard-coded devio in...Rod Whitby1
2007-02-07ixp4xx-kernel: Reinstated the cmdline byteswap patch - required for LE.Rod Whitby1
2007-02-07slugos: backed out of using arm-kernel-shim instead of the cmdline hacks, cau...Rod Whitby1
2007-02-06ixp4xx-kernel: Replaced nslu2 and nas100d cmdline hack patches with arm-kerne...Rod Whitby1
2007-02-04ixp4xx-kernel: Updated to 2.6.20Rod Whitby1
2007-01-29ixp4xx-kernel: updated to the latest svn patches, and enabled the defconfig a...Rod Whitby1
2007-01-23ixp4xx-kernel: Updated 2.6.19 and 2.6.20-rc4 to the latest svn repository pat...Rod Whitby1
2007-01-01Openslug: update svn version to include updated velocity patch and ext3 corru...Mike Westerhof1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-12-26ixp4xx-kernel: bumped SVN to include the dsmg600 fixes for OpenslugMike Westerhof1
2006-12-02ixp4xx-kernel - bump svn version to add patch for dsmg600 default command line.Mike Westerhof1
2006-12-01ixp4xx-kernel: updated the latest SVN to include RTC probe kernel patchesRod Whitby1
2006-11-30ixp4xx-kernel, slugos: moved some modules into the kernel (those that are the...Rod Whitby1
2006-11-30ixp4xx-kernel: Updated to latest SVN to include disk LEDs swapped patchRod Whitby1
2006-11-29ixp4xx-kernel: Updated to 2.6.19, and set that version as SlugOS defaultRod Whitby1