summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2007-07-20Add additional include directory, required by some packagesUlf Samuelsson
2007-07-20Ensure 'coreutils' use patch from the correct directoryUlf Samuelsson
2007-07-20Patch mtd from correct directoryUlf Samuelsson
2007-07-20Add optional mtd configuration (experimental - only available for Atmel targets)Ulf Samuelsson
2007-07-20make source-check without permanently changing WGET commandUlf Samuelsson
2007-07-18Fix INITRAMFS target that was broken. Get rid of config stuff out of the ↵"Steven J. Hill"
top-level directory. Finally fix Linux kernel module building such that modules are built and installed first followed by rest of packages. This allows for packages to build external Linux kernel modules.
2007-07-17vpnc needs an include dirUlf Samuelsson
2007-07-17Add vpnc packageUlf Samuelsson
2007-07-17Add gpg-error packageUlf Samuelsson
2007-07-17Add GNU Crypto libraryUlf Samuelsson
2007-07-17Avoid repeated rebuilds of 'sysvinit'Ulf Samuelsson
2007-07-17Avoid repeated rebuilds of 'wipe'Ulf Samuelsson
2007-07-17Avoid repeated build of 'ed'Ulf Samuelsson
2007-07-17Make dbus depend on libxml2 and link with libUlf Samuelsson
2007-07-17Copy libxml2 headers to staging_dir (and possibly target_dir)Ulf Samuelsson
2007-07-17Avoid constant rebuild of 'sed'Ulf Samuelsson
2007-07-17Ensure we use host 'make', even when building 'make' in buildrootUlf Samuelsson
2007-07-17Update configure files for libdaemonUlf Samuelsson
2007-07-17Avoid constant rebuild of 'socat'Ulf Samuelsson
2007-07-17Read patch from correct directoryUlf Samuelsson
2007-07-17Fix spelling errorUlf Samuelsson
2007-07-17Fix compile bugs caused by undefined preprocessor variablesUlf Samuelsson
2007-07-17Make OpenSSL support to be configurable and get the install target footprint ↵"Steven J. Hill"
to be as small as possible. Also clean up the clean target. "Clean up, clean up, everybody lend a hand! Clean up, clean up, you can do it, yes you can."
2007-07-17Fix build directives and clean target screwed up by me."Steven J. Hill"
2007-07-17The clean target should really work."Steven J. Hill"
2007-07-17Should have been with 'tinyhttpd' check-in."Steven J. Hill"
2007-07-17We need LDFLAGS here."Steven J. Hill"
2007-07-17Add new 'tinyhttpd' package and move all other httpd servers to be disabled ↵"Steven J. Hill"
if the BusyBox server is being used.
2007-07-17Build proftpd with IPv6 support only if the toolchain was configured as such."Steven J. Hill"
2007-07-17Do not use wildcard for patches."Steven J. Hill"
2007-07-17Bump Samba to latest version and update patches."Steven J. Hill"
2007-07-16Add libxml2 packageUlf Samuelsson
2007-07-16Cleanup of libcgiUlf Samuelsson
2007-07-16Avoid rebuilding 'readline-5.1'Ulf Samuelsson
2007-07-16Avoid rebuild of openntpdUlf Samuelsson
2007-07-16Temporarily allow static libgettext library option to ensure build can ↵Ulf Samuelsson
complete for ARM
2007-07-16Avoid repeated rebuild of libusbUlf Samuelsson
2007-07-16Stop repeated build of libcgiUlf Samuelsson
2007-07-16Get rid of repeated rebuild of 'at'Ulf Samuelsson
2007-07-16Get rid of repeated copy of 'customize'Ulf Samuelsson
2007-07-15Use correct script to init lighttpdUlf Samuelsson
2007-07-15Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux'Ulf Samuelsson
2007-07-15Define HOSTLN to allow gzip to build for non-x86 targetUlf Samuelsson
2007-07-15Fix acpid version infoUlf Samuelsson
2007-07-12Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIRUlf Samuelsson
2007-07-12 BSP Patch:Ulf Samuelsson
========================================================= The purpose of the BSP patch is to allow building several boards inside the same buildroot tree. For this to work, each board has to have its own "$(TARGET_DIR)" and all *configurable* packages must be rebuilt for each board. They are now built in the "$(PROJECT_BUILD_DIR)" All non configurable packages can and should still be built in the "$(BUILD_DIR)". If a package is built for one board, then when you build for a second board of the same architecture the build becomes a simple copy of the resulting binaries. ----- Define BR2_PROJECT which will be used as the selector between different boards. Note that BR2_PROJECT allow you to build multiple root file systems for a single board, and should not be confused with BR2_BOARD_NAME which relates to the H/W. ----- Define PROJECT_BUILD_DIR as "PROJECT_BUILD_DIR/$(PROJECT)" Define BINARIES_DIR as "binaries/$(PROJECT)" Define TARGET_DIR as "$(PROJECT_BUILD_DIR)/root" (some prefix/postfix may apply) Resulting images are stored in "$(BINARIES_DIR)" ----- Define a few new environment variables in Makefile PROJECT: Stripped BR2_PROJECT DATE: Date of build in YYYY-MM-DD format HOSTNAME: Stripped BR2_HOSTNAME => /etc/hostname BANNER: Stripped BR2_BANNER => /etc/issue Linux and Busybox will be built in $(PROJECT_BUILD_DIR) More patches will be needed later to ensure all configurable packages are built in this directory.
2007-07-11Define date of build as DATE, use in mtd/mtd.mkUlf Samuelsson
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson