Jerome Duval
058f84c3e1
Follow up to hrev45127
...
* check whether HAIKU_STRIP variable is set
* use AddVariableToScript instead of AddTargetVariableToScript
since $(HAIKU_STRIP) isn't a jam target.
2013-01-19 16:12:20 +01:00
John Scipione
3c89a0a64a
Fix typo
2013-01-14 22:16:28 -05:00
John Scipione
061a88b671
Add PCRE as a dependency to Paladin
2013-01-14 21:26:58 -05:00
John Scipione
d86bc7f95e
If can't find hrev tags set the version to the short hash
...
If no hrev tags are found the revision is blank and shows up as
0 in About System. This commit updates the revision function so that
it falls back to the current short hash instead. Only affects devel
builds and only if you've deleted your tags.
2013-01-14 19:37:56 -05:00
Alexander von Gluck IV
7657c0acde
swpipe: Refactor llvm build dependencies
...
* Little cleaner now taking advantage of
the fact that Jam ignores unmatched
dependencies. Thanks Urias for the idea!
2013-01-11 11:06:01 -06:00
Alexander von Gluck IV
4c3d44f1dd
llvm: Add LLVM build feature
2013-01-11 00:44:01 -06:00
Jerome Duval
af5a895fa4
ralinkwifi: takes rt2860 into account, untested
...
* remove ralink2860 driver
* added firmware for RT2860, get it onto the image
* added interrupt handler case for rt2860 devices.
2013-01-10 21:40:49 +01:00
Sergei Reznikov
7f4d1af49d
Compilation fixes for x86_64.
...
Added quite a few missing components to image:
alert arp bc CortexAddOnHost
CDPlayer CharacterMap DeskCalc
Devices DiskUsage Expander LaunchBox MediaConverter NetworkStatus
PoorMan Pulse Screenshot ShowImage SoundRecorder TV Workspaces
DataTranslations Media Printers ScreenSaver
BSnow Cortex FontDemo OverlayImage Pairs
cddb_daemon midi_server power_daemon print_server print_addon_server
Canon LIPS3 Compatible Canon LIPS4 Compatible Gutenprint
PCL5 Compatible PCL6 Compatible PDF Writer PS Compatible
libgame.so libmedia.so
Signed-off-by: Alex Smith <alex@alex-smith.me.uk>
2013-01-04 18:45:22 +00:00
Matt Madia
f5d95ad616
Ensure the cross-tool's strip command is passed via HaikuCD.
2013-01-04 13:13:25 +00:00
Matt Madia
35f3908149
Use strip provided by the cross-tools.
...
This allows a 32-bit host to successfully build x86_64.
2013-01-04 12:42:26 +00:00
Alexander von Gluck IV
d6b2fbac19
libglu: Make sure glu.h gets placed into image
...
* Resolves #9323
2013-01-03 16:54:35 -06:00
Matt Madia
10e65baba8
Disabled "Application flags" in liblayout.so
...
Repackaged the optional packages, BePDF and Wonderbrush to
disable the Application flags setting in their Filetype window.
Fixes #8821 .
2013-01-02 08:24:15 +00:00
threedeyes
989668eab9
Add Gravity screensaver to the image.
2012-12-30 04:03:51 +00:00
Alex Smith
622506c485
Added OpenSSH and Git optional packages for x86_64.
...
This commit is the first done from Haiku x86_64! Uncovered a few
networking bugs so hopefully this'll push OK... :)
2012-12-29 12:44:20 +00:00
Gleb Posobin
9d2f78ca74
Added Grep utility to the OptionalPackages
...
Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
2012-12-28 19:58:34 +01:00
Rene Gollent
d802af6461
Add a few more commands to the 64-bit image.
2012-12-23 23:16:49 -05:00
Rene Gollent
132b08d8ea
WebKit package is now also available, missed this on previous commit.
2012-12-22 16:42:56 -05:00
Rene Gollent
4fd9bbbc8d
Add x86-64 WebKit package. Makes Web+ available on x86-64.
2012-12-22 16:24:16 -05:00
Alex Smith
85a609cf7c
More x86_64 optional packages from scottmc.
2012-12-22 18:43:25 +00:00
Alexander von Gluck IV
a892e43ee3
OpenGL: Fix library dependencies
...
* Fixes gcc2 build
2012-12-21 22:55:56 -06:00
Alexander von Gluck IV
3748dd6c78
Mesa: Update package to current version
2012-12-21 19:23:49 -06:00
Alexander von Gluck IV
ecbdee63cf
Mesa 9.0.1: Build cleanup
...
* Try to keep each renderer designed
the same.
* swrast will build... swpipe won't
build until we have an llvm build
package. (should in a few days once
llvm 3.2 is released)
2012-12-21 19:23:41 -06:00
Alexander von Gluck IV
e685ddf799
libGL: Major shakeup
...
* libmesa and libgallium no longer live in libGL
* opengl kit gets libglapi for dispatch
* swrast will get libmesa
* swpipe will get libmesagallium + gallium drivers + llvm
2012-12-21 19:23:39 -06:00
Alex Smith
c8d82cf6db
Started adding x86_64 support to Debugger.
...
Stack tracing doesn't work yet, nor does single stepping (somehow
manages to completely freeze the system).
2012-12-19 19:54:20 +00:00
Rene Gollent
bbdb605224
Switch over to using Debugger as the primary system debugger.
...
- When a crash occurs that requires using consoled, use Debugger
in CLI mode.
- Closes #1078 .
2012-12-18 23:55:49 -05:00
Alex Smith
6e5f42ccc9
Added OpenSSL for x86_64.
2012-12-18 14:47:02 +00:00
Fredrik Holmqvist
f236b941d0
Display controls driver stub.
...
Work I did at Begeistert, trying to use the new driver manager and
detecting display controls. It should probably be a good example of
how a new driver is built. It currently loads and detects
display controls correctly but doesn't do any actual work yet.
Not sure when I have the time to finish the driver, it shouldn't be
that hard but I currently have have other priorities. Feel free to
work on it in the meantime.
2012-12-15 14:44:13 +01:00
Alex Smith
fbcad4e5e5
Added some more x86_64 optional packages from scottmc.
2012-12-14 17:20:03 +00:00
Ingo Weinhold
f0cacbb32b
OptionalBuildFeatures -> BuildFeatures, make use of new rules
...
Got rid of X86_ONLY and friends in HaikuImage, FloppyBootImage, etc.
Instead we use build feature specification annotated lists with
FFilterByBuildFeatures (either explicitly or implicitly where passing
the list directly to the image rules).
I just translated the variables to the respective annotatation in most
cases, though in some cases different annotation would be more correct
(e.g. for the OpenGL stuff).
Provides a simple framework for addressing #3798 . The interested reader
may add the build features and add/adjust the annotations accordingly.
2012-12-09 04:07:48 +01:00
Ingo Weinhold
33c254876c
ImageRules: Allow build feature annotated params in Add* rules
...
More precisely in the rules that take multiple targets. It doesn't make
that much sense e.g. for AddSymlinkTo*.
2012-12-09 04:07:48 +01:00
Ingo Weinhold
ffa0014b8e
MiscRule: Add new rules to deal with build features
...
* EnableBuildFeatures: Enables build features.
* FIsBuildFeatureEnabled: Checks whether a build feature is enabled.
* FMatchesBuildFeatures: Checks more complex build feature
specifications.
* FFilterByBuildFeatures: Filters lists annotated with build feature
specifications.
2012-12-09 04:07:48 +01:00
Ingo Weinhold
a3674601c0
HelperRules: Add FSetConditionsHold
...
A rule to check simple element containment conditions on sets.
2012-12-09 04:07:48 +01:00
Alex Smith
abe053eb03
Added missing libbsd.so and a bunch of optional packages for x86_64 from scottmc.
2012-12-08 12:49:15 +00:00
Alex Smith
dda60bf93a
Added ftp to x86_64 image.
2012-12-07 11:12:14 +00:00
Axel Dörfler
f0ae953990
Added libmedia.so, ActivityMonitor, and Sudoku to the 64 bit image.
2012-11-30 13:16:38 +01:00
Alex Smith
133a094f80
Added Python optional package for x86_64.
2012-11-28 21:32:32 +00:00
Alexander von Gluck IV
f125673c3f
Rpi: Update instructions based on mmlr's recent work
2012-11-28 14:09:51 -06:00
Michael Lotz
046e01014d
Add boot archive base and size and map the boot archive.
...
An archive (ramfs) to be loaded can be specified in the raspberry pi
config.txt with a certain base address. We can use this to put our
floppy boot archive into memory on startup.
During the start procedure we now map that archive so we can later
load the kernel from it.
2012-11-28 02:00:00 +01:00
Oliver Tappe
7c3985c617
Fix build of gcc2 on BSD (with bsdmake)
...
* apparently, -j1 doesn't work as intended with bsdmake, so we drop
any multiple-job specification from MAKEFLAGS, instead
2012-11-23 21:10:24 +01:00
Ithamar R. Adema
c59d7b390f
ARM: add optional packages
2012-11-22 00:00:15 +01:00
Alex Smith
5196d5dad0
Merge branch 'master' into x86_64
...
Conflicts:
build/jam/HaikuImage
src/add-ons/kernel/generic/Jamfile
2012-11-18 19:18:00 +00:00
Alex Smith
5f4df83cbd
Fixed ARM build.
2012-11-18 19:09:35 +00:00
Alex Smith
5ccc0cb224
Merge branch 'master' into x86_64
2012-11-18 16:42:27 +00:00
Fredrik Holmqvist
553f1ebfc1
Add disabled cpuidle driver and module to haikuImage.
...
CPU idle still needs some polish, but it should work on
newer cpus.
2012-11-18 17:39:21 +01:00
Alexander von Gluck IV
8a6451b9fd
Mesa: Update gcc4 to Mesa 9.0 release
...
* This is a release version of Mesa
* A Bep exists on haikuports to generate
the zip :)
2012-11-18 09:53:14 -06:00
Alex Smith
2913b1dbd2
Compilation fixes for x86_64.
2012-11-18 15:48:47 +00:00
Jérôme Duval
37b14b15ab
adding missing ARM_ONLY variable
2012-11-18 15:31:35 +01:00
Alex Smith
11c9f9a1d6
Merge branch 'master' into x86_64
...
Conflicts:
build/jam/FloppyBootImage
build/jam/OptionalBuildFeatures
build/jam/OptionalPackages
headers/private/shared/cpu_type.h
src/bin/ps.c
src/bin/sysinfo.cpp
src/kits/tracker/PoseView.cpp
src/preferences/appearance/DecorSettingsView.cpp
src/preferences/virtualmemory/Settings.cpp
src/servers/input/AddOnManager.cpp
src/servers/input/InputServer.cpp
src/servers/input/InputServerMethod.cpp
src/system/boot/Jamfile
src/system/boot/platform/raspberrypi_arm/mmu.cpp
src/system/boot/platform/u-boot/arch/arm/Jamfile
src/system/kernel/arch/x86/arch_cpu.cpp
src/system/kernel/arch/x86/arch_thread.cpp
src/system/kernel/cache/block_cache.cpp
src/system/kernel/vm/VMAnonymousCache.cpp
2012-11-18 14:02:07 +00:00
Alexander von Gluck IV
4ff9f11a00
GLUT: Break GLUT out from libGL
...
* It was confirmed that GLUT was *not* in libGL
2012-11-16 13:02:21 -06:00
Ithamar R. Adema
d9e5bb0df7
ARM/ICU: add "optional" packages for ICU on ARM
2012-11-16 03:04:27 +01:00