Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-ADPointGrey
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESS EPICS Environment
wrappers
e3-ADPointGrey
Commits
f9ce0434
Commit
f9ce0434
authored
2 years ago
by
Anders Lindh Olsson
Browse files
Options
Downloads
Plain Diff
Merge branch 'prepare_next_release' into 'master'
E3-962
: Apply changes for the next e3 release See merge request
!11
parents
2779a7f3
5ab1428b
No related branches found
No related tags found
1 merge request
!11
E3-962: Apply changes for the next e3 release
Pipeline
#133867
failed
2 years ago
Stage: check
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ADPointGrey.Makefile
+1
-25
1 addition, 25 deletions
ADPointGrey.Makefile
configure/CONFIG
+2
-2
2 additions, 2 deletions
configure/CONFIG
configure/RULES
+1
-1
1 addition, 1 deletion
configure/RULES
configure/module/RULES_MODULE
+1
-7
1 addition, 7 deletions
configure/module/RULES_MODULE
with
5 additions
and
35 deletions
ADPointGrey.Makefile
+
1
−
25
View file @
f9ce0434
...
@@ -24,15 +24,7 @@
...
@@ -24,15 +24,7 @@
where_am_I := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
where_am_I := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
include $(E3_REQUIRE_TOOLS)/driver.makefile
include $(E3_REQUIRE_TOOLS)/driver.makefile
include $(E3_REQUIRE_CONFIG)/DECOUPLE_FLAGS
ifneq ($(strip $(ASYN_DEP_VERSION)),)
asyn_VERSION=$(ASYN_DEP_VERSION)
endif
ifneq ($(strip $(ADCORE_DEP_VERSION)),)
adcore_VERSION=$(ADCORE_DEP_VERSION)
endif
# Exclude linux-ppc64e6500
# Exclude linux-ppc64e6500
EXCLUDE_ARCHS = linux-ppc64e6500
EXCLUDE_ARCHS = linux-ppc64e6500
...
@@ -125,27 +117,11 @@ USR_DBFLAGS += -I $(APPDB)
...
@@ -125,27 +117,11 @@ USR_DBFLAGS += -I $(APPDB)
# pointGrey.template includes ADCore.template
# pointGrey.template includes ADCore.template
#
#
USR_DBFLAGS += -I $(E3_SITEMODS_PATH)/adcore/$(call FETCH_
BUILD
_NUMBER,$(E3_SITEMODS_PATH),adcore)/db
USR_DBFLAGS += -I $(E3_SITEMODS_PATH)/adcore/$(call FETCH_
REVISION
_NUMBER,$(E3_SITEMODS_PATH),adcore)/db
SUBS=$(wildcard $(APPDB)/*.substitutions)
SUBS=$(wildcard $(APPDB)/*.substitutions)
TMPS=$(wildcard $(APPDB)/*.template)
TMPS=$(wildcard $(APPDB)/*.template)
db: $(SUBS) $(TMPS)
$(SUBS):
@printf "Inflating database ... %44s >>> %40s \n" "$@" "$(basename $(@)).db"
@rm -f $(basename $(@)).db.d $(basename $(@)).db
@$(MSI) -D $(USR_DBFLAGS) -o $(basename $(@)).db -S $@ > $(basename $(@)).db.d
@$(MSI) $(USR_DBFLAGS) -o $(basename $(@)).db -S $@
$(TMPS):
@printf "Inflating database ... %44s >>> %40s \n" "$@" "$(basename $(@)).db"
@rm -f $(basename $(@)).db.d $(basename $(@)).db
@$(MSI) -D $(USR_DBFLAGS) -o $(basename $(@)).db $@ > $(basename $(@)).db.d
@$(MSI) $(USR_DBFLAGS) -o $(basename $(@)).db $@
.PHONY: db $(SUBS) $(TMPS)
# Overwrite
# Overwrite
...
...
This diff is collapsed.
Click to expand it.
configure/CONFIG
+
2
−
2
View file @
f9ce0434
...
@@ -14,7 +14,7 @@ include $(TOP)/configure/CONFIG_MODULE
...
@@ -14,7 +14,7 @@ include $(TOP)/configure/CONFIG_MODULE
endif
endif
E3_REQUIRE_LOCATION := $(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION)
E3_REQUIRE_LOCATION := $(EPICS_BASE)/$(E3_REQUIRE_NAME)/$(E3_REQUIRE_VERSION)
REQUIRE_CONFIG := $(E3_REQUIRE_LOCATION)/configure
include $(REQUIRE_CONFIG)/CONFIG
include $(E3_REQUIRE_LOCATION)/configure/CONFIG
This diff is collapsed.
Click to expand it.
configure/RULES
+
1
−
1
View file @
f9ce0434
include $(REQUIRE_CONFIG)/RULES_SITEMODS
include $(
E3_
REQUIRE_CONFIG)/RULES_SITEMODS
include $(TOP)/configure/module/RULES_MODULE
include $(TOP)/configure/module/RULES_MODULE
-include $(TOP)/configure/module/RULES_DKMS_L
-include $(TOP)/configure/module/RULES_DKMS_L
...
...
This diff is collapsed.
Click to expand it.
configure/module/RULES_MODULE
+
1
−
7
View file @
f9ce0434
#
#
.PHONY: db hdrs epics epics-clean
.PHONY: hdrs epics epics-clean
db: conf
#install -m 644 $(TOP)/template/pointGreyPG1-ess.substitutions $(E3_MODULE_SRC_PATH)/pointGreyApp/Db/
#install -m 644 $(TOP)/template/pointGreyPG2-ess.substitutions $(E3_MODULE_SRC_PATH)/pointGreyApp/Db/
install -m 644 $(TOP)/template/*-ess.substitutions $(E3_MODULE_SRC_PATH)/pointGreyApp/Db/
$(QUIET) $(E3_MODULE_MAKE_CMDS) db
hdrs:
hdrs:
# $(SUDO) install -m 755 -d $(E3_MODULES_INSTALL_LOCATION_INC)/pv
# $(SUDO) install -m 755 -d $(E3_MODULES_INSTALL_LOCATION_INC)/pv
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment