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.