Commit Graph

16 Commits

Author SHA1 Message Date
Juan RP 85cc462e1d Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
  they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
  example udev now has a subpkgs called "libgudev". Previously
  subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
  That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.

And more that I forgot because it's a mega-commit that I've been
working for some days already...

--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
2009-11-22 08:31:44 +01:00
Juan RP 70c40cae33 kernel: update to 2.6.31.6.
--HG--
extra : convert_revision : 6d2abb8b0e7ad0e57c0ee5cb017580180081c067
2009-11-13 15:47:51 +01:00
Juan RP 38dd8d7e91 kernel: update to 2.6.31.3, enable ATI/Intel KMS.
--HG--
extra : convert_revision : 8b27885e73b87ee8836cda8d7bcda359aabb6198
2009-10-10 17:44:38 +02:00
Juan RP 7ecdfe2176 kernel: update to 2.6.31.1.
--HG--
extra : convert_revision : 0f52d3252ac2b8ba1da61f88a6438272b4d1310a
2009-09-28 15:52:01 +02:00
Juan RP 05c23e1ade kernel: update to 2.6.30.6.
* Compress kernel with gzip rather than lzma, it's faster.
* Mark package as essential for upgrades, not optimal but works.

--HG--
extra : convert_revision : 67e7a831b26ae4b7a58d9455593c49e911a984ce
2009-09-11 19:08:06 +02:00
Juan RP 6d5cbece72 kernel: add unionfs support. Bump revision.
--HG--
extra : convert_revision : 4ce2c0c3539d42f9786b1d4ff643d421cce6dd00
2009-08-25 16:56:06 +02:00
Juan RP 2b3363993f kernel-*: update to 2.6.30.3.
--HG--
extra : convert_revision : 22e20772bc44489034b099ee240a54ad99a39a8e
2009-07-27 17:10:23 +02:00
Juan RP 9a94bc1a20 kernel: disable securityfs related support.
Bump revision.

--HG--
extra : convert_revision : 04d2c3bca9ebfa4eb36d73febc331e04dabdab7c
2009-06-20 17:06:27 +02:00
Juan RP 511d23e04b kernel*: update to 2.6.30.
--HG--
extra : convert_revision : 016216a095b44f0eae684dfed88130e835ca3193
2009-06-19 07:19:28 +02:00
Juan RP ad0bdbc375 kernel: (i386-dotconfig) build some acpi modules, remove trace opts, etc.
--HG--
extra : convert_revision : b3e5307fa3189a30b4b2fa38eef150fabf03326f
2009-04-09 23:37:12 +02:00
Juan RP e0d52c9d11 kernel: don't build with CONFIG_SUNRPC_REGISTER_V4, makes nfsd work.
Also disable some trace/debug options, bump revision.

--HG--
extra : convert_revision : 93fb52e21352832e1791bf7b685484c068260dfd
2009-03-28 08:25:57 +01:00
Juan RP 80cc96164e kernel*: update to 2.6.29, without unionfs for now.
--HG--
extra : convert_revision : 2ac3087d7f185d78e79cfb8654b319982bef7002
2009-03-24 05:14:31 +01:00
Juan RP 045a31efe2 kernel: (i386) add a bunch of drivers as modules.
- Enable all DVB drivers.
- Enable all USB drivers.
- Enable all framebuffer drivers, and vesafb built in.
- Enable all sound drivers.
- Disable some debugging options.

With these changes (among other things) I'm able to boot with
vga=XXX without getting a black screen.

--HG--
extra : convert_revision : fc062cec077764bfa74d597bfbfc8d7f244462ed
2009-03-13 21:28:57 +01:00
Juan RP 728f0883f1 kernel*: update to 2.6.28.7, disable debug, fix INSTALL.
An automated image is working now...

--HG--
extra : convert_revision : 1b0b4f911fc69c1d8d54431ea0d8d5835e8bf57b
2009-03-05 07:01:55 +01:00
Juan RP 70baba0106 kernel: some changes to play better with the initramfs.
* Build UNIX sockets support in kernel, not as module. It seems udev
  needs this very early in the initramfs.
* Update build_depends to depend on initramfs.

--HG--
extra : convert_revision : 73f886ff320090b466e0c5f93ab7c8a4e075c38a
2009-02-19 16:16:37 +01:00
Juan RP fa2748d9b2 Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
2009-02-03 21:35:57 +01:00
Renamed from templates/kernel-i386-dotconfig (Browse further)