Removed the reference to the no-stack-protector patch.
Thanks, Ward.
Acked-by: Ronald G. Minnich rminnich@gmail.com
On 9/5/07, Ward Vandewege ward@gnu.org wrote:
Removed the reference to the no-stack-protector patch.
Thanks, Ward.
-- Ward Vandewege ward@fsf.org Free Software Foundation - Senior System Administrator
-- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios
On Wed, Sep 05, 2007 at 11:38:48PM -0400, Ward Vandewege wrote:
Index: packages/linuxbios/m57sli-linuxbios.mk
--- packages/linuxbios/m57sli-linuxbios.mk (revision 0) +++ packages/linuxbios/m57sli-linuxbios.mk (revision 0) @@ -0,0 +1,44 @@ +# This is the Generic LinuxBIOS target
+ifeq ($(CONFIG_PLATFORM),y) +ifeq ($(LINUXBIOS_TAG),) +$(error You need to specify a version to pull in your platform config) +endif +endif
+LINUXBIOS_PATCHES=
+ifeq ($(CONFIG_PAYLOAD_FILO),y)
- LINUXBIOS_PATCHES += $(PACKAGE_DIR)/linuxbios/patches/m57sli-filo-Config.lb.patch
+endif
+ifeq ($(CONFIG_PAYLOAD_KERNEL),y)
- LINUXBIOS_PATCHES += $(PACKAGE_DIR)/linuxbios/patches/m57sli-kernel-and-lab-Config.lb.patch
+endif
+ifeq ($(CONFIG_PAYLOAD_LAB),y)
- LINUXBIOS_PATCHES += $(PACKAGE_DIR)/linuxbios/patches/m57sli-kernel-and-lab-Config.lb.patch
+endif
+LINUXBIOS_BASE_DIR=svn +LINUXBIOS_URL=svn://openbios.org/repos/trunk/LinuxBIOSv2
Minor issue, but why not use linuxbios.org here?
Uwe.
On Sat, Sep 08, 2007 at 09:24:47PM +0200, Uwe Hermann wrote:
+LINUXBIOS_BASE_DIR=svn +LINUXBIOS_URL=svn://openbios.org/repos/trunk/LinuxBIOSv2
Minor issue, but why not use linuxbios.org here?
Fair enough; I just copied it from one of the other targets.
Fixed in r33 (self-acked since it's a trivial change).
Thanks, Ward.