Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Issue 525035: kernel: Added debian.chrome abstraction (version 2) (Closed)

Created:
10 years, 11 months ago by tgardner
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_googlegroups.com
Visibility:
Public.

Description

kernel: Added debian.chrome abstraction (version 2) This version of the patch cleans up a bunch of debian installer cruft. The built-in debian makefile system supports a number of handy targets, e.g., Generate the control files for packaging. You must do this before all else: fakeroot debian/rules clean Build all flavours for the chroot arch: fakeroot debian/rules binary-debs Generate a .config in debian/build/build-chromeos-intel-menlow: fakeroot debian/rules prepare-chromeos-intel-menlow Generate the deb for this flavour: linux-image-2.6.31-0-chromeos-intel-menlow_2.6.31-0.1_i386.deb fakeroot debian/rules binary-chromeos-intel-menlow Generate a .config in debian/build/build-chromeos-i386 fakeroot debian/rules prepare-chromium-i386 Generate the deb for this flavour: linux-image-2.6.31-0-chromium-i386_2.6.31-0.1_i386.deb fakeroot debian/rules binary-chromium-i386 Signed-off-by: Tim Gardner <tim.gardner@canonical.com>;

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10899 lines, -0 lines) Patch
A debian.chrome/NOTES View 1 chunk +4 lines, -0 lines 0 comments Download
A debian.chrome/abi/2.6.31-0.0/abiname View 1 chunk +1 line, -0 lines 0 comments Download
A debian.chrome/abi/2.6.31-0.0/i386/ignore View 1 chunk +1 line, -0 lines 0 comments Download
A debian.chrome/abi/2.6.31-0.0/i386/ignore.modules View 1 chunk +1 line, -0 lines 0 comments Download
A debian.chrome/abi/perm-blacklist View 0 chunks +-1 lines, --1 lines 0 comments Download
A debian.chrome/changelog View 1 chunk +13 lines, -0 lines 0 comments Download
A debian.chrome/changelog.historical View 1 chunk +4171 lines, -0 lines 0 comments Download
A debian.chrome/config/config.common.chromeos View 1 chunk +2251 lines, -0 lines 0 comments Download
A debian.chrome/config/i386/config.common.i386 View 1 chunk +3 lines, -0 lines 0 comments Download
A debian.chrome/config/i386/config.flavour.chromeos-intel-menlow View 1 chunk +8 lines, -0 lines 0 comments Download
A debian.chrome/config/i386/config.flavour.chromium-i386 View 1 chunk +8 lines, -0 lines 0 comments Download
A debian.chrome/control-scripts/headers-postinst View 1 chunk +126 lines, -0 lines 0 comments Download
A debian.chrome/control-scripts/postinst View 1 chunk +1087 lines, -0 lines 0 comments Download
A debian.chrome/control-scripts/postrm View 1 chunk +353 lines, -0 lines 0 comments Download
A debian.chrome/control-scripts/preinst View 1 chunk +299 lines, -0 lines 0 comments Download
A debian.chrome/control-scripts/prerm View 1 chunk +307 lines, -0 lines 0 comments Download
A debian.chrome/control.d/flavour-control.stub View 1 chunk +76 lines, -0 lines 0 comments Download
A debian.chrome/control.d/vars.chromeos-intel-menlow View 1 chunk +6 lines, -0 lines 0 comments Download
A debian.chrome/control.d/vars.chromium-i386 View 1 chunk +6 lines, -0 lines 0 comments Download
A debian.chrome/control.stub.in View 1 chunk +67 lines, -0 lines 0 comments Download
A debian.chrome/copyright View 1 chunk +30 lines, -0 lines 0 comments Download
A debian.chrome/rules View 1 chunk +122 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/0-common-vars.mk View 1 chunk +147 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/1-maintainer.mk View 1 chunk +121 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/2-binary-arch.mk View 1 chunk +308 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/3-binary-indep.mk View 1 chunk +92 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/4-checks.mk View 1 chunk +26 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/5-udebs.mk View 1 chunk +2 lines, -0 lines 0 comments Download
A debian.chrome/rules.d/i386.mk View 1 chunk +14 lines, -0 lines 0 comments Download
A debian.chrome/scripts/abi-check View 1 chunk +210 lines, -0 lines 0 comments Download
A debian.chrome/scripts/control-create View 1 chunk +25 lines, -0 lines 0 comments Download
A debian.chrome/scripts/link-headers View 1 chunk +42 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/getabis View 1 chunk +86 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/git-ubuntu-log View 1 chunk +243 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/insert-changes.pl View 1 chunk +34 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/insert-ubuntu-changes View 1 chunk +58 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/kernelconfig View 1 chunk +123 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/retag View 1 chunk +34 lines, -0 lines 0 comments Download
A debian.chrome/scripts/misc/splitconfig.pl View 1 chunk +111 lines, -0 lines 0 comments Download
A debian.chrome/scripts/module-check View 1 chunk +120 lines, -0 lines 0 comments Download
A debian.chrome/scripts/sub-flavour View 1 chunk +67 lines, -0 lines 0 comments Download
A debian.chrome/sub-flavours/README View 1 chunk +12 lines, -0 lines 0 comments Download
A debian.chrome/sub-flavours/control.stub View 1 chunk +39 lines, -0 lines 0 comments Download
A debian.chrome/tests/README View 1 chunk +21 lines, -0 lines 0 comments Download
A debian.chrome/tests/check-aliases View 1 chunk +24 lines, -0 lines 0 comments Download
M debian/rules View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
tgardner
As soon as everyone is happy with the way this works, I'll send an update ...
10 years, 11 months ago (2010-01-05 21:18:14 UTC) #1
Kevin Degi
A few questions came up while I was working to get arm cross-compilation working with ...
10 years, 11 months ago (2010-01-11 20:33:25 UTC) #2
tgardner
On 2010/01/11 20:33:25, Kevin Degi wrote: > A few questions came up while I was ...
10 years, 11 months ago (2010-01-11 22:46:18 UTC) #3
Mandeep Singh Baines
What if we just patched debian.master instead? What are the pros/cons of debian.chromeos versus debian.master?
10 years, 11 months ago (2010-01-13 00:33:29 UTC) #4
tgardner
10 years, 11 months ago (2010-01-13 09:24:13 UTC) #5
On 2010/01/13 00:33:29, msb wrote:
> What if we just patched debian.master instead? What are the pros/cons of
> debian.chromeos versus debian.master?

I expect that we'll want to rebase against Karmic again, so having a unique
directory will avoid conflicts in debian.master. I've used this particular
method to maintain other somewhat conflicting branches like fsl-imx51, mvl-dove,
ec2, etc.

Powered by Google App Engine
This is Rietveld 408576698